Lines Matching defs:deprecated_texture
136 deprecated_texture(const _mesa_glsl_parse_state *state)
144 return deprecated_texture(state) && derivatives_only(state);
156 return !state->es_shader && deprecated_texture(state);
251 return deprecated_texture(state) && lod_exists_in_stage(state);
623 state->language_version >= 300) && deprecated_texture(state);
630 derivatives_only(state) && deprecated_texture(state);
3554 _texture(ir_tex, deprecated_texture, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type),
3573 _texture(ir_tex, deprecated_texture, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec3_type, TEX_PROJECT),
3574 _texture(ir_tex, deprecated_texture, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec4_type, TEX_PROJECT),
3641 _texture(ir_tex, deprecated_texture, glsl_type::vec4_type, glsl_type::samplerCube_type, glsl_type::vec3_type),