Searched refs:gpu_shader4_integer (Results  1 – 1 of 1) sorted by relevance
| /external/mesa3d/src/compiler/glsl/ | 
| D | builtin_functions.cpp | 285 gpu_shader4_integer(const _mesa_glsl_parse_state *state)  in gpu_shader4_integer()  function 2226 …              _textureSize(gpu_shader4_integer, glsl_type::int_type,   glsl_type::isampler1D_type),  in create_builtins() 2227 …              _textureSize(gpu_shader4_integer, glsl_type::int_type,   glsl_type::usampler1D_type),  in create_builtins() 2232 …              _textureSize(gpu_shader4_integer, glsl_type::ivec2_type, glsl_type::isampler2D_type),  in create_builtins() 2233 …              _textureSize(gpu_shader4_integer, glsl_type::ivec2_type, glsl_type::usampler2D_type),  in create_builtins() 2238 …              _textureSize(gpu_shader4_integer, glsl_type::ivec3_type, glsl_type::isampler3D_type),  in create_builtins() 2239 …              _textureSize(gpu_shader4_integer, glsl_type::ivec3_type, glsl_type::usampler3D_type),  in create_builtins() 2244 …            _textureSize(gpu_shader4_integer, glsl_type::ivec2_type, glsl_type::isamplerCube_type),  in create_builtins() 2245 …            _textureSize(gpu_shader4_integer, glsl_type::ivec2_type, glsl_type::usamplerCube_type),  in create_builtins() 2477 …_texture(ir_tex, gpu_shader4_integer,     glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_…  in create_builtins() [all …] 
 |