Home
last modified time | relevance | path

Searched refs:ir_txd (Results 1 – 14 of 14) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp3015 … _texture(ir_txd, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins()
3016 … _texture(ir_txd, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins()
3017 … _texture(ir_txd, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins()
3019 … _texture(ir_txd, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins()
3020 … _texture(ir_txd, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins()
3021 … _texture(ir_txd, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins()
3023 … _texture(ir_txd, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins()
3024 … _texture(ir_txd, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins()
3025 … _texture(ir_txd, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins()
3027 … _texture(ir_txd, v130, glsl_type::vec4_type, glsl_type::samplerCube_type, glsl_type::vec3_type), in create_builtins()
[all …]
Dir_equals.cpp172 case ir_txd: in equals()
Dir_rvalue_visitor.cpp75 case ir_txd: in rvalue_visit()
Dopt_tree_grafting.cpp294 case ir_txd: in visit_enter()
Dir_hv_accept.cpp217 case ir_txd: in accept()
Dir_clone.cpp246 case ir_txd: in clone()
Dir_print_visitor.cpp368 case ir_txd: in visit()
Dir_reader.cpp1088 case ir_txd: { in read_texture()
Dir.h1856 ir_txd, /**< Texture look-up with partial derivatvies */ enumerator
Dglsl_to_nir.cpp2369 case ir_txd: in visit()
2550 case ir_txd: in visit()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp847 case ir_txd: opcode = SHADER_OPCODE_TXD; break; in emit_texture()
918 …if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BA… in emit_texture()
957 } else if (op == ir_txd) { in emit_texture()
Dbrw_vec4_nir.cpp1940 case nir_texop_txd: op = ir_txd; break; in ir_texture_opcode_for_nir_texop()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp1972 case ir_txd: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4377 case ir_txd: in visit()