/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
D | vktImageMisalignedCubeTests.cpp | 257 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/ |
D | es2fShaderFragDataTests.cpp | 75 const tcu::RGBA resultColor = surface.getPixel(x, y); in compareSingleColor() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmCrossStageInterfaceTests.cpp | 575 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/ |
D | es3fShaderFragDataTests.cpp | 93 const tcu::RGBA resultColor = surface.getPixel(x, y); in compareSingleColor() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
D | vktMeshShaderBuiltinTests.cpp | 376 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/ |
D | vktRenderPassUnusedAttachmentTests.cpp | 928 …const tcu::Vec4 resultColor = resultAccess.getPixel(resultAccess.getWidth() / 2, resultAccess.getH… in verifyImage() local
|
D | vktRenderPassTests.cpp | 3907 const Vec4 resultColor = result.getPixel(x, y); in verifyColorAttachment() local
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 273 const tcu::Vec4 resultColor = result.getAccess().getPixel(x, y); in validate() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderBuiltinVarTests.cpp | 1786 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/ |
D | vktPipelineImageSamplingInstance.cpp | 978 const tcu::Vec4 resultColor = (resultPixel - lookupBias) / lookupScale; in validateResultImage() local
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 200 void logColor (Context& context, const std::string& colorLogMessage, const tcu::Vec4 resultColor) in logColor()
|