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.cpp2302 … _texture(ir_txd, v130, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float_type), in create_builtins()
2303 … _texture(ir_txd, v130, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float_type), in create_builtins()
2304 … _texture(ir_txd, v130, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float_type), in create_builtins()
2306 … _texture(ir_txd, v130, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_type), in create_builtins()
2307 … _texture(ir_txd, v130, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_type), in create_builtins()
2308 … _texture(ir_txd, v130, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_type), in create_builtins()
2310 … _texture(ir_txd, v130, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_type), in create_builtins()
2311 … _texture(ir_txd, v130, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_type), in create_builtins()
2312 … _texture(ir_txd, v130, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_type), in create_builtins()
2314 … _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.cpp239 case ir_txd: in clone()
Dir_print_visitor.cpp370 case ir_txd: in visit()
Dglsl_to_nir.cpp1972 case ir_txd: in visit()
2113 case ir_txd: in visit()
Dir.h1799 ir_txd, /**< Texture look-up with partial derivatvies */ enumerator
Dir_reader.cpp1086 case ir_txd: { in read_texture()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp926 case ir_txd: opcode = SHADER_OPCODE_TXD; break; in emit_texture()
999 …if (shadow_comparator.file != BAD_FILE && op != ir_txd && (op != ir_tg4 || offset_value.file == BA… in emit_texture()
1047 } else if (op == ir_txd) { in emit_texture()
Dbrw_vec4_nir.cpp2028 case nir_texop_txd: op = ir_txd; break; in ir_texture_opcode_for_nir_texop()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2038 case ir_txd: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4135 case ir_txd: in visit()