Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp1707 …_texture(ir_txb, v130_fs_only, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float… in create_builtins()
1708 …_texture(ir_txb, v130_fs_only, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float… in create_builtins()
1709 …_texture(ir_txb, v130_fs_only, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float… in create_builtins()
1711 …_texture(ir_txb, v130_fs_only, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_… in create_builtins()
1712 …_texture(ir_txb, v130_fs_only, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_… in create_builtins()
1713 …_texture(ir_txb, v130_fs_only, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_… in create_builtins()
1715 …_texture(ir_txb, v130_fs_only, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_… in create_builtins()
1716 …_texture(ir_txb, v130_fs_only, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_… in create_builtins()
1717 …_texture(ir_txb, v130_fs_only, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_… in create_builtins()
1719 …_texture(ir_txb, v130_fs_only, glsl_type::vec4_type, glsl_type::samplerCube_type, glsl_type::vec… in create_builtins()
[all …]
Dir_equals.cpp162 case ir_txb: in equals()
Dir_rvalue_visitor.cpp64 case ir_txb: in rvalue_visit()
Dopt_tree_grafting.cpp280 case ir_txb: in visit_enter()
Dir_hv_accept.cpp200 case ir_txb: in accept()
Dir_clone.cpp226 case ir_txb: in clone()
Dir_print_visitor.cpp343 case ir_txb: in visit()
Dglsl_to_nir.cpp1872 case ir_txb: in visit()
1874 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()
2001 case ir_txb: in visit()
Dir.h1767 ir_txb, /**< Texture look-up with LOD bias */ enumerator
Dir_reader.cpp1062 case ir_txb: in read_texture()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_visitor.cpp942 case ir_txb: in emit_texture()
Dbrw_vec4_nir.cpp2137 case nir_texop_txb: op = ir_txb; break; in ir_texture_opcode_for_nir_texop()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2000 case ir_txb: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp3999 case ir_txb: in visit()