Home
last modified time | relevance | path

Searched refs:expectedColors (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmVariablePointersTests.cpp1604 RGBA expectedColors[4]; in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
1879 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1880 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1902 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1903 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1935 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1936 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1962 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1963 …createTestsForAllStages(name.c_str(), defaultColors, expectedColors, fragments, resources, extensi… in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
1986 getExpectedOutputColor(defaultColors, expectedColors, selectedInput[baseOffset]); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
[all …]
DvktSpvAsmInstructionTests.cpp6974 RGBA expectedColors[4]; member
6997 expectedColors[0] = output[0]; in SpecConstantTwoIntGraphicsCase()
6998 expectedColors[1] = output[1]; in SpecConstantTwoIntGraphicsCase()
6999 expectedColors[2] = output[2]; in SpecConstantTwoIntGraphicsCase()
7000 expectedColors[3] = output[3]; in SpecConstantTwoIntGraphicsCase()
7161 cases[caseNdx].caseName, inputColors, cases[caseNdx].expectedColors, fragments, specConstants, in createSpecConstantTests()
7777 const RGBA expectedColors[4] = in createOpQuantizeSingleOptionTests() local
7926 createTestsForAllStages(tests[idx].name, inputColors, expectedColors, fragments, testCtx); in createOpQuantizeSingleOptionTests()
7942 …createTestsForAllStages(string("spec_const_") + tests[idx].name, inputColors, expectedColors, frag… in createOpQuantizeSingleOptionTests()
7955 RGBA expectedColors[4] = in createOpQuantizeTwoPossibilityTests() local
[all …]
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineFramebufferAttachmentTests.cpp1305 const tcu::Vec4 expectedColors[] = in testDifferentAttachmentSizes() local
1321 expectedImage.setPixel(expectedColors[renderTargetIdx], x, y, z); in testDifferentAttachmentSizes()