Home
last modified time | relevance | path

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

/external/libdrm/intel/
Dintel_debug.h41 uint32_t per_thread_scratch; member
/external/mesa3d/src/intel/vulkan/
Danv_allocator.c1419 gl_shader_stage stage, unsigned per_thread_scratch) in anv_scratch_pool_alloc() argument
1421 if (per_thread_scratch == 0) in anv_scratch_pool_alloc()
1424 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048); in anv_scratch_pool_alloc()
1509 uint32_t size = per_thread_scratch * max_threads[stage]; in anv_scratch_pool_alloc()
Danv_private.h1019 unsigned per_thread_scratch);
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_program.c430 if (stage_state->per_thread_scratch >= per_thread_size) in brw_alloc_stage_scratch()
433 stage_state->per_thread_scratch = per_thread_size; in brw_alloc_stage_scratch()
DgenX_state_upload.c1971 ffs(stage_state->per_thread_scratch) - 11;
2110 ffs(stage_state->per_thread_scratch) - 11; \
3991 ffs(stage_state->per_thread_scratch) - 11);
4308 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 11;
4313 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 12;
4318 per_thread_scratch_value = stage_state->per_thread_scratch / 1024 - 1;
Dbrw_context.h638 uint32_t per_thread_scratch; member
/external/mesa3d/src/gallium/drivers/iris/
Diris_context.h865 unsigned per_thread_scratch,
Diris_program.c2085 unsigned per_thread_scratch, in iris_get_scratch_space() argument
2092 unsigned encoded_size = ffs(per_thread_scratch) - 11; in iris_get_scratch_space()
2149 uint32_t size = per_thread_scratch * max_threads[stage]; in iris_get_scratch_space()