Home
last modified time | relevance | path

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

12

/external/mesa3d/src/compiler/nir/
Dnir_lower_cl_images_to_tex.c99 tex->src[2].src_type = nir_tex_src_lod; in lower_cl_images_to_tex_impl()
112 tex->src[1].src_type = nir_tex_src_lod; in lower_cl_images_to_tex_impl()
Dnir_lower_tex.c217 assert(nir_tex_instr_src_index(tex, nir_tex_src_lod) < 0); in lower_implicit_lod()
239 nir_tex_instr_add_src(tex, nir_tex_src_lod, nir_src_for_ssa(lod)); in lower_implicit_lod()
465 nir_tex_instr_add_src(tex, nir_tex_src_lod, nir_src_for_ssa(lod)); in replace_gradient_with_lod()
969 int lod_idx = nir_tex_instr_src_index(tex, nir_tex_src_lod); in nir_lower_txs_lod()
1156 if ((nir_tex_instr_src_index(tex, nir_tex_src_lod) == -1) && in nir_lower_tex_block()
1161 nir_tex_instr_add_src(tex, nir_tex_src_lod, nir_src_for_ssa(nir_imm_int(b, 0))); in nir_lower_tex_block()
Dnir_lower_input_attachments.c137 tex->src[2].src_type = nir_tex_src_lod; in try_lower_input_load()
Dnir_builtin_builder.c342 txs->src[idx].src_type = nir_tex_src_lod; in nir_get_texture_size()
Dnir.h2190 nir_tex_src_lod, enumerator
2414 case nir_tex_src_lod: in nir_tex_instr_src_type()
/external/mesa3d/src/panfrost/midgard/
Dmidgard_errata_lod.c68 if (tex->src[i].src_type != nir_tex_src_lod) in nir_lod_errata_instr()
/external/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_tg4_to_tex.c76 tex->src[num_srcs - 1].src_type = nir_tex_src_lod; in ir3_nir_lower_tg4_to_tex_instr()
Dir3_nir_lower_tex_prefetch.c167 has_src(tex, nir_tex_src_lod) || in lower_tex_prefetch_block()
/external/mesa3d/src/broadcom/compiler/
Dv3d33_tex.c89 case nir_tex_src_lod: in v3d33_vir_emit_tex()
Dv3d40_tex.c121 case nir_tex_src_lod: in v3d40_vir_emit_tex()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_nir.c139 case nir_tex_src_lod: in etna_lower_io()
Detnaviv_compiler_nir.c512 case nir_tex_src_lod: in emit_tex()
/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instruction_tex.cpp237 int lod_idx = nir_tex_instr_src_index(tex, nir_tex_src_lod); in lower_txl_txf_array_or_cube()
Dsfn_emittexinstruction.cpp906 case nir_tex_src_lod: in get_inputs()
/external/mesa3d/src/gallium/drivers/lima/ir/pp/
Dnir.c498 case nir_tex_src_lod: in ppir_emit_tex()
500 node->explicit_lod = (instr->src[i].src_type == nir_tex_src_lod); in ppir_emit_tex()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c97 tex->src[1].src_type = nir_tex_src_lod; in build_nir_itob_compute_shader()
332 tex->src[1].src_type = nir_tex_src_lod; in build_nir_btoi_compute_shader()
568 tex->src[1].src_type = nir_tex_src_lod; in build_nir_btoi_r32g32b32_compute_shader()
756 tex->src[1].src_type = nir_tex_src_lod; in build_nir_itoi_compute_shader()
996 tex->src[1].src_type = nir_tex_src_lod; in build_nir_itoi_r32g32b32_compute_shader()
Dradv_meta_blit2d.c531 tex->src[1].src_type = is_multisampled ? nir_tex_src_ms_index : nir_tex_src_lod; in build_nir_texel_fetch()
536 tex->src[3].src_type = nir_tex_src_lod; in build_nir_texel_fetch()
Dradv_meta_fast_clear.c75 tex->src[1].src_type = nir_tex_src_lod; in build_dcc_decompress_compute_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1488 instr->src[src_number].src_type = nir_tex_src_lod; in ttn_tex()
1494 instr->src[src_number].src_type = nir_tex_src_lod; in ttn_tex()
1508 instr->src[src_number].src_type = nir_tex_src_lod; in ttn_tex()
1622 txs->src[1].src_type = nir_tex_src_lod; in ttn_txq()
/external/mesa3d/src/panfrost/bifrost/
Dbifrost_compile.c1394 if (instr->src[i].src_type == nir_tex_src_lod) in emit_texs()
1931 case nir_tex_src_lod: in emit_texc()
2033 int lod_idx = nir_tex_instr_src_index(instr, nir_tex_src_lod); in bi_is_normal_tex()
/external/mesa3d/src/panfrost/lib/
Dpan_blit.c83 tex->src[2].src_type = nir_tex_src_lod; in panfrost_build_blit_shader()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c583 instr->src[src_number].src_type = nir_tex_src_lod; in ptn_tex()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2_nir.c665 case nir_tex_src_lod: in emit_tex()
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_nir.c1784 case nir_tex_src_lod: in visit_txs()
1893 case nir_tex_src_lod: in visit_tex()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c191 tex->src[1].src_type = nir_tex_src_lod; in blorp_nir_tex()
207 tex->src[1].src_type = nir_tex_src_lod; in blorp_nir_txf()

12