HomeSort by: relevance | last modified time | path
    Searched defs:scratch_bo (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a4xx/
fd4_query.c 134 struct fd_bo *scratch_bo = fd4_context(batch->ctx)->vsc_size_mem; variable in typeref:struct:fd_bo
172 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0);
186 OUT_RELOC(ring, scratch_bo, addr_off, 0, 0);
194 OUT_RELOC(ring, scratch_bo, addr_off, 0, 0);
199 OUT_RELOC(ring, scratch_bo, addr_off, 0, 0);
206 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0);
211 OUT_RELOC(ring, scratch_bo, sample_off + 0x4, 0, 0);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a4xx/
fd4_query.c 132 struct fd_bo *scratch_bo = fd4_context(batch->ctx)->vsc_size_mem; local
170 OUT_RELOCW(ring, scratch_bo, sample_off, 0, 0);
184 OUT_RELOCW(ring, scratch_bo, addr_off, 0, 0);
192 OUT_RELOCW(ring, scratch_bo, addr_off, 0, 0);
197 OUT_RELOC(ring, scratch_bo, addr_off, 0, 0);
204 OUT_RELOC(ring, scratch_bo, sample_off, 0, 0);
209 OUT_RELOC(ring, scratch_bo, sample_off + 0x4, 0, 0);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_program.c 2399 struct iris_bo *scratch_bo = local
2406 .address = scratch_bo->address,
2407 .size_B = scratch_bo->size,
2410 .mocs = iris_mocs(scratch_bo, &screen->isl_dev, 0),
iris_state.c 5101 struct iris_bo *scratch_bo = local
5103 iris_use_pinned_bo(batch, scratch_bo, true, IRIS_DOMAIN_NONE);
5115 scratch_addr = scratch_bo->address;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_shader.h 604 struct si_resource *scratch_bo; member in struct:si_shader
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_shader.h 779 struct si_resource *scratch_bo; member in struct:si_shader
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.h 624 struct brw_bo *scratch_bo; member in struct:brw_stage_state
628 * by \c scratch_bo.
1363 struct brw_bo **scratch_bo, int size);
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
radv_device.c 1638 if (queue->scratch_bo)
1639 queue->device->ws->buffer_destroy(queue->scratch_bo);
2459 struct radeon_winsys_bo *scratch_bo = NULL; local
2502 scratch_bo = queue->device->ws->buffer_create(queue->device->ws,
2508 if (!scratch_bo)
2511 scratch_bo = queue->scratch_bo;
2567 if (scratch_bo != queue->scratch_bo ||
2579 else if (scratch_bo)
    [all...]
radv_private.h 653 struct radeon_winsys_bo *scratch_bo; member in struct:radv_queue
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
tu_private.h 936 struct tu_bo scratch_bo; member in struct:tu_cmd_buffer
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_context.h 630 struct brw_bo *scratch_bo; member in struct:brw_stage_state
634 * by \c scratch_bo.
1392 struct brw_bo **scratch_bo, int size);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_device.c 2620 if (queue->scratch_bo)
2621 queue->device->ws->buffer_destroy(queue->device->ws, queue->scratch_bo);
3640 struct radeon_winsys_bo *scratch_bo)
3645 if (!scratch_bo)
3648 radv_cs_add_buffer(queue->device->ws, cs, scratch_bo);
3752 struct radeon_winsys_bo *scratch_bo = NULL; local
3825 ring_bo_flags, RADV_BO_PRIORITY_SCRATCH, 0, &scratch_bo);
3829 scratch_bo = queue->scratch_bo;
3903 if (scratch_bo != queue->scratch_bo || esgs_ring_bo != queue->esgs_ring_bo |
    [all...]
radv_private.h 680 struct radeon_winsys_bo *scratch_bo; member in struct:radv_queue

Completed in 49 milliseconds