Home
last modified time | relevance | path

Searched refs:regionSize (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
H A DvktClippingTests.cpp248 int countPixels (const tcu::ConstPixelBufferAccess pixels, const IVec2& regionOffset, const IVec2& regionSize, const Vec4& color, const Vec4& colorThreshold) in countPixels() argument
252 const int xEnd = regionOffset.x() + regionSize.x(); in countPixels()
253 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels()
558 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp() local
559 const int regionPixels = regionSize.x() * regionSize.y(); in testPrimitivesDepthClamp()
630 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClamp()
650 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClip() local
651 const int regionPixels = regionSize.x() * regionSize in testPrimitivesDepthClip()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/clipping/
H A DvktClippingTests.cpp248 int countPixels (const tcu::ConstPixelBufferAccess pixels, const IVec2& regionOffset, const IVec2& regionSize, const Vec4& color, const Vec4& colorThreshold) in countPixels() argument
252 const int xEnd = regionOffset.x() + regionSize.x(); in countPixels()
253 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels()
558 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClamp() local
559 const int regionPixels = regionSize.x() * regionSize.y(); in testPrimitivesDepthClamp()
630 const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regionSize, cases[caseNdx].color, Vec4()); in testPrimitivesDepthClamp()
650 const IVec2 regionSize = IVec2(RENDER_SIZE/2, RENDER_SIZE); //! size of the clamped region in testPrimitivesDepthClip() local
651 const int regionPixels = regionSize.x() * regionSize in testPrimitivesDepthClip()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DSecondaryCommandBuffer.h1084 size_t regionSize = regionCount * sizeof(VkBufferCopy); in copyBuffer() local
1086 initCommand<CopyBufferParams>(CommandID::CopyBuffer, regionSize, &writePtr); in copyBuffer()
1091 storePointerParameter(writePtr, regions, regionSize); in copyBuffer()

Completed in 8 milliseconds