Home
last modified time | relevance | path

Searched refs:reserved_space (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/cconv/
Dreserved-space.ll18 define void @reserved_space() nounwind {
24 ; ALL-LABEL: reserved_space:
/external/llvm/test/CodeGen/Mips/cconv/
Dreserved-space.ll18 define void @reserved_space() nounwind {
24 ; ALL-LABEL: reserved_space:
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.c59 intel->batch.reserved_space = BATCH_RESERVED; in intel_batchbuffer_reset()
160 intel->batch.reserved_space = 0; in _intel_batchbuffer_flush()
Dintel_batchbuffer.h72 return (intel->batch.bo->size - intel->batch.reserved_space) in intel_batchbuffer_space()
Dintel_context.h104 uint16_t used, reserved_space; member