| /xsrc/external/mit/libdrm/dist/intel/ |
| H A D | intel_debug.h | 41 uint32_t per_thread_scratch; member in struct:intel_debug_handshake
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_allocator.c | 1438 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 D | anv_private.h | 804 unsigned per_thread_scratch); 807 unsigned per_thread_scratch);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.h | 934 unsigned per_thread_scratch, 937 unsigned per_thread_scratch);
|
| H A D | iris_program.c | 2351 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 D | anv_allocator.c | 1506 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 D | anv_private.h | 869 unsigned per_thread_scratch);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_program.c | 392 if (stage_state->per_thread_scratch >= per_thread_size) 395 stage_state->per_thread_scratch = per_thread_size;
|
| H A D | genX_state_upload.c | 1981 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 D | brw_context.h | 626 * 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 D | brw_program.c | 431 if (stage_state->per_thread_scratch >= per_thread_size) 434 stage_state->per_thread_scratch = per_thread_size;
|
| H A D | genX_state_upload.c | 1970 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 D | brw_context.h | 620 * 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 D | iris_program.c | 1403 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 D | iris_context.h | 749 unsigned per_thread_scratch,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_context.h | 839 unsigned per_thread_scratch,
|
| H A D | crocus_program.c | 2636 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
|