Searched refs:nir_tex_src_texture_offset (Results 1 – 25 of 31) sorted by relevance
12
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_nir_lower_tex_prefetch.c | 145 assert(!has_src(tex, nir_tex_src_texture_offset)); in ok_tex_samp() 170 has_src(tex, nir_tex_src_texture_offset) || in lower_tex_prefetch_block()
|
D | ir3_compiler_nir.c | 2882 texture_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_offset); in get_tex_samp_tex_src() 2967 case nir_tex_src_texture_offset: in emit_tex() 2991 ctx, nir_tex_instr_src_index(tex, nir_tex_src_texture_offset) < 0); in emit_tex()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 344 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size() 365 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size() 397 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_lod() 420 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_lod()
|
D | nir_lower_samplers.c | 105 nir_tex_src_texture_offset; in lower_tex_src_to_offset()
|
D | nir_lower_non_uniform_access.c | 118 case nir_tex_src_texture_offset: in lower_non_uniform_tex_access()
|
D | nir_opt_constant_folding.c | 355 nir_tex_src_texture_offset); in try_fold_tex()
|
D | nir_opt_gcm.c | 358 case nir_tex_src_texture_offset: in gcm_pin_instructions()
|
D | nir_divergence_analysis.c | 655 case nir_tex_src_texture_offset: in visit_tex()
|
D | nir_print.c | 1309 case nir_tex_src_texture_offset: in print_tex_instr()
|
D | nir_validate.c | 919 case nir_tex_src_texture_offset: in validate_tex_instr()
|
D | nir.c | 3358 case nir_tex_src_texture_offset: in nir_tex_instr_src_type()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.c | 55 tex->src[i].src_type == nir_tex_src_texture_offset || in dx_get_texture_lod() 91 tex->src[i].src_type == nir_tex_src_texture_offset || in dx_get_texture_lod() 260 tex->src[i].src_type == nir_tex_src_texture_offset || in create_txf_from_tex() 279 tex->src[i].src_type == nir_tex_src_texture_offset || in create_txf_from_tex()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_lower_vulkan_resource.c | 217 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, deref_instr->arr.index); in lower_vri_instr_tex_deref()
|
D | lvp_pipeline.c | 304 int idx = nir_tex_instr_src_index(tex_instr, nir_tex_src_texture_offset); in fixup_tex_instr()
|
/third_party/mesa3d/src/panfrost/vulkan/ |
D | panvk_vX_nir_lower_descriptors.c | 511 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, in lower_tex()
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 196 tex->src[count].src_type = nir_tex_src_texture_offset; in clover_nir_lower_images()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 554 tex->src[tex_src_idx].src_type = nir_tex_src_texture_offset; in lower_tex()
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_instr_tex.cpp | 1001 case nir_tex_src_texture_offset: in Inputs()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 1155 offset_src_type = nir_tex_src_texture_offset; in lower_tex_deref()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 2233 case nir_tex_src_texture_offset: in visit_txs() 2401 case nir_tex_src_texture_offset: in visit_tex()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 961 case nir_tex_src_texture_offset: in agx_emit_tex()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 2042 case nir_tex_src_texture_offset: { in nir_emit_texture()
|
D | brw_fs_nir.cpp | 6358 case nir_tex_src_texture_offset: { in nir_emit_texture() 6375 assert(nir_tex_instr_src_index(instr, nir_tex_src_texture_offset) == -1); in nir_emit_texture()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 3495 case nir_tex_src_texture_offset: in bi_emit_texc() 3684 case nir_tex_src_texture_offset: in bi_emit_tex_valhall()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 720 nir_tex_src_texture_offset; in lower_tex_src_to_offset()
|
12