Home
last modified time | relevance | path

Searched defs:numPixels (Results 1 – 23 of 23) sorted by relevance

/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.cpp307 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids; in iterate() local
327 deInt64 numPixels = (deInt64)m_viewportWidth * (deInt64)m_viewportHeight * numQuadGrids; in logMeasurementInfo() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp131 DWORD numPixels = 0; in testQuery() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DQuery9.cpp131 DWORD numPixels = 0; in testQuery() local
/third_party/skia/src/codec/
DSkBmpRLECodec.cpp411 uint8_t numPixels = task; in decodeRLE() local
484 const uint8_t numPixels = flag; in decodeRLE() local
/third_party/flutter/skia/src/codec/
DSkBmpRLECodec.cpp408 uint8_t numPixels = task; in decodeRLE() local
481 const uint8_t numPixels = flag; in decodeRLE() local
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp226 UINT numPixels = (destArea.width * destArea.height * destArea.depth); in copyBufferToTexture() local
DQuery11.cpp228 UINT64 numPixels = 0; in testQuery() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DPixelTransfer11.cpp227 UINT numPixels = (destArea.width * destArea.height * destArea.depth); in copyBufferToTexture() local
DQuery11.cpp228 UINT64 numPixels = 0; in testQuery() local
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1240 const int numPixels = s_formatData[format.type].inputSize / inputPixelSize; in getInputAccess() local
1272 const int numPixels = getInputAccess(storageFormat).getWidth(); in getReferenceValues() local
1430 const int numPixels = src.getWidth(); in verifyRead() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/clipping/
DvktClippingTests.cpp253 int numPixels = 0; in countPixels() local
629 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClamp() local
725 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip() local
755 …const int numPixels = countPixels(drawContext.getColorPixels(), cases[caseNdx].regionOffset, regio… in testPrimitivesDepthClip() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fColorClearTest.cpp108 const int numPixels = targetWidth * targetHeight; in iterate() local
Des2fMultisampleTests.cpp1137 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fColorClearTest.cpp108 const int numPixels = targetWidth * targetHeight; in iterate() local
Des3fMultisampleTests.cpp1293 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/third_party/flutter/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp111 int64_t numPixels = sk_64_mul(clippedIBounds.height(), clippedIBounds.width()); in onCanDrawPath() local
DGrCCPathCache.cpp411 GrCCPathCache* pathCache, int numPixels) { in invalidatePathPixels()
DGrCCPathCache.h312 void addPathPixels(int numPixels) { fNumPathPixels += numPixels; } in addPathPixels()
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureUploadTests.cpp270 deInt64 numPixels = (deInt64)m_texSize * (deInt64)m_texSize * numTexturesDrawn; in logResults() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageSubresourceLayoutTests.cpp512 const auto numPixels = subresourceWidth * subresourceHeight * subresourceDepth; in iterateAspect() local
DvktImageCompressionTranscodingSupport.cpp179 size_t numPixels = (size_t)(sizeInBytes / 4) /* bytes */; in BinaryCompare() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fMultisampleTests.cpp587 deInt32 numPixels = (deInt32)renderedImg.getWidth()*(deInt32)renderedImg.getHeight(); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiCommandBuffersTests.cpp4275 const auto numPixels = calcNumPixels(imageExtent); in ManyDrawsAllocatedData() local
4432 const auto numPixels = ManyDrawsAllocatedData::calcNumPixels(m_params.imageExtent); in iterate() local