Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_compute.c886 unsigned threads_per_threadgroup = info->block[0] * info->block[1] * info->block[2]; in si_get_2d_interleave_size() local
913 unsigned threads_per_threadgroup = info->block[0] * info->block[1] * info->block[2]; in si_emit_dispatch_packets() local
/aosp_15_r20/external/mesa3d/src/amd/vulkan/
H A Dradv_pipeline_compute.c44 unsigned threads_per_threadgroup; in radv_get_compute_resource_limits() local