Home
last modified time | relevance | path

Searched defs:scratch_alloc_granule (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/mesa3d/src/amd/compiler/
H A Daco_ir.h2039 unsigned scratch_alloc_granule; member
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_cmd_buffer.c12271 unsigned scratch_alloc_granule = pdev->info.gfx_level >= GFX11 ? 256 : 1024; in radv_trace_rays() local