Home
last modified time | relevance | path

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

/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c115 case nir_tex_src_comparator: in v3d40_vir_emit_tex()
Dv3d33_tex.c101 case nir_tex_src_comparator: in v3d33_vir_emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir.h1163 nir_tex_src_comparator, /* shadow comparator */ enumerator
1360 case nir_tex_src_comparator: in nir_tex_instr_src_type()
Dnir_lower_tex.c58 case nir_tex_src_comparator: in project_src()
Dnir_print.c741 case nir_tex_src_comparator: in print_tex_instr()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c637 instr->src[src_number].src_type = nir_tex_src_comparator; in ptn_tex()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1390 instr->src[src_number].src_type = nir_tex_src_comparator; in ttn_tex()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2077 case nir_tex_src_comparator: in nir_emit_texture()
Dbrw_fs_nir.cpp4573 case nir_tex_src_comparator: in nir_emit_texture()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2080 instr->src[src_number].src_type = nir_tex_src_comparator; in visit()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c444 case nir_tex_src_comparator: in ntq_emit_tex()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2277 case nir_tex_src_comparator: /* shadow comparator */ in emit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2015 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_comparator); in vtn_handle_texture()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c4854 case nir_tex_src_comparator: in visit_tex()