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

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_genx_macros.h 155 rw_bo(struct crocus_bo *bo, uint64_t offset) function
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_genx_macros.h 151 rw_bo(struct iris_bo *bo, uint64_t offset, enum iris_domain access) function
  /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
genX_boilerplate.h 79 rw_bo(struct brw_bo *bo, uint32_t offset) function
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
genX_boilerplate.h 79 rw_bo(struct brw_bo *bo, uint32_t offset) function
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_state.c 380 rw_bo(struct iris_bo *bo, uint64_t offset) function
3108 rw_bo(NULL, res->bo->gtt_offset + tgt->base.buffer_offset);
3119 rw_bo(NULL, iris_resource_bo(tgt->offset.res)->gtt_offset +
3599 pkt.ScratchSpaceBasePointer = rw_bo(NULL, scratch_addr); \
3794 ps.ScratchSpaceBasePointer = rw_bo(NULL, scratch_addr);
5474 vfe.ScratchSpaceBasePointer = rw_bo(bo, 0);
5837 srm.MemoryAddress = rw_bo(bo, offset);
5857 sdi.Address = rw_bo(bo, offset);
5873 sdi.Address = rw_bo(bo, offset);
5891 cp.DestinationMemoryAddress = rw_bo(dst_bo, dst_offset + i)
    [all...]

Completed in 14 milliseconds