Home
last modified time | relevance | path

Searched refs:outRange (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/libANGLE/
DIndexRangeCache.cpp35 IndexRange *outRange) const in findRange()
40 if (outRange) in findRange()
42 *outRange = i->second; in findRange()
48 if (outRange) in findRange()
50 *outRange = IndexRange(); in findRange()
DBuffer.cpp331 IndexRange *outRange) const in getIndexRange()
333 if (mIndexRangeCache.findRange(type, offset, count, primitiveRestartEnabled, outRange)) in getIndexRange()
339 mImpl->getIndexRange(context, type, offset, count, primitiveRestartEnabled, outRange)); in getIndexRange()
341 mIndexRangeCache.addRange(type, offset, count, primitiveRestartEnabled, *outRange); in getIndexRange()
DIndexRangeCache.h38 IndexRange *outRange) const;
DBuffer.h125 IndexRange *outRange) const;
/external/angle/src/libANGLE/renderer/gl/
DBufferGL.cpp248 gl::IndexRange *outRange) in getIndexRange() argument
259 *outRange = gl::ComputeIndexRange(type, mShadowCopy.data() + offset, count, in getIndexRange()
272 *outRange = gl::ComputeIndexRange(type, bufferData, count, primitiveRestartEnabled); in getIndexRange()
278 *outRange = gl::IndexRange(0, 0, 1); in getIndexRange()
DBufferGL.h57 gl::IndexRange *outRange) override;
/external/angle/src/libANGLE/renderer/d3d/
DBufferD3D.cpp182 gl::IndexRange *outRange) in getIndexRange() argument
187 *outRange = gl::ComputeIndexRange(type, data + offset, count, primitiveRestartEnabled); in getIndexRange()
DBufferD3D.h65 gl::IndexRange *outRange) override;
/external/angle/src/libANGLE/renderer/null/
DBufferNULL.cpp123 gl::IndexRange *outRange) in getIndexRange() argument
125 *outRange = gl::ComputeIndexRange(type, mData.data() + offset, count, primitiveRestartEnabled); in getIndexRange()
DBufferNULL.h61 gl::IndexRange *outRange) override;
/external/deqp/framework/randomshaders/
DrsgBuiltinFunctions.hpp71 ConstValueRangeAccess outRange = valueRange.component(ndx); in UnaryBuiltinVecFunc() local
74 …ComputeValueRange()(outRange.getMin().asFloat(), outRange.getMax().asFloat(), inRange.getMin().asF… in UnaryBuiltinVecFunc()
/external/angle/src/libANGLE/renderer/
DBufferImpl.h73 gl::IndexRange *outRange) = 0;
/external/angle/src/libANGLE/renderer/vulkan/
DBufferVk.cpp720 gl::IndexRange *outRange) in getIndexRange() argument
729 outRange->start = 0; in getIndexRange()
730 outRange->end = 0; in getIndexRange()
738 *outRange = gl::ComputeIndexRange(type, mapPtr, count, primitiveRestartEnabled); in getIndexRange()
DBufferVk.h95 gl::IndexRange *outRange) override;
/external/icu/icu4c/source/common/
Dunames.cpp1849 AlgorithmicRange *outRange; in uchar_swapNames() local
2053 outRange=(AlgorithmicRange *)(outBytes+offset); in uchar_swapNames()
2056 ds->swapArray32(ds, inRange, 8, outRange, pErrorCode); in uchar_swapNames()
2057 ds->swapArray16(ds, &inRange->size, 2, &outRange->size, pErrorCode); in uchar_swapNames()
2062 outRange+1, pErrorCode); in uchar_swapNames()
2076 q=(uint16_t *)(outRange+1); in uchar_swapNames()
/external/angle/src/libANGLE/renderer/metal/
DBufferMtl.h136 gl::IndexRange *outRange) override;
DBufferMtl.mm251 gl::IndexRange *outRange)
255 *outRange = gl::ComputeIndexRange(type, indices, count, primitiveRestartEnabled);
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h7980 VkMappedMemoryRange& outRange) const;
17308 VkMappedMemoryRange& outRange) const in GetFlushOrInvalidateRange() argument
17317 outRange.sType = VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE; in GetFlushOrInvalidateRange()
17318 outRange.pNext = VMA_NULL; in GetFlushOrInvalidateRange()
17319 outRange.memory = allocation->GetMemory(); in GetFlushOrInvalidateRange()
17324 outRange.offset = VmaAlignDown(offset, nonCoherentAtomSize); in GetFlushOrInvalidateRange()
17327 outRange.size = allocationSize - outRange.offset; in GetFlushOrInvalidateRange()
17332 outRange.size = VMA_MIN( in GetFlushOrInvalidateRange()
17333 VmaAlignUp(size + (offset - outRange.offset), nonCoherentAtomSize), in GetFlushOrInvalidateRange()
17334 allocationSize - outRange.offset); in GetFlushOrInvalidateRange()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7961 VkMappedMemoryRange& outRange) const;
17279 VkMappedMemoryRange& outRange) const in GetFlushOrInvalidateRange() argument
17288 outRange.sType = VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE; in GetFlushOrInvalidateRange()
17289 outRange.pNext = VMA_NULL; in GetFlushOrInvalidateRange()
17290 outRange.memory = allocation->GetMemory(); in GetFlushOrInvalidateRange()
17295 outRange.offset = VmaAlignDown(offset, nonCoherentAtomSize); in GetFlushOrInvalidateRange()
17298 outRange.size = allocationSize - outRange.offset; in GetFlushOrInvalidateRange()
17303 outRange.size = VMA_MIN( in GetFlushOrInvalidateRange()
17304 VmaAlignUp(size + (offset - outRange.offset), nonCoherentAtomSize), in GetFlushOrInvalidateRange()
17305 allocationSize - outRange.offset); in GetFlushOrInvalidateRange()
[all …]
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Dnative_crypto.cc3580 …evp_aead_ctx_op_func realFunc, jobject inBuffer, jobject outBuffer, jint outRange, jint inRange) { in evp_aead_ctx_op_common() argument
3621 if (!realFunc(aeadCtx.get(), outBuf, &actualOutLength, outRange, in evp_aead_ctx_op_common()