Searched refs:gpu_shader4_array (Results  1 – 1 of 1) sorted by relevance
| /external/mesa3d/src/compiler/glsl/ | 
| D | builtin_functions.cpp | 292 gpu_shader4_array(const _mesa_glsl_parse_state *state)  in gpu_shader4_array()  function301    return gpu_shader4_array(state) &&  in gpu_shader4_array_integer()
 2249 …    _textureSize(gpu_shader4_array,         glsl_type::ivec2_type, glsl_type::sampler1DArray_type),  in create_builtins()
 2255 …    _textureSize(gpu_shader4_array,         glsl_type::ivec3_type, glsl_type::sampler2DArray_type),  in create_builtins()
 2523 …_texture(ir_tex, gpu_shader4_array,                     glsl_type::vec4_type,  glsl_type::sampler1…  in create_builtins()
 2532 …_texture(ir_tex, gpu_shader4_array,                     glsl_type::vec4_type,  glsl_type::sampler2…  in create_builtins()
 2541 …_texture(ir_tex, gpu_shader4_array,             glsl_type::vec4_type, glsl_type::sampler1DArraySha…  in create_builtins()
 2546 …_texture(ir_tex, gpu_shader4_array, glsl_type::vec4_type, glsl_type::sampler2DArrayShadow_type, gl…  in create_builtins()
 2671 …_texelFetch(gpu_shader4_array,         glsl_type::vec4_type,  glsl_type::sampler1DArray_type,  gls…  in create_builtins()
 2677 …_texelFetch(gpu_shader4_array,         glsl_type::vec4_type,  glsl_type::sampler2DArray_type,  gls…  in create_builtins()
 [all …]
 
 |