Searched refs:nir_texop_txf (Results 1 – 21 of 21) sorted by relevance
/external/mesa3d/src/broadcom/compiler/ |
D | v3d40_tex.c | 109 if (instr->op != nir_texop_txf && in v3d40_vir_emit_tex() 174 if (instr->op == nir_texop_txf) { in v3d40_vir_emit_tex()
|
D | v3d33_tex.c | 41 .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()
|
D | v3d_nir_lower_txf_ms.c | 65 instr->op = nir_texop_txf; in vc4_nir_lower_txf_ms_instr()
|
/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 | 420 if (instr->op == nir_texop_txf) { in ntq_emit_tex()
|
/external/mesa3d/src/compiler/nir/ |
D | nir.h | 1187 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()
|
D | nir_gather_info.c | 287 case nir_texop_txf: in gather_tex_info()
|
D | nir_lower_tex.c | 758 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()
|
D | nir_print.c | 697 case nir_texop_txf: in print_tex_instr()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_meta_bufimage.c | 93 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()
|
D | radv_meta_blit2d.c | 456 tex->op = nir_texop_txf; in build_nir_texel_fetch() 501 tex->op = nir_texop_txf; in build_nir_buffer_fetch()
|
D | radv_meta_fast_clear.c | 72 tex->op = nir_texop_txf; in build_dcc_decompress_compute_shader()
|
/external/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 2029 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()
|
D | brw_fs_nir.cpp | 4578 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/ |
D | ac_nir_to_llvm.c | 2330 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/ |
D | spirv_to_nir.c | 1904 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/ |
D | tgsi_to_nir.c | 1243 op = nir_texop_txf; in ttn_tex()
|
/external/mesa3d/src/intel/blorp/ |
D | blorp_blit.c | 231 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 | 1978 op = nir_texop_txf; in visit()
|
/external/mesa3d/src/gallium/drivers/freedreno/ir3/ |
D | ir3_compiler_nir.c | 2306 case nir_texop_txf: opc = OPC_ISAML; break; in emit_tex()
|