Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/vulkan/
Danv_nir_lower_input_attachments.c98 tex->src[1].src_type = nir_tex_src_lod; in try_lower_input_load()
/external/mesa3d/src/amd/vulkan/
Dradv_meta_bufimage.c89 tex->src[1].src_type = nir_tex_src_lod; in build_nir_itob_compute_shader()
292 tex->src[1].src_type = nir_tex_src_lod; in build_nir_btoi_compute_shader()
481 tex->src[1].src_type = nir_tex_src_lod; in build_nir_itoi_compute_shader()
Dradv_meta_blit2d.c486 tex->src[1].src_type = nir_tex_src_lod; in build_nir_texel_fetch()
/external/mesa3d/src/compiler/nir/
Dnir_lower_tex.c173 txs->src[0].src_type = nir_tex_src_lod; in get_texture_size()
341 txl->src[src_num].src_type = nir_tex_src_lod; in replace_gradient_with_lod()
Dnir.h1102 nir_tex_src_lod, enumerator
1286 case nir_tex_src_lod: in nir_tex_instr_src_type()
Dnir_print.c719 case nir_tex_src_lod: in print_tex_instr()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c1400 instr->src[src_number].src_type = nir_tex_src_lod; in ttn_tex()
1406 instr->src[src_number].src_type = nir_tex_src_lod; in ttn_tex()
1415 instr->src[src_number].src_type = nir_tex_src_lod; in ttn_tex()
1508 txs->src[0].src_type = nir_tex_src_lod; in ttn_txq()
/external/mesa3d/src/intel/blorp/
Dblorp_blit.c209 tex->src[1].src_type = nir_tex_src_lod; in blorp_nir_tex()
225 tex->src[1].src_type = nir_tex_src_lod; in blorp_nir_txf()
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_compiler_nir.c1415 case nir_tex_src_lod: in emit_tex()
1649 compile_assert(ctx, tex->src[0].src_type == nir_tex_src_lod); in emit_tex_txs()
/external/mesa3d/src/mesa/program/
Dprog_to_nir.c627 instr->src[src_number].src_type = nir_tex_src_lod; in ptn_tex()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c1595 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture()
1611 (*p++) = vtn_tex_src(b, w[idx++], nir_tex_src_lod); in vtn_handle_texture()
/external/mesa3d/src/compiler/glsl/
Dglsl_to_nir.cpp2014 instr->src[src_number].src_type = nir_tex_src_lod; in visit()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_vec4_nir.cpp2222 case nir_tex_src_lod: in nir_emit_texture()
Dbrw_fs_nir.cpp4276 case nir_tex_src_lod: in nir_emit_texture()
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_program.c434 case nir_tex_src_lod: in ntq_emit_tex()
/external/mesa3d/src/amd/common/
Dac_nir_to_llvm.c3215 case nir_tex_src_lod: in visit_tex()