Home
last modified time | relevance | path

Searched defs:resultColor (Results 1 – 11 of 11) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMisalignedCubeTests.cpp257 const tcu::Vec4 resultColor = readVec4(resultBufferAlloc.getHostPtr(), layerNdx); in iterate() local
270 const tcu::Vec4 resultColor = readVec4(resultBufferAlloc.getHostPtr(), layerNdx + 6u); in iterate() local
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fShaderFragDataTests.cpp75 const tcu::RGBA resultColor = surface.getPixel(x, y); in compareSingleColor() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCrossStageInterfaceTests.cpp575 const Vec4 resultColor (m_colorRed.x() * (1.0f - u) + m_colorGreen.x() * u, in interpolationFill() local
596 const Vec4 resultColor (m_colorRed.x() * (1.0f - dynamics * u) + m_colorGreen.x() * u* dynamics, in perspectiveFill() local
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fShaderFragDataTests.cpp93 const tcu::RGBA resultColor = surface.getPixel(x, y); in compareSingleColor() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
DvktMeshShaderBuiltinTests.cpp376 const auto resultColor = result.getPixel(x, y, z); in verifyResults() local
444 const auto resultColor = result.getPixel(x, y); in verifyResults() local
491 const auto resultColor = result.getPixel(x, y); in verifyResults() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassUnusedAttachmentTests.cpp928 …const tcu::Vec4 resultColor = resultAccess.getPixel(resultAccess.getWidth() / 2, resultAccess.getH… in verifyImage() local
DvktRenderPassTests.cpp3907 const Vec4 resultColor = result.getPixel(x, y); in verifyColorAttachment() local
/third_party/vk-gl-cts/modules/egl/
DteglNativeCoordMappingTests.cpp273 const tcu::Vec4 resultColor = result.getAccess().getPixel(x, y); in validate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderBuiltinVarTests.cpp1786 const Vec4 resultColor = getResultImage().getAccess().getPixel(x, y); in iterate() local
1911 const Vec4 resultColor = getResultImage().getAccess().getPixel(x, y); in iterate() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineImageSamplingInstance.cpp978 const tcu::Vec4 resultColor = (resultPixel - lookupBias) / lookupScale; in validateResultImage() local
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp200 void logColor (Context& context, const std::string& colorLogMessage, const tcu::Vec4 resultColor) in logColor()