/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_remove_tex_shadow.c | 76 int index = nir_tex_instr_src_index(tex, nir_tex_src_comparator); in remove_tex_shadow()
|
H A D | nir_lower_tex_shadow.c | 86 int comp_index = nir_tex_instr_src_index(tex, nir_tex_src_comparator); in nir_lower_tex_shadow_impl()
|
H A D | nir_builder.c | 285 case nir_tex_src_comparator: in nir_build_tex_deref_instr()
|
H A D | nir_validate.c | 861 case nir_tex_src_comparator: in validate_tex_instr()
|
H A D | nir_lower_tex.c | 114 case nir_tex_src_comparator: in project_src()
|
H A D | nir_print.c | 1779 case nir_tex_src_comparator: in print_tex_instr()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_instr_tex.cpp | 788 case nir_tex_src_comparator: in Inputs() 1151 nir_tex_src_comparator, in finalize() 1188 tex->is_shadow ? nir_tex_instr_src_index(tex, nir_tex_src_comparator) : -1; in prepare_coord()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_lower_cubemap_to_array.c | 148 if (op == nir_texop_txf && nir_tex_instr_src_index(tex, nir_tex_src_comparator) != -1) in create_array_tex_from_cube_tex() 165 if (op == nir_texop_txf && tex->src[i].src_type == nir_tex_src_comparator) in create_array_tex_from_cube_tex()
|
/aosp_15_r20/external/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_lower_tex_prefetch.c | 152 has_src(tex, nir_tex_src_comparator) || in lower_tex_prefetch_block()
|
H A D | ir3_nir.c | 1079 (1 << nir_tex_src_comparator) | in ir3_nir_lower_variant()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_nir.c | 112 case nir_tex_src_comparator: in etna_lower_io()
|
H A D | etnaviv_compiler_nir.c | 543 case nir_tex_src_comparator: in emit_tex()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | intel_nir_lower_sparse.c | 227 int comp_idx = nir_tex_instr_src_index(tex, nir_tex_src_comparator); in lower_sparse_intrinsics()
|
/aosp_15_r20/external/mesa3d/src/broadcom/compiler/ |
H A D | v3d_tex.c | 155 case nir_tex_src_comparator: { in handle_tex_src()
|
/aosp_15_r20/external/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_image_opcodes_cdna.c | 464 case nir_tex_src_comparator: in lower_image_opcodes()
|
H A D | ac_nir_lower_tex.c | 346 case nir_tex_src_comparator: in move_tex_coords()
|
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/ |
H A D | nak_nir_lower_tex.c | 36 case nir_tex_src_comparator: z_cmpr = tex->src[i].src.ssa; break; in lower_tex()
|
/aosp_15_r20/external/mesa3d/src/mesa/program/ |
H A D | prog_to_nir.c | 460 instr->src[src_number].src_type = nir_tex_src_comparator; in ptn_tex()
|
/aosp_15_r20/external/mesa3d/src/mesa/main/ |
H A D | ff_fragment_shader.c | 819 tex->src[4] = nir_tex_src_for_ssa(nir_tex_src_comparator, src4); in load_texture()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/ |
H A D | nir_to_rc.c | 2250 nir_to_rc_lower_tex_instr_arg(b, tex, nir_tex_src_comparator, &s); in nir_to_rc_lower_tex_instr() 2309 bool has_compare = nir_tex_instr_src_index(tex, nir_tex_src_comparator) >= 0; in nir_to_rc_lower_txp()
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_nir_lower_abi.c | 782 int comp_index = nir_tex_instr_src_index(tex, nir_tex_src_comparator); in lower_tex()
|
/aosp_15_r20/external/mesa3d/src/panfrost/midgard/ |
H A D | midgard_compile.c | 2099 int comparator_idx = nir_tex_instr_src_index(instr, nir_tex_src_comparator); in set_tex_coord() 2313 case nir_tex_src_comparator: in emit_texop_native()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_nir.c | 2428 case nir_tex_src_comparator: in lp_build_nir_sample_key() 2526 case nir_tex_src_comparator: in visit_tex()
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/nir/ |
H A D | nir_to_tgsi.c | 3635 nir_to_tgsi_lower_tex_instr_arg(b, tex, nir_tex_src_comparator, &s); in nir_to_tgsi_lower_tex_instr() 3780 bool has_compare = nir_tex_instr_src_index(tex, nir_tex_src_comparator) >= 0; in nir_to_tgsi_lower_txp()
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_vec4_nir.cpp | 1869 case nir_tex_src_comparator: in nir_emit_texture()
|