Home
last modified time | relevance | path

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

/third_party/libdrm/intel/
Dintel_debug.h41 uint32_t per_thread_scratch; member
/third_party/mesa3d/src/intel/vulkan/
Danv_allocator.c1448 gl_shader_stage stage, unsigned per_thread_scratch) in anv_scratch_pool_alloc() argument
1450 if (per_thread_scratch == 0) in anv_scratch_pool_alloc()
1453 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_alloc()
1474 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in anv_scratch_pool_alloc()
1514 unsigned per_thread_scratch) in anv_scratch_pool_get_surf() argument
1516 if (per_thread_scratch == 0) in anv_scratch_pool_get_surf()
1519 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_get_surf()
1528 per_thread_scratch); in anv_scratch_pool_get_surf()
1541 .stride_B = per_thread_scratch, in anv_scratch_pool_get_surf()
Danv_private.h911 unsigned per_thread_scratch);
914 unsigned per_thread_scratch);
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_program.c2368 unsigned per_thread_scratch, in iris_get_scratch_space() argument
2375 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_space()
2377 assert(per_thread_scratch == 1 << (encoded_size + 10)); in iris_get_scratch_space()
2391 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in iris_get_scratch_space()
2401 unsigned per_thread_scratch) in iris_get_scratch_surf() argument
2408 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_surf()
2410 assert(per_thread_scratch == 1 << (encoded_size + 10)); in iris_get_scratch_surf()
2418 iris_get_scratch_space(ice, per_thread_scratch, MESA_SHADER_COMPUTE); in iris_get_scratch_surf()
2429 .stride_B = per_thread_scratch, in iris_get_scratch_surf()
Diris_context.h954 unsigned per_thread_scratch,
957 unsigned per_thread_scratch);
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_context.h839 unsigned per_thread_scratch,
Dcrocus_program.c2665 unsigned per_thread_scratch, in crocus_get_scratch_space() argument
2672 unsigned encoded_size = ffs(per_thread_scratch) - 11; in crocus_get_scratch_space()
2679 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage]; in crocus_get_scratch_space()