/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 974 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); 976 tcu::clear(access, blueColor);
|
H A D | vktMeshShaderMiscTests.cpp | 2078 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local 2086 access.setPixel(blueColor, x, y); in generateReferenceLevel() 3790 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); 3792 tcu::clear(access, blueColor);
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2299 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local 2307 access.setPixel(blueColor, x, y); in generateReferenceLevel()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderInOutTestsEXT.cpp | 974 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); 976 tcu::clear(access, blueColor);
|
H A D | vktMeshShaderMiscTests.cpp | 2078 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local 2086 access.setPixel(blueColor, x, y); in generateReferenceLevel() 3790 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); 3792 tcu::clear(access, blueColor);
|
H A D | vktMeshShaderMiscTestsEXT.cpp | 2281 const auto blueColor = tcu::Vec4(0.0f, 0.0f, 1.0f, 1.0f); in generateReferenceLevel() local 2289 access.setPixel(blueColor, x, y); in generateReferenceLevel()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1868 const tcu::Vec4 blueColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match fragment shader above. in iterate() 2893 const tcu::Vec4 expectedColor = (m_params->hasFrag() ? blueColor : clearColor); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineShaderModuleIdentifierTests.cpp | 1856 const tcu::Vec4 blueColor (0.0f, 0.0f, 1.0f, 1.0f); // Must match fragment shader above. in iterate() 2879 const tcu::Vec4 expectedColor = (m_params->hasFrag() ? blueColor : clearColor); in iterate()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | StateChangeTest.cpp | 4101 std::vector<GLColor32F> blueColor(6, kFloatBlue); in TEST_P() 4102 glBufferData(GL_ARRAY_BUFFER, blueColor.size() * sizeof(GLColor32F), blueColor.data(), in TEST_P()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 664 const tcu::Vec4 blueColor (0.0, 0.0, maxValue.z(), maxValue.w()); in generateBuffer() 720 buffer.setPixDepth((useBlue ? blueColor[0] : redColor[0]), x, y, z); in generateBuffer() 722 buffer.setPixStencil((useBlue ? (int) blueColor[3] : (int)redColor[3]), x, y, z); in generateBuffer() 725 buffer.setPixel((useBlue ? blueColor : redColor), x, y, z); in generateBuffer() 732 buffer.setPixel((xScaled == yScaled) ? tcu::Vec4(0.0, 0.5, 0.5, 1.0) : ((xScaled > yScaled) ? greenColor : blueColor), x, y, z); in generateBuffer()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiCopiesAndBlittingTests.cpp | 572 const tcu::Vec4 blueColor (0.0, 0.0, maxValue.z(), maxValue.w()); in generateBuffer() 628 buffer.setPixDepth((useBlue ? blueColor[0] : redColor[0]), x, y, z); in generateBuffer() 630 buffer.setPixStencil((useBlue ? (int) blueColor[3] : (int)redColor[3]), x, y, z); in generateBuffer() 633 buffer.setPixel((useBlue ? blueColor : redColor), x, y, z); in generateBuffer() 640 buffer.setPixel((xScaled == yScaled) ? tcu::Vec4(0.0, 0.5, 0.5, 1.0) : ((xScaled > yScaled) ? greenColor : blueColor), x, y, z); in generateBuffer()
|