Home
last modified time | relevance | path

Searched refs:uses_vmem_load_other (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader_info.c409 info->uses_vmem_load_other = true; in scan_instruction()
436 info->uses_vmem_load_other = true; in scan_instruction()
444 info->uses_vmem_load_other = true; in scan_instruction()
450 info->uses_vmem_load_other = true; in scan_instruction()
461 info->uses_vmem_load_other = true; in scan_instruction()
703 info->uses_vmem_load_other |= info->base.fs.uses_fbfetch_output; in si_nir_scan_shader()
727 info->uses_vmem_load_other |= info->uses_indirect_descriptor; in si_nir_scan_shader()
Dsi_shader.h468 bool uses_vmem_load_other; /* all other VMEM loads and atomics with return */ member
778 bool uses_vmem_load_other; /* all other VMEM loads and atomics with return */ member
Dsi_shader.c1727 shader->info.uses_vmem_load_other |= info.uses_vmem_load_other; in si_update_shader_binary_info()
2184 shader->info.uses_vmem_load_other = true; in si_get_ps_prolog_key()
2554 shader->info.uses_vmem_load_other |= shader->previous_stage->info.uses_vmem_load_other; in si_create_shader_variant()
Dsi_state_shaders.cpp509 (shader->info.uses_vmem_load_other || in si_shader_mem_ordered()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst2989 - radeonsi: apply fbfetch/indirect_descriptor to uses_vmem_load_other earlier
D22.2.0.rst5107 - radeonsi: set uses_vmem_load_other for nir_intrinsic_load_buffer_amd