Home
last modified time | relevance | path

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

/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.c414 if (instr->op == nir_texop_txf) { in ntq_emit_tex()
/external/mesa3d/src/compiler/nir/
Dnir.h1123 nir_texop_txf, /**< Texel fetch with explicit LOD */ enumerator
1261 case nir_texop_txf: in nir_tex_instr_is_query()
1276 case nir_texop_txf: in nir_tex_instr_src_type()
1289 case nir_texop_txf: in nir_tex_instr_src_type()
Dnir_lower_tex.c736 if ((tex->op == nir_texop_txf && options->lower_txf_offset) || in nir_lower_tex_block()
Dnir_print.c666 case nir_texop_txf: in print_tex_instr()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c86 tex->op = nir_texop_txf; in build_nir_itob_compute_shader()
289 tex->op = nir_texop_txf; in build_nir_btoi_compute_shader()
478 tex->op = nir_texop_txf; in build_nir_itoi_compute_shader()
Dradv_meta_blit2d.c483 tex->op = nir_texop_txf; in build_nir_texel_fetch()
526 tex->op = nir_texop_txf; in build_nir_buffer_fetch()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c1660 case nir_texop_txf: in build_tex_intrinsic()
3090 if (op == nir_texop_txf || in set_tex_fetch_args()
3101 if (instr->sampler_dim == GLSL_SAMPLER_DIM_BUF && op == nir_texop_txf) { in set_tex_fetch_args()
3271 if (offsets && instr->op != nir_texop_txf) { in visit_tex()
3343 if (instr->sampler_dim == GLSL_SAMPLER_DIM_1D && instr->is_array && instr->op != nir_texop_txf) { in visit_tex()
3350 if (instr->sampler_dim != GLSL_SAMPLER_DIM_3D && instr->op != nir_texop_txf) { in visit_tex()
3358 if ((instr->op == nir_texop_txl || instr->op == nir_texop_txf) && lod) { in visit_tex()
3385 set_tex_fetch_args(ctx, &txf_info, instr, nir_texop_txf, in visit_tex()
3421 set_tex_fetch_args(ctx, &txf_info, instr, nir_texop_txf, in visit_tex()
3463 if (offsets && instr->op == nir_texop_txf) { in visit_tex()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp2139 case nir_texop_txf: op = ir_txf; break; in ir_texture_opcode_for_nir_texop()
2195 case nir_texop_txf: in nir_emit_texture()
2225 case nir_texop_txf: in nir_emit_texture()
Dbrw_fs_nir.cpp4258 case nir_texop_txf: in nir_emit_texture()
4282 case nir_texop_txf: in nir_emit_texture()
4395 case nir_texop_txf: in nir_emit_texture()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1472 texop = nir_texop_txf; in vtn_handle_texture()
1609 assert(texop == nir_texop_txl || texop == nir_texop_txf || in vtn_handle_texture()
1680 case nir_texop_txf: in vtn_handle_texture()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1295 op = nir_texop_txf; in ttn_tex()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c222 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.cpp1884 op = nir_texop_txf; in visit()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1448 case nir_texop_txf: opc = OPC_ISAML; break; in emit_tex()