Home
last modified time | relevance | path

Searched refs:nir_texop_tg4 (Results 1 – 25 of 25) sorted by relevance

/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c92 nir_instr_as_tex(instr)->op == nir_texop_tg4); in ir3_nir_lower_tg4_to_tex_filter()
Dir3_compiler_nir.c2264 case nir_texop_tg4: in emit_tex()
/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c75 .gather_mode = instr->op == nir_texop_tg4, in v3d40_vir_emit_tex()
80 .disable_autolod = instr->op == nir_texop_tg4 in v3d40_vir_emit_tex()
Dv3d33_tex.c97 instr->op != nir_texop_tg4) { in v3d33_vir_emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c768 if (tex->op == nir_texop_tg4) { in swizzle_result()
922 assert(tex->op == nir_texop_tg4); in lower_tg4_offsets()
1091 if (tex->op == nir_texop_tg4 && options->lower_tg4_broadcom_swizzle) { in nir_lower_tex_block()
1176 if (tex->op == nir_texop_tg4 && in nir_lower_tex_block()
Dnir_print.c1127 case nir_texop_tg4: in print_tex_instr()
1226 if (instr->op == nir_texop_tg4) { in print_tex_instr()
Dnir_gather_info.c700 case nir_texop_tg4: in gather_tex_info()
Dnir_serialize.c1483 if (tex->op == nir_texop_tg4) in write_tex()
1518 if (tex->op == nir_texop_tg4) in read_tex()
Dnir.h2222 nir_texop_tg4, /**< Texture gather */ enumerator
2377 case nir_texop_tg4: in nir_tex_instr_is_query()
Dnir_validate.c822 validate_assert(state, instr->op == nir_texop_tg4); in validate_tex_instr()
Dnir.c684 if (tex->op != nir_texop_tg4) in nir_tex_instr_has_explicit_tg4_offsets()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp178 if (tex->op == nir_texop_tg4 && in r600_nir_lower_int_tg4_impl()
Dsfn_emittexinstruction.cpp62 case nir_texop_tg4: in do_emit()
94 case nir_texop_tg4: in do_emit()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_compile.c1895 if (instr->op == nir_texop_tg4 && instr->is_shadow) in mdg_texture_mode()
1897 else if (instr->op == nir_texop_tg4) in mdg_texture_mode()
1943 if (instr->is_shadow && !instr->is_new_style_shadow && instr->op != nir_texop_tg4) in emit_texop_native()
2113 case nir_texop_tg4: in emit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2599 texop = nir_texop_tg4; in vtn_handle_texture()
2648 case nir_texop_tg4: in vtn_handle_texture()
2781 texop == nir_texop_tg4); in vtn_handle_texture()
2791 texop == nir_texop_txs || texop == nir_texop_tg4); in vtn_handle_texture()
2825 vtn_assert(texop == nir_texop_tg4); in vtn_handle_texture()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp1938 case nir_texop_tg4: op = ir_tg4; break; in ir_texture_opcode_for_nir_texop()
2091 if (instr->op == nir_texop_tg4) { in nir_emit_texture()
Dbrw_fs_nir.cpp5864 case nir_texop_tg4: in nir_emit_texture()
5896 if (instr->op == nir_texop_tg4) { in nir_emit_texture()
5914 instr->op != nir_texop_tg4 && instr->op != nir_texop_query_levels) { in nir_emit_texture()
5928 if (instr->op == nir_texop_tg4 && devinfo->gen == 6) in nir_emit_texture()
/external/mesa3d/src/gallium/auxiliary/nir/
Dnir_to_tgsi.c1789 case nir_texop_tg4: in ntt_emit_texture()
1910 if (instr->op == nir_texop_tg4 && target != TGSI_TEXTURE_SHADOWCUBE_ARRAY) { in ntt_emit_texture()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_from_nir.cpp514 case nir_texop_tg4: in getOperation()
2934 case nir_texop_tg4: in visit()
3044 case nir_texop_tg4: in visit()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1853 else if (instr->op == nir_texop_tg4) { in visit_tex()
1969 if (instr->op == nir_texop_tex || instr->op == nir_texop_tg4 || instr->op == nir_texop_txb || in visit_tex()
/external/mesa3d/src/intel/vulkan/
Danv_nir_apply_pipeline_layout.c1000 tex->op == nir_texop_tg4 || /* We can't swizzle TG4 */ in lower_gen7_tex_swizzle()
/external/mesa3d/src/amd/llvm/
Dac_nir_to_llvm.c1438 case nir_texop_tg4: in build_tex_intrinsic()
1455 if (instr->op == nir_texop_tg4 && ctx->ac.chip_class <= GFX8) { in build_tex_intrinsic()
4323 if (instr->op == nir_texop_tg4) { in visit_tex()
4357 instr->op != nir_texop_lod && instr->op != nir_texop_tg4) in visit_tex()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1805 case nir_texop_tg4: in bi_tex_op()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2401 op = nir_texop_tg4; in visit()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp8668 bool tg4_integer_workarounds = ctx->options->chip_class <= GFX8 && instr->op == nir_texop_tg4 && in visit_tex()
8897 if (instr->op == nir_texop_tg4) { in visit_tex()
9210 if (instr->op == nir_texop_tg4) { in visit_tex()
9282 unsigned mask = instr->op == nir_texop_tg4 ? 0xF : dmask; in visit_tex()