glsl/types: Rename sampler_type to sampled_type
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 9 Feb 2016 21:56:23 +0000 (13:56 -0800)
committerJason Ekstrand <jason.ekstrand@intel.com>
Sun, 14 Feb 2016 01:22:36 +0000 (17:22 -0800)
commitac089126b9b647f930ee2657aa16ea8e8f6a5dd7
tree23aef91d7692c492db3c06de36a0d5c70d232baf
parent4ed4c1d9210b11ce6faea81455c21531904ea45b
glsl/types: Rename sampler_type to sampled_type

It's a bit more descriptive since it is the base type that you get when you
sample from it.  Also, the next commit adds a bare "sampler" type and we
need glsl_type::sampler_type available for a public static member.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
src/compiler/glsl/ast_to_hir.cpp
src/compiler/glsl/builtin_functions.cpp
src/compiler/glsl/ir.cpp
src/compiler/glsl/tests/sampler_types_test.cpp
src/compiler/glsl_types.cpp
src/compiler/glsl_types.h
src/mesa/drivers/dri/i965/brw_fs_nir.cpp