Home
last modified time | relevance | path

Searched refs:per_thread_scratch (Results 1 – 9 of 9) sorted by relevance

/external/libdrm/intel/
Dintel_debug.h41 uint32_t per_thread_scratch; member
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1339 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()
Danv_private.h930 unsigned per_thread_scratch);
933 unsigned per_thread_scratch);
/external/mesa3d/src/intel/vulkan_hasvk/
Danv_allocator.c1429 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()
Danv_private.h788 unsigned per_thread_scratch);
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c3112 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()
Diris_context.h1336 unsigned per_thread_scratch,
1339 unsigned per_thread_scratch);
/external/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h840 unsigned per_thread_scratch,
Dcrocus_program.c2625 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()