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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_genx_macros.h 149 ro_bo(struct crocus_bo *bo, uint64_t offset) function
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_genx_macros.h 144 ro_bo(struct iris_bo *bo, uint64_t offset) function
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_boilerplate.h 89 ro_bo(struct brw_bo *bo, uint32_t offset) function
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_boilerplate.h 89 ro_bo(struct brw_bo *bo, uint32_t offset) function
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c 371 ro_bo(struct iris_bo *bo, uint64_t offset) function
611 sba.InstructionBaseAddress = ro_bo(NULL, IRIS_MEMZONE_SHADER_START);
612 sba.DynamicStateBaseAddress = ro_bo(NULL, IRIS_MEMZONE_DYNAMIC_START);
2823 ro_bo(NULL, res->bo->gtt_offset + (int) buffer->buffer_offset);
4478 sba.SurfaceStateBaseAddress = ro_bo(binder->bo, 0);
4705 res ? ro_bo(res->bo, range->start * 32 + cbuf->buffer_offset)
4706 : ro_bo(batch->screen->workaround_bo, 0);
5055 ro_bo(NULL, res->bo->gtt_offset +
5083 ro_bo(NULL, res->bo->gtt_offset +
5314 ib.BufferStartingAddress = ro_bo(bo, offset)
    [all...]

Completed in 10 milliseconds