Searched refs:per_thread_scratch (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/libdrm/dist/intel/
H A Dintel_debug.h41 uint32_t per_thread_scratch; member in struct:intel_debug_handshake
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_allocator.c1438 gl_shader_stage stage, unsigned per_thread_scratch)
1440 if (per_thread_scratch == 0)
1443 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048);
1464 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage];
1504 unsigned per_thread_scratch)
1506 if (per_thread_scratch == 0)
1509 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048);
1518 per_thread_scratch);
1531 .stride_B = per_thread_scratch,
1437 anv_scratch_pool_alloc(struct anv_device * device,struct anv_scratch_pool * pool,gl_shader_stage stage,unsigned per_thread_scratch) argument
1502 anv_scratch_pool_get_surf(struct anv_device * device,struct anv_scratch_pool * pool,unsigned per_thread_scratch) argument
H A Danv_private.h804 unsigned per_thread_scratch);
807 unsigned per_thread_scratch);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.h934 unsigned per_thread_scratch,
937 unsigned per_thread_scratch);
H A Diris_program.c2351 unsigned per_thread_scratch,
2358 unsigned encoded_size = ffs(per_thread_scratch) - 11;
2360 assert(per_thread_scratch == 1 << (encoded_size + 10));
2374 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage];
2383 unsigned per_thread_scratch)
2390 unsigned encoded_size = ffs(per_thread_scratch) - 11;
2392 assert(per_thread_scratch == 1 << (encoded_size + 10));
2400 iris_get_scratch_space(ice, per_thread_scratch, MESA_SHADER_COMPUTE);
2411 .stride_B = per_thread_scratch,
2350 iris_get_scratch_space(struct iris_context * ice,unsigned per_thread_scratch,gl_shader_stage stage) argument
2382 iris_get_scratch_surf(struct iris_context * ice,unsigned per_thread_scratch) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_allocator.c1506 gl_shader_stage stage, unsigned per_thread_scratch)
1508 if (per_thread_scratch == 0)
1511 unsigned scratch_size_log2 = ffs(per_thread_scratch / 2048);
1571 uint32_t size = per_thread_scratch * max_threads[stage];
1505 anv_scratch_pool_alloc(struct anv_device * device,struct anv_scratch_pool * pool,gl_shader_stage stage,unsigned per_thread_scratch) argument
H A Danv_private.h869 unsigned per_thread_scratch);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c392 if (stage_state->per_thread_scratch >= per_thread_size)
395 stage_state->per_thread_scratch = per_thread_size;
H A DgenX_state_upload.c1981 ffs(stage_state->per_thread_scratch) - 11;
2126 ffs(stage_state->per_thread_scratch) - 11; \
4068 ffs(stage_state->per_thread_scratch) - 11);
4378 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 11;
4383 per_thread_scratch_value = ffs(stage_state->per_thread_scratch) - 12;
4388 per_thread_scratch_value = stage_state->per_thread_scratch / 1024 - 1;
H A Dbrw_context.h626 * using the slot size given by the \c per_thread_scratch member below,
636 uint32_t per_thread_scratch; member in struct:brw_stage_state
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_program.c431 if (stage_state->per_thread_scratch >= per_thread_size)
434 stage_state->per_thread_scratch = per_thread_size;
H A DgenX_state_upload.c1970 ffs(stage_state->per_thread_scratch) - 11;
2109 ffs(stage_state->per_thread_scratch) - 11; \
3990 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;
H A Dbrw_context.h620 * using the slot size given by the \c per_thread_scratch member below,
630 uint32_t per_thread_scratch; member in struct:brw_stage_state
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c1403 unsigned per_thread_scratch,
1410 unsigned encoded_size = ffs(per_thread_scratch) - 11;
1442 uint32_t size = per_thread_scratch * max_threads[stage];
1402 iris_get_scratch_space(struct iris_context * ice,unsigned per_thread_scratch,gl_shader_stage stage) argument
H A Diris_context.h749 unsigned per_thread_scratch,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.h839 unsigned per_thread_scratch,
H A Dcrocus_program.c2636 unsigned per_thread_scratch,
2643 unsigned encoded_size = ffs(per_thread_scratch) - 11;
2650 uint32_t size = per_thread_scratch * devinfo->max_scratch_ids[stage];
2635 crocus_get_scratch_space(struct crocus_context * ice,unsigned per_thread_scratch,gl_shader_stage stage) argument

Completed in 66 milliseconds