Searched refs:nir_texop_txf (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_input_attachments.c | 71 tex->op = nir_texop_txf; in try_lower_input_load()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_nir_lower_txf_ms.c | 48 txf->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
|
D | vc4_program.c | 414 if (instr->op == nir_texop_txf) { in ntq_emit_tex()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 1123 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()
|
D | nir_lower_tex.c | 736 if ((tex->op == nir_texop_txf && options->lower_txf_offset) || in nir_lower_tex_block()
|
D | nir_print.c | 666 case nir_texop_txf: in print_tex_instr()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 86 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()
|
D | radv_meta_blit2d.c | 483 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/ |
D | ac_nir_to_llvm.c | 1660 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/ |
D | brw_vec4_nir.cpp | 2139 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()
|
D | brw_fs_nir.cpp | 4258 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/ |
D | spirv_to_nir.c | 1472 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/ |
D | tgsi_to_nir.c | 1295 op = nir_texop_txf; in ttn_tex()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 222 blorp_create_nir_tex_instr(b, v, nir_texop_txf, pos, 2, dst_type); in blorp_nir_txf()
|
/external/mesa3d/src/compiler/glsl/ |
D | glsl_to_nir.cpp | 1884 op = nir_texop_txf; in visit()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 1448 case nir_texop_txf: opc = OPC_ISAML; break; in emit_tex()
|