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.cpp1922 …_texture(ir_txb, v130_fs_only, glsl_type::vec4_type, glsl_type::sampler1D_type, glsl_type::float… in create_builtins()
1923 …_texture(ir_txb, v130_fs_only, glsl_type::ivec4_type, glsl_type::isampler1D_type, glsl_type::float… in create_builtins()
1924 …_texture(ir_txb, v130_fs_only, glsl_type::uvec4_type, glsl_type::usampler1D_type, glsl_type::float… in create_builtins()
1926 …_texture(ir_txb, v130_fs_only, glsl_type::vec4_type, glsl_type::sampler2D_type, glsl_type::vec2_… in create_builtins()
1927 …_texture(ir_txb, v130_fs_only, glsl_type::ivec4_type, glsl_type::isampler2D_type, glsl_type::vec2_… in create_builtins()
1928 …_texture(ir_txb, v130_fs_only, glsl_type::uvec4_type, glsl_type::usampler2D_type, glsl_type::vec2_… in create_builtins()
1930 …_texture(ir_txb, v130_fs_only, glsl_type::vec4_type, glsl_type::sampler3D_type, glsl_type::vec3_… in create_builtins()
1931 …_texture(ir_txb, v130_fs_only, glsl_type::ivec4_type, glsl_type::isampler3D_type, glsl_type::vec3_… in create_builtins()
1932 …_texture(ir_txb, v130_fs_only, glsl_type::uvec4_type, glsl_type::usampler3D_type, glsl_type::vec3_… in create_builtins()
1934 …_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.cpp228 case ir_txb: in clone()
Dir_print_visitor.cpp359 case ir_txb: in visit()
Dglsl_to_nir.cpp1966 case ir_txb: in visit()
1968 op = (ir->op == ir_txb) ? nir_texop_txb : nir_texop_txl; in visit()
2095 case ir_txb: in visit()
Dir.h1797 ir_txb, /**< Texture look-up with LOD bias */ enumerator
Dir_reader.cpp1062 case ir_txb: in read_texture()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_visitor.cpp935 case ir_txb: in emit_texture()
Dbrw_vec4_nir.cpp2027 case nir_texop_txb: op = ir_txb; break; in ir_texture_opcode_for_nir_texop()
/external/mesa3d/src/mesa/program/
Dir_to_mesa.cpp2026 case ir_txb: in visit()
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.cpp4108 case ir_txb: in visit()