Searched refs:componentValue (Results 1 - 5 of 5) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/ |
H A D | vktImageMisalignedCubeTests.cpp | 229 const float componentValue = float(16 * layerNdx) / 255.0f; in iterate() local 230 const tcu::Vec4 clearColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() 256 const float componentValue = float(16 * layerUsed) / 255.0f; in iterate() local 257 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() 269 const float componentValue = float(16 * layerUsed) / 255.0f; in iterate() local 270 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValu in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/ |
H A D | vktImageMisalignedCubeTests.cpp | 229 const float componentValue = float(16 * layerNdx) / 255.0f; in iterate() local 230 const tcu::Vec4 clearColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() 256 const float componentValue = float(16 * layerUsed) / 255.0f; in iterate() local 257 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValue, componentValue, 1.0f); in iterate() 269 const float componentValue = float(16 * layerUsed) / 255.0f; in iterate() local 270 const tcu::Vec4 expectedColor = tcu::Vec4(componentValue, componentValu in iterate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1208 const int componentValue (static_cast<int>(0.75f * 0x100)); in generateReferenceImage() 1209 const tcu::RGBA colorDrawRGBA (tcu::RGBA(componentValue, componentValue, componentValue, 0xFF)); in generateReferenceImage() 1378 const int componentValue (static_cast<int>(0.75f * 0x100)); in generateReferenceImage() 1379 const tcu::RGBA colorDrawRGBA (tcu::RGBA(componentValue, componentValue, componentValue, 0xFF)); in generateReferenceImage() 1633 const int componentValue (static_cast<int>(0.75f * 0x100)); in generateReferenceImage() 1634 const tcu::RGBA colorDrawRGBA (tcu::RGBA(componentValue, componentValu in generateReferenceImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/imageless_framebuffer/ |
H A D | vktImagelessFramebufferTests.cpp | 1208 const int componentValue (static_cast<int>(0.75f * 0x100)); in generateReferenceImage() 1209 const tcu::RGBA colorDrawRGBA (tcu::RGBA(componentValue, componentValue, componentValue, 0xFF)); in generateReferenceImage() 1378 const int componentValue (static_cast<int>(0.75f * 0x100)); in generateReferenceImage() 1379 const tcu::RGBA colorDrawRGBA (tcu::RGBA(componentValue, componentValue, componentValue, 0xFF)); in generateReferenceImage() 1633 const int componentValue (static_cast<int>(0.75f * 0x100)); in generateReferenceImage() 1634 const tcu::RGBA colorDrawRGBA (tcu::RGBA(componentValue, componentValu in generateReferenceImage() [all...] |
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fPrimitiveBoundingBoxTests.cpp | 2229 const int componentValue = access.getPixelInt(x, y)[componentNdx]; 2233 const int sign = (componentValue > previousValue) ? (+1) : (componentValue < previousValue) ? (-1) : (0); 2257 previousValue = componentValue;
|
Completed in 14 milliseconds