Searched refs:reserved_space (Results 1 – 6 of 6) sorted by relevance
/external/llvm-project/llvm/test/CodeGen/Mips/cconv/ |
D | reserved-space.ll | 18 define void @reserved_space() nounwind { 24 ; ALL-LABEL: reserved_space:
|
/external/llvm/test/CodeGen/Mips/cconv/ |
D | reserved-space.ll | 18 define void @reserved_space() nounwind { 24 ; ALL-LABEL: reserved_space:
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | intel_batchbuffer.c | 59 intel->batch.reserved_space = BATCH_RESERVED; in intel_batchbuffer_reset() 160 intel->batch.reserved_space = 0; in _intel_batchbuffer_flush()
|
D | intel_batchbuffer.h | 72 return (intel->batch.bo->size - intel->batch.reserved_space) in intel_batchbuffer_space()
|
D | intel_context.h | 105 uint16_t used, reserved_space; member
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_fused_batch_norm_op.cc | 637 template <typename Device, typename T, typename U, bool reserved_space, 795 if (reserved_space) { in Compute() 1031 if (reserved_space) { in AllocateTFOutputs() 1044 template <typename Device, typename T, typename U, bool reserved_space, 1077 (reserved_space) ? MklGetInput(context, kReservedSpaceIndex) in Compute() 1269 ((reserved_space) ? static_cast<U*>(const_cast<U*>( in Compute()
|