Searched refs:gpu_shader5_es (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp408 gpu_shader5_es(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
428 return state->is_version(0, 310) && !gpu_shader5_es(state);
1678 _##NAME(gpu_shader5_es, glsl_type::float_type), \
1679 _##NAME(gpu_shader5_es, glsl_type::vec2_type), \
1680 _##NAME(gpu_shader5_es, glsl_type::vec3_type), \
1681 _##NAME(gpu_shader5_es, glsl_type::vec4_type), \
3896 _texture(ir_tg4, gpu_shader5_es, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type, TEX_OFFSET_NONCONST),
3897 _texture(ir_tg4, gpu_shader5_es, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type, TEX_OFFSET_NONCONST),
3898 _texture(ir_tg4, gpu_shader5_es, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type, TEX_OFFSET_NONCONST),
3900 _texture(ir_tg4, gpu_shader5_es, glsl_typ
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dbuiltin_functions.cpp374 gpu_shader5_es(const _mesa_glsl_parse_state *state) function in typeref:typename:bool
394 return state->is_version(0, 310) && !gpu_shader5_es(state);
1508 _##NAME(gpu_shader5_es, glsl_type::float_type), \
1509 _##NAME(gpu_shader5_es, glsl_type::vec2_type), \
1510 _##NAME(gpu_shader5_es, glsl_type::vec3_type), \
1511 _##NAME(gpu_shader5_es, glsl_type::vec4_type), \
3705 _texture(ir_tg4, gpu_shader5_es, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type, TEX_OFFSET_NONCONST),
3706 _texture(ir_tg4, gpu_shader5_es, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type, TEX_OFFSET_NONCONST),
3707 _texture(ir_tg4, gpu_shader5_es, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type, TEX_OFFSET_NONCONST),
3709 _texture(ir_tg4, gpu_shader5_es, glsl_typ
[all...]

Completed in 16 milliseconds