Home
last modified time | relevance | path

Searched refs:geomColor (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateMiscTests.cpp148 const tcu::Vec4 geomColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match frag shader. in sampleShadingWithDynamicSampleCount()
398 if (!tcu::floatThresholdCompare(log, "Result", "", geomColor, resultAccess, threshold, tcu::COMPARE_LOG_ON_ERROR)) in sampleShadingWithDynamicSampleCount()
H A DvktPipelineExtendedDynamicStateTests.cpp1498 LastSegmentMissingGenerator (const tcu::Vec4& geomColor, const tcu::Vec4& clearColor) in LastSegmentMissingGenerator() argument
1499 : m_geomColor (geomColor) in LastSegmentMissingGenerator()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/
H A DvktPrimitivesGeneratedQueryTests.cpp1906 const tcu::Vec4 geomColor (0.0f, 1.0f, 0.0f, 1.0f); in iterate()
1912 tcu::clear(subregion, geomColor); in iterate()
H A DvktTransformFeedbackSimpleTests.cpp2069 const tcu::Vec4 geomColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match frag shader.
2216 tcu::clear(refAccess, geomColor);
3024 const tcu::Vec4 geomColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match frag shader values. in iterate()
3125 tcu::clear(referenceAccess, geomColor); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp3566 const auto geomColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local
3572 const auto& color = ((static_cast<uint32_t>(i) < FirstInvocationCase::kColoredPixels) ? geomColor : clearColor); in generateReferenceLevel()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp3548 const auto geomColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local
3554 const auto& color = ((static_cast<uint32_t>(i) < FirstInvocationCase::kColoredPixels) ? geomColor : clearColor); in generateReferenceLevel()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineExtendedDynamicStateTests.cpp1137 LastSegmentMissingGenerator (const tcu::Vec4& geomColor, const tcu::Vec4& clearColor) in LastSegmentMissingGenerator() argument
1138 : m_geomColor (geomColor) in LastSegmentMissingGenerator()

Completed in 62 milliseconds