/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 | 2351 texture_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_offset); in get_tex_samp_tex_src() 2436 case nir_tex_src_texture_offset: in emit_tex() 2460 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 | 323 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size() 344 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_size() 376 tex->src[i].src_type == nir_tex_src_texture_offset || in nir_get_texture_lod() 399 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_gcm.c | 352 case nir_tex_src_texture_offset: in gcm_pin_instructions()
|
D | nir_divergence_analysis.c | 572 case nir_tex_src_texture_offset: in visit_tex()
|
D | nir_print.c | 1174 case nir_tex_src_texture_offset: in print_tex_instr()
|
D | nir.h | 2100 nir_tex_src_texture_offset, enumerator 2477 case nir_tex_src_texture_offset: in nir_tex_instr_src_type()
|
D | nir_validate.c | 905 case nir_tex_src_texture_offset: in validate_tex_instr()
|
/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 | 139 nir_tex_instr_add_src(tex, nir_tex_src_texture_offset, deref_instr->arr.index); in lower_vri_instr_tex_deref()
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 167 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 | 546 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_emittexinstruction.cpp | 580 case nir_tex_src_texture_offset: in get_inputs()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_nir.c | 1949 case nir_tex_src_texture_offset: in visit_txs() 2112 case nir_tex_src_texture_offset: in visit_tex()
|
/third_party/mesa3d/src/asahi/compiler/ |
D | agx_compile.c | 805 case nir_tex_src_texture_offset: in agx_emit_tex()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_apply_pipeline_layout.c | 1162 offset_src_type = nir_tex_src_texture_offset; in lower_tex_deref()
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_vec4_nir.cpp | 2070 case nir_tex_src_texture_offset: { in nir_emit_texture()
|
D | brw_fs_nir.cpp | 6117 case nir_tex_src_texture_offset: { in nir_emit_texture() 6134 assert(nir_tex_instr_src_index(instr, nir_tex_src_texture_offset) == -1); in nir_emit_texture()
|
/third_party/mesa3d/src/broadcom/vulkan/ |
D | v3dv_pipeline.c | 696 nir_tex_src_texture_offset; in lower_tex_src_to_offset()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/codegen/ |
D | nv50_ir_from_nir.cpp | 2970 int texOffIdx = nir_tex_instr_src_index(insn, nir_tex_src_texture_offset); in visit()
|
/third_party/mesa3d/src/panfrost/bifrost/ |
D | bifrost_compile.c | 2698 case nir_tex_src_texture_offset: in bi_emit_texc()
|
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
D | nir_to_spirv.c | 3193 case nir_tex_src_texture_offset: in emit_tex()
|
/third_party/mesa3d/src/amd/llvm/ |
D | ac_nir_to_llvm.c | 4604 case nir_tex_src_texture_offset: in visit_tex()
|