Searched refs:per_thread_scratch (Results 1 – 9 of 9) sorted by relevance
/external/libdrm/intel/ |
D | intel_debug.h | 41 uint32_t per_thread_scratch; member
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_allocator.c | 1339 gl_shader_stage stage, unsigned per_thread_scratch) in anv_scratch_pool_alloc() argument 1341 if (per_thread_scratch == 0) in anv_scratch_pool_alloc() 1344 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_alloc() 1365 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in anv_scratch_pool_alloc() 1404 unsigned per_thread_scratch) in anv_scratch_pool_get_surf() argument 1408 if (per_thread_scratch == 0) in anv_scratch_pool_get_surf() 1411 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_get_surf() 1420 per_thread_scratch); in anv_scratch_pool_get_surf() 1437 .stride_B = per_thread_scratch, in anv_scratch_pool_get_surf()
|
D | anv_private.h | 930 unsigned per_thread_scratch); 933 unsigned per_thread_scratch);
|
/external/mesa3d/src/intel/vulkan_hasvk/ |
D | anv_allocator.c | 1429 gl_shader_stage stage, unsigned per_thread_scratch) in anv_scratch_pool_alloc() argument 1431 if (per_thread_scratch == 0) in anv_scratch_pool_alloc() 1434 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_alloc() 1447 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in anv_scratch_pool_alloc()
|
D | anv_private.h | 788 unsigned per_thread_scratch);
|
/external/mesa3d/src/gallium/drivers/iris/ |
D | iris_program.c | 3112 unsigned per_thread_scratch, in iris_get_scratch_space() argument 3119 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_space() 3121 assert(per_thread_scratch == 1 << (encoded_size + 10)); in iris_get_scratch_space() 3135 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in iris_get_scratch_space() 3145 unsigned per_thread_scratch) in iris_get_scratch_surf() argument 3152 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_surf() 3154 assert(per_thread_scratch == 1 << (encoded_size + 10)); in iris_get_scratch_surf() 3162 iris_get_scratch_space(ice, per_thread_scratch, MESA_SHADER_COMPUTE); in iris_get_scratch_surf() 3173 .stride_B = per_thread_scratch, in iris_get_scratch_surf()
|
D | iris_context.h | 1336 unsigned per_thread_scratch, 1339 unsigned per_thread_scratch);
|
/external/mesa3d/src/gallium/drivers/crocus/ |
D | crocus_context.h | 840 unsigned per_thread_scratch,
|
D | crocus_program.c | 2625 unsigned per_thread_scratch, in crocus_get_scratch_space() argument 2632 unsigned encoded_size = ffs(per_thread_scratch) - 11; in crocus_get_scratch_space() 2639 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in crocus_get_scratch_space()
|