Home
last modified time | relevance | path

Searched refs:outRange (Results 1 - 19 of 19) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A 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()
H A DBuffer.cpp341 IndexRange *outRange) const in getIndexRange()
343 if (mIndexRangeCache.findRange(type, offset, count, primitiveRestartEnabled, outRange)) in getIndexRange()
349 mImpl->getIndexRange(context, type, offset, count, primitiveRestartEnabled, outRange)); in getIndexRange()
351 mIndexRangeCache.addRange(type, offset, count, primitiveRestartEnabled, *outRange); in getIndexRange()
H A DIndexRangeCache.h38 IndexRange *outRange) const;
H A DBuffer.h137 IndexRange *outRange) const;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DBufferGL.cpp248 gl::IndexRange *outRange) in getIndexRange()
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()
243 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
H A DBufferGL.h57 gl::IndexRange *outRange) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DBufferD3D.cpp182 gl::IndexRange *outRange) in getIndexRange()
187 *outRange = gl::ComputeIndexRange(type, data + offset, count, primitiveRestartEnabled); in getIndexRange()
177 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
H A DBufferD3D.h65 gl::IndexRange *outRange) override;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DBufferNULL.cpp123 gl::IndexRange *outRange) in getIndexRange()
125 *outRange = gl::ComputeIndexRange(type, mData.data() + offset, count, primitiveRestartEnabled); in getIndexRange()
118 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
H A DBufferNULL.h61 gl::IndexRange *outRange) override;
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgBuiltinFunctions.hpp71 ConstValueRangeAccess outRange = valueRange.component(ndx); in UnaryBuiltinVecFunc() local
74 ComputeValueRange()(outRange.getMin().asFloat(), outRange.getMax().asFloat(), inRange.getMin().asFloat(), inRange.getMax().asFloat()); in UnaryBuiltinVecFunc()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DBufferImpl.h73 gl::IndexRange *outRange) = 0;
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DBufferVk.cpp889 gl::IndexRange *outRange) in getIndexRange()
898 outRange->start = 0; in getIndexRange()
899 outRange->end = 0; in getIndexRange()
907 *outRange = gl::ComputeIndexRange(type, mapPtr, count, primitiveRestartEnabled); in getIndexRange()
884 getIndexRange(const gl::Context *context, gl::DrawElementsType type, size_t offset, size_t count, bool primitiveRestartEnabled, gl::IndexRange *outRange) getIndexRange() argument
H A DBufferVk.h101 gl::IndexRange *outRange) override;
/third_party/icu/icu4c/source/common/
H A 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()
/third_party/node/deps/icu-small/source/common/
H A 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()
/third_party/skia/third_party/externals/icu/source/common/
H A 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()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
H A DBufferMtl.h143 gl::IndexRange *outRange) override;
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h8061 VkMappedMemoryRange& outRange) const;
17628 VkMappedMemoryRange& outRange) const
17637 outRange.sType = VK_STRUCTURE_TYPE_MAPPED_MEMORY_RANGE;
17638 outRange.pNext = VMA_NULL;
17639 outRange.memory = allocation->GetMemory();
17644 outRange.offset = VmaAlignDown(offset, nonCoherentAtomSize);
17647 outRange.size = allocationSize - outRange.offset;
17652 outRange.size = VMA_MIN(
17653 VmaAlignUp(size + (offset - outRange
[all...]

Completed in 37 milliseconds