glsl: rename record_location_offset() -> struct_location_offset()
authorTimothy Arceri <tarceri@itsqueeze.com>
Tue, 5 Mar 2019 04:55:57 +0000 (15:55 +1100)
committerTimothy Arceri <tarceri@itsqueeze.com>
Wed, 6 Mar 2019 02:10:02 +0000 (13:10 +1100)
commit8294295dbdc053c92065844f2079aef8da05db9b
tree2111c97684794c261d28cb732dfcdd4b7c5b192d
parent88d8c4e29003bddeb3836a0af2a2d4dddf3ba9ac
glsl: rename record_location_offset() -> struct_location_offset()

Replace done using:
find ./src -type f -exec sed -i -- \
's/record_location_offset(/struct_location_offset(/g' {} \;

Acked-by: Karol Herbst <kherbst@redhat.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Acked-by: Kenneth Graunke <kenneth@whitecape.org>
src/amd/common/ac_nir_to_llvm.c
src/compiler/glsl/gl_nir_lower_samplers_as_deref.c
src/compiler/glsl_types.cpp
src/compiler/glsl_types.h
src/compiler/nir_types.cpp
src/compiler/nir_types.h
src/mesa/program/ir_to_mesa.cpp
src/mesa/state_tracker/st_glsl_to_tgsi.cpp