Searched refs:red100 (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1093 const UVec4 red100 = ivec2uvec(RGBA::red().toIVec()); in verifyDepthImage() local 1094 const UVec4 red025 = UVec4(red100[0] / 4, red100[1] / 4, red100[2] / 4, red100[3]); in verifyDepthImage() 1095 const UVec4 red075 = UVec4(3 * red100[0] / 4, 3 * red100[1] / 4, 3 * red100[2] / 4, red100[3]); in verifyDepthImage() 1100 const UVec4 pix(static_cast<deUint32>(static_cast<float>(red100[ in verifyDepthImage() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineLibraryTests.cpp | 1060 const UVec4 red100 = ivec2uvec(RGBA::red().toIVec()); in verifyDepthImage() local 1061 const UVec4 red025 = UVec4(red100[0] / 4, red100[1] / 4, red100[2] / 4, red100[3]); in verifyDepthImage() 1062 const UVec4 red075 = UVec4(3 * red100[0] / 4, 3 * red100[1] / 4, 3 * red100[2] / 4, red100[3]); in verifyDepthImage() 1067 const UVec4 pix(static_cast<deUint32>(static_cast<float>(red100[ in verifyDepthImage() [all...] |
Completed in 7 milliseconds