/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fDrawBuffersIndexedTests.cpp | 484 verifyRenderbuffer(TestLog& log, tcu::ResultCollector& results, const tcu::TextureFormat& format, int renderbufferNdx, const tcu::TextureLevel& refRenderbuffer, const tcu::TextureLevel& result) verifyRenderbuffer() argument
|
H A D | es3fMultisampleTests.cpp | 85 int result; in getGLInteger() local
|
H A D | es3fShaderApiTests.cpp | 639 const std::string result = readSource(shader); in verifyShaderSourceReplaced() local
|
H A D | es3fShaderDerivateTests.cpp | 401 verifyConstantDerivate(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, const tcu::Vec4& reference, const tcu::Vec4& threshold, const tcu::Vec4& scale, const tcu::Vec4& bias, VerificationLogging logPolicy = LOG_ALL) verifyConstantDerivate() argument 465 reverifyConstantDerivateWithFlushRelaxations(tcu::TestLog& log, const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask, glu::DataType dataType, glu::Precision precision, const tcu::Vec4& derivScale, const tcu::Vec4& derivBias, const tcu::Vec4& surfaceThreshold, DerivateFunc derivateFunc, const Linear2DFunctionEvaluator& function) reverifyConstantDerivateWithFlushRelaxations() argument 689 tcu::TextureLevel result; iterate() local 975 verify(const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) verify() argument 1103 verify(const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) verify() argument 1427 verify(const tcu::ConstPixelBufferAccess& result, const tcu::PixelBufferAccess& errorMask) verify() argument [all...] |
H A D | es3fShaderMatrixTests.cpp | 766 const float result[3*3] = in inverse() local 818 const float result[4*4] = in inverse() local
|
H A D | es3fTextureSpecificationTests.cpp | 306 tcu::Surface result; in verifyTexture() local 392 tcu::Surface result; in verifyTexture() local 497 tcu::Surface result; in verifyTexture() local 596 tcu::Surface result; verifyTexture() local [all...] |
H A D | es3fVertexTextureTests.cpp | 120 tcu::Vector<float, Size> result; in safeCoords() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fOpaqueTypeIndexingTests.cpp | 607 const float result = *((const float*)(const deUint8*)&outData[lookupNdx*outLookupStride + invocationNdx]); in iterate() local [all...] |
H A D | es31fSRGBDecodeTests.cpp | 1023 bool result; in iterate() local [all...] |
H A D | es31fTextureGatherTests.cpp | 341 tcu::Vector<T, 4> result; in swizzleColor() local 562 isGatherOffsetsResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const PrecType& prec, const Vec3& coord, int componentNdx, const IVec2 (&offsets)[4], const tcu::Vector<ColorScalarT, 4>& result) isGatherOffsetsResultValid() argument 575 isGatherOffsetsCompareResultValid(const tcu::TextureCubeView& texture, const tcu::Sampler& sampler, const tcu::TexComparePrecision& prec, const Vec3& coord, const IVec2 (&offsets)[4], float cmpReference, const Vec4& result) isGatherOffsetsCompareResultValid() argument 589 verifyGatherOffsets(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const PrecType& lookupPrec, int componentNdx, const PixelOffsets& getPixelOffsets) verifyGatherOffsets() argument 669 verifyGatherOffsetsCompare(TestLog& log, const ConstPixelBufferAccess& result, const TexViewT& texture, const TexCoordT (&texCoords)[4], const tcu::Sampler& sampler, const tcu::TexComparePrecision& compPrec, const PixelCompareRefZ& getPixelRefZ, const PixelOffsets& getPixelOffsets) verifyGatherOffsetsCompare() argument 725 verifySingleColored(TestLog& log, const ConstPixelBufferAccess& result, const Vec4& refColor) verifySingleColored() argument 1162 string result; genGatherFuncCall() local 1572 vector<GatherArgs> result; generateBasic2DCaseIterations() local [all...] |
/third_party/vk-gl-cts/modules/glshared/ |
H A D | glsLifetimeTests.cpp | 816 void ResultCollector::addResult (qpTestResult result, const char* msg) in addResult() argument
|
H A D | glsLongStressCase.cpp | 940 int result = 0; in computeApproxMemUsage() local
|
H A D | glsShaderRenderCase.cpp | 590 void ShaderRenderCase::render (Surface& result, int programID, const QuadGrid& quadGrid) in render() argument 635 void ShaderRenderCase::computeVertexReference (Surface& result, const QuadGrid& quadGrid) in computeVertexReference() argument 722 void ShaderRenderCase::computeFragmentReference (Surface& result, cons argument [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineAttachmentFeedbackLoopLayoutTests.cpp | 1429 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local 1460 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local 1551 const tcu::ConstPixelBufferAccess result = resultTexture->getAccess(); in verifyImage() local [all...] |
H A D | vktPipelineDepthTests.cpp | 1035 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_colorImage, m_colorFormat, m_renderSize); in verifyImage() local 1059 de::MovePtr<tcu::TextureLevel> result = readDepthAttachment(vk, vkDevice, queue, queueFamilyIndex, allocator, *m_depthImage, m_depthFormat, m_renderSize); in verifyImage() local
|
H A D | vktPipelinePushDescriptorTests.cpp | 615 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(m_vkd, *m_device, m_queue, m_queueFamilyIndex, m_allocator, *m_colorImage, m_colorFormat, m_renderSize); in verifyImage() local 1770 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(m_vkd, *m_device, m_queue, m_queueFamilyIndex, m_allocator, *m_colorImage, m_colorFormat, m_renderSize); in verifyImage() local 3090 de::MovePtr<tcu::TextureLevel> result in verifyImage() local 4163 de::MovePtr<tcu::TextureLevel> result = readColorAttachment(m_vkd, *m_device, m_queue, m_queueFamilyIndex, m_allocator, *m_colorImage, m_colorFormat, m_renderSize); verifyImage() local [all...] |
H A D | vktPipelineRenderToImageTests.cpp | 838 const VkResult result = vk.allocateMemory(device, &allocateInfo, DE_NULL, &object); in testWithSizeReduction() local
|
H A D | vktPipelineSamplerBorderSwizzleTests.cpp | 147 const auto result = vki.getPhysicalDeviceImageFormatProperties( in checkSupport() local 322 const tcu::Vector<VkComponentSwizzle, 4> result = {{ mapping.r, mapping.g, mapping.b, mapping.a }}; in makeComponentSwizzleVec() local 331 tcu::Vector<T, 4> result; in applySwizzle() local 355 tcu::Vector<T, 4> result; applyGather() local 367 tcu::Vector<T, 4> result = color; getExpectedColor() local 383 VkClearColorValue result; getExpectedColor() local 500 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); comparePixelToColorClearValue() local 546 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); comparePixelToColorClearValue() local 592 const bool result = !(anyNotEqual(logicalAnd(lessThanEqual(absDiff(resColor, refColor), threshold), channelMask), channelMask)); comparePixelToColorClearValue() local 646 const bool result = !(calcFloatDiff(resColor[ndx], refColor[ndx]) > threshold[ndx] && channelMask[ndx]); comparePixelToColorClearValue() local 678 VkClearColorValue result; getBorderClearColorValue() local 1030 std::vector<ComponentSwizzleArray> result; genMappingPermutations() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/ |
H A D | vktQueryPoolStatisticsTests.cpp | 162 vk::VkResult result; in GetQueryPoolResultsVector() local 198 vk::VkResult result; in GetQueryPoolResultsVector() local 3986 VkResult result = vk.getQueryPoolResults(device, queryPool, 0u, m_parametersGraphic.queryCount, size * sizeof(deUint64), results.data(), NUM_QUERY_STATISTICS * sizeof(deUint64), queryFlags); checkResult() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/rasterization/ |
H A D | vktRasterizationOrderAttachmentAccessTests.cpp | 792 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, dsFormat, imageType, imageTiling, imageUsage, 0u, &formatProperties); in checkAndGetDSFormat() local 839 const auto result = vki.getPhysicalDeviceImageFormatProperties(physicalDevice, format, imageType, imageTiling, imageUsage, 0u, &formatProperties); in checkSupport() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_query/ |
H A D | vktRayQueryCullRayFlagsTests.cpp | 2025 bool result = testConfiguration->verifyImage(resultBuffer.get(), m_context, m_data); iterate() local [all...] |
H A D | vktRayQueryTraversalControlTests.cpp | 1992 bool result = testConfiguration->verifyImage(resultBuffer.get(), m_context, m_data); iterate() local [all...] |
H A D | vktRayQueryWatertightnessTests.cpp | 169 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() local 270 const tcu::Vec2 result = a * alpha + b * (1.0f - alpha); in mixVec2() local 277 const tcu::Vec2 result = tcu::Vec2(deFloatMix(a.x(), b.x(), alpha), deFloatMix(a.y(), b.y(), beta)); in mixCoordsVec2() local 1492 const std::string result = getShaderBodyText() local 1519 const std::string result = getShaderBodyText() local [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingCaptureReplayTests.cpp | 284 std::vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; in initBottomAccelerationStructures() local 324 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); in initTopAccelerationStructure() local 549 std::vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; in initBottomAccelerationStructures() local 629 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); initTopAccelerationStructure() local [all...] |
H A D | vktRayTracingComplexControlFlowTests.cpp | 187 VkBuffer result = (buffer.get() == DE_NULL) ? DE_NULL : buffer->get(); in getVkBuffer() local 399 de::MovePtr<TopLevelAccelerationStructure> result = makeTopLevelAccelerationStructure(); in initTopAccelerationStructure() local 417 de::MovePtr<BottomLevelAccelerationStructure> result = makeBottomLevelAccelerationStructure(); initBottomAccelerationStructure() local 435 vector<de::SharedPtr<BottomLevelAccelerationStructure> > result; initBottomAccelerationStructures() local 447 PushConstants result; getPushConstants() local [all...] |