Searched refs:outputColors1 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 8126 RGBA outputColors1[4]; in createSpecConstantTests() local 8168 outputColors1[0] = RGBA(127, 255, 127, 255); in createSpecConstantTests() 8169 outputColors1[1] = RGBA(127, 128, 0, 255); in createSpecConstantTests() 8170 outputColors1[2] = RGBA(0, 255, 0, 255); in createSpecConstantTests() 8171 outputColors1[3] = RGBA(0, 128, 127, 255); in createSpecConstantTests() 8395 RGBA outputColors1[4]; in createOpPhiTests() local 8483 outputColors1[0] = RGBA(178, 255, 229, 255); in createOpPhiTests() 8484 outputColors1[1] = RGBA(178, 127, 102, 255); in createOpPhiTests() 8485 outputColors1[2] = RGBA(51, 255, 102, 255); in createOpPhiTests() 8486 outputColors1[3] = RGBA(51, 127, 229, 255); in createOpPhiTests() [all …]
|