Home
last modified time | relevance | path

Searched refs:explicit_scratch_args (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_shader_args.c306 args->explicit_scratch_args = !radv_use_llvm_for_stage(pdev, stage); in radv_init_shader_args()
616 if (args->explicit_scratch_args && gfx_level < GFX11) { in declare_shader_args()
649 if (args->explicit_scratch_args) { in declare_shader_args()
704 if (args->explicit_scratch_args) { in declare_shader_args()
731 if (args->explicit_scratch_args) { in declare_shader_args()
825 if (args->explicit_scratch_args) { in declare_shader_args()
858 if (args->explicit_scratch_args && gfx_level < GFX11) { in declare_shader_args()
H A Dradv_shader_args.h134 bool explicit_scratch_args; member