Home
last modified time | relevance | path

Searched refs:nir_texop_txf (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/broadcom/compiler/
Dv3d40_tex.c109 if (instr->op != nir_texop_txf && in v3d40_vir_emit_tex()
174 if (instr->op == nir_texop_txf) { in v3d40_vir_emit_tex()
Dv3d33_tex.c41 .fetch_sample_mode = instr->op == nir_texop_txf, in v3d33_vir_emit_tex()
96 if (instr->op != nir_texop_txf && in v3d33_vir_emit_tex()
Dv3d_nir_lower_txf_ms.c65 instr->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c71 tex->op = nir_texop_txf; in try_lower_input_load()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_nir_lower_txf_ms.c48 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
Dvc4_program.c420 if (instr->op == nir_texop_txf) { in ntq_emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir.h1187 nir_texop_txf, /**< Texel fetch with explicit LOD */ enumerator
1324 case nir_texop_txf: in nir_tex_instr_is_query()
1339 case nir_texop_txf: in nir_tex_instr_src_type()
1352 case nir_texop_txf: in nir_tex_instr_src_type()
Dnir_gather_info.c287 case nir_texop_txf: in gather_tex_info()
Dnir_lower_tex.c758 if ((tex->op == nir_texop_txf && options->lower_txf_offset) || in nir_lower_tex_block()
832 (tex->op == nir_texop_txf || tex->op == nir_texop_txs || in nir_lower_tex_block()
Dnir_print.c697 case nir_texop_txf: in print_tex_instr()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c93 tex->op = nir_texop_txf; in build_nir_itob_compute_shader()
326 tex->op = nir_texop_txf; in build_nir_btoi_compute_shader()
540 tex->op = nir_texop_txf; in build_nir_itoi_compute_shader()
Dradv_meta_blit2d.c456 tex->op = nir_texop_txf; in build_nir_texel_fetch()
501 tex->op = nir_texop_txf; in build_nir_buffer_fetch()
Dradv_meta_fast_clear.c72 tex->op = nir_texop_txf; in build_dcc_decompress_compute_shader()
/external/mesa3d/src/intel/compiler/
Dbrw_vec4_nir.cpp2029 case nir_texop_txf: op = ir_txf; break; in ir_texture_opcode_for_nir_texop()
2086 case nir_texop_txf: in nir_emit_texture()
2116 case nir_texop_txf: in nir_emit_texture()
Dbrw_fs_nir.cpp4578 case nir_texop_txf: in nir_emit_texture()
4602 case nir_texop_txf: in nir_emit_texture()
4715 case nir_texop_txf: in nir_emit_texture()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c2330 case nir_texop_txf: in build_tex_intrinsic()
4759 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF && op == nir_texop_txf) { in set_tex_fetch_args()
4925 if (offsets && instr->op != nir_texop_txf) { in visit_tex()
5026 if (instr->sampler_dim == GLSL_SAMPLER_DIM_1D && instr->is_array && instr->op != nir_texop_txf) { in visit_tex()
5035 instr->op != nir_texop_txf && instr->op != nir_texop_txf_ms) { in visit_tex()
5043 if (instr->op == nir_texop_txf) in visit_tex()
5063 instr->op == nir_texop_txf)) { in visit_tex()
5090 set_tex_fetch_args(&ctx->ac, &txf_args, instr, nir_texop_txf, in visit_tex()
5112 if (offsets && instr->op == nir_texop_txf) { in visit_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1904 texop = nir_texop_txf; in vtn_handle_texture()
2044 vtn_assert(texop == nir_texop_txl || texop == nir_texop_txf || in vtn_handle_texture()
2116 case nir_texop_txf: in vtn_handle_texture()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1243 op = nir_texop_txf; in ttn_tex()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c231 blorp_create_nir_tex_instr(b, v, nir_texop_txf, pos, 2, dst_type); in blorp_nir_txf()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp1978 op = nir_texop_txf; in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c2306 case nir_texop_txf: opc = OPC_ISAML; break; in emit_tex()