/third_party/mesa3d/src/compiler/nir/ |
D | nir_builtin_builder.c | 321 if (tex->src[i].src_type == nir_tex_src_texture_deref || in nir_get_texture_size() 342 if (tex->src[i].src_type == nir_tex_src_texture_deref || in nir_get_texture_size() 374 tex->src[i].src_type == nir_tex_src_texture_deref || in nir_get_texture_lod() 397 tex->src[i].src_type == nir_tex_src_texture_deref || in nir_get_texture_lod()
|
D | nir_lower_drawpixels.c | 150 tex->src[0].src_type = nir_tex_src_texture_deref; in lower_color() 192 tex->src[0].src_type = nir_tex_src_texture_deref; in lower_color()
|
D | nir_lower_bitmap.c | 99 tex->src[0].src_type = nir_tex_src_texture_deref; in lower_bitmap()
|
D | nir_lower_samplers.c | 121 nir_tex_instr_src_index(instr, nir_tex_src_texture_deref); in lower_sampler()
|
D | nir_lower_readonly_images_to_tex.c | 136 tex->src[0].src_type = nir_tex_src_texture_deref; in lower_readonly_image_op()
|
D | nir_lower_input_attachments.c | 120 tex->src[0].src_type = nir_tex_src_texture_deref; in try_lower_input_load()
|
D | nir_lower_non_uniform_access.c | 120 case nir_tex_src_texture_deref: in lower_non_uniform_tex_access()
|
D | nir_opt_gcm.c | 344 case nir_tex_src_texture_deref: in gcm_pin_instructions()
|
/third_party/mesa3d/src/microsoft/compiler/ |
D | dxil_nir_lower_int_samplers.c | 53 tex->src[i].src_type == nir_tex_src_texture_deref || in dx_get_texture_lod() 89 if (tex->src[i].src_type == nir_tex_src_texture_deref || in dx_get_texture_lod() 259 if (tex->src[i].src_type == nir_tex_src_texture_deref || in create_txf_from_tex() 278 if (tex->src[i].src_type == nir_tex_src_texture_deref || in create_txf_from_tex()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_nir_lower_ycbcr_textures.c | 53 tex->src[0].src_type = nir_tex_src_texture_deref; in get_texture_size() 224 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in try_lower_tex_ycbcr()
|
D | radv_meta.c | 628 tex->src[2].src_type = nir_tex_src_texture_deref; in radv_meta_build_resolve_shader_core() 645 tex_all_same->src[1].src_type = nir_tex_src_texture_deref; in radv_meta_build_resolve_shader_core() 664 tex_add->src[2].src_type = nir_tex_src_texture_deref; in radv_meta_build_resolve_shader_core()
|
D | radv_meta_fmask_expand.c | 67 tex->src[2].src_type = nir_tex_src_texture_deref; in build_fmask_expand_compute_shader()
|
D | radv_meta_blit.c | 111 tex->src[1].src_type = nir_tex_src_texture_deref; in build_nir_copy_fragment_shader() 159 tex->src[1].src_type = nir_tex_src_texture_deref; in build_nir_copy_fragment_shader_depth() 207 tex->src[1].src_type = nir_tex_src_texture_deref; in build_nir_copy_fragment_shader_stencil()
|
D | radv_meta_copy_vrs_htile.c | 88 tex->src[2].src_type = nir_tex_src_texture_deref; in build_copy_vrs_htile_shader()
|
D | radv_meta_bufimage.c | 70 tex->src[2].src_type = nir_tex_src_texture_deref; in build_nir_itob_compute_shader() 258 tex->src[2].src_type = nir_tex_src_texture_deref; in build_nir_btoi_compute_shader() 443 tex->src[2].src_type = nir_tex_src_texture_deref; in build_nir_btoi_r32g32b32_compute_shader() 593 tex->src[2].src_type = nir_tex_src_texture_deref; in build_nir_itoi_compute_shader() 802 tex->src[2].src_type = nir_tex_src_texture_deref; in build_nir_itoi_r32g32b32_compute_shader()
|
D | radv_meta_resolve_cs.c | 167 tex->src[2].src_type = nir_tex_src_texture_deref; in build_depth_stencil_resolve_compute_shader() 187 tex_add->src[2].src_type = nir_tex_src_texture_deref; in build_depth_stencil_resolve_compute_shader()
|
D | radv_meta_resolve_fs.c | 360 tex->src[2].src_type = nir_tex_src_texture_deref; in build_depth_stencil_resolve_fragment_shader() 380 tex_add->src[2].src_type = nir_tex_src_texture_deref; in build_depth_stencil_resolve_fragment_shader()
|
/third_party/mesa3d/src/intel/vulkan/ |
D | anv_nir_lower_ycbcr_textures.c | 55 tex->src[0].src_type = nir_tex_src_texture_deref; in get_texture_size() 213 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in anv_nir_lower_ycbcr_textures_instr()
|
D | anv_nir_apply_pipeline_layout.c | 166 add_tex_src_binding(state, tex, nir_tex_src_texture_deref); in get_used_bindings() 1135 if (deref_src_type == nir_tex_src_texture_deref) { in lower_tex_deref() 1152 if (deref_src_type == nir_tex_src_texture_deref) { in lower_tex_deref() 1161 if (deref_src_type == nir_tex_src_texture_deref) { in lower_tex_deref() 1255 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in lower_gfx7_tex_swizzle() 1325 lower_tex_deref(b, tex, nir_tex_src_texture_deref, in lower_tex()
|
/third_party/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 148 if (tex->src[i].src_type == nir_tex_src_texture_deref || in clover_nir_lower_images() 153 if (tex->src[i].src_type == nir_tex_src_texture_deref) in clover_nir_lower_images() 166 if (tex->src[i].src_type == nir_tex_src_texture_deref) in clover_nir_lower_images()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_nir_optim.c | 43 int tex_index = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in get_tex_unit()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_nir_lower_tex_src_plane.c | 124 int tex_index = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in lower_tex_src_plane_block()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_lower_vulkan_resource.c | 166 …textures_used = lower_vri_instr_tex_deref(tex, nir_tex_src_texture_deref, b->shader->info.stage, l… in lower_vri_instr_tex()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | gl_nir_lower_samplers_as_deref.c | 248 nir_tex_instr_src_index(instr, nir_tex_src_texture_deref); in lower_sampler()
|
/third_party/mesa3d/src/freedreno/vulkan/ |
D | tu_shader.c | 469 int deref_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in lower_tex_ycbcr() 536 int tex_src_idx = nir_tex_instr_src_index(tex, nir_tex_src_texture_deref); in lower_tex()
|