Home
last modified time | relevance | path

Searched refs:expectedOutputAsFloat (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmCompositeInsertTests.cpp126 …const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&expectedBytes.fr… in verifyMatrixOutput() local
132 if (outputAsFloat[idx] != expectedOutputAsFloat[idx] && expectedOutputAsFloat[idx] != -1.0f) in verifyMatrixOutput()
134 …"ERROR: Result data at index " << idx << " failed. Expected: " << expectedOutputAsFloat[idx] << ",… in verifyMatrixOutput()
DvktSpvAsmInstructionTests.cpp1883 const float* expectedOutputAsFloat = reinterpret_cast<const float*>(&expectedBytes.front()); in compareFRem() local
1888 const float f0 = expectedOutputAsFloat[idx]; in compareFRem()
1985 const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&data.front()); in compareNMin() local
1990 const float f0 = expectedOutputAsFloat[idx]; in compareNMin()
2109 const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&data.front()); in compareNMax() local
2114 const float f0 = expectedOutputAsFloat[idx]; in compareNMax()
2232 const float* const expectedOutputAsFloat = reinterpret_cast<const float*>(&data.front()); in compareNClamp() local
2237 const float e0 = expectedOutputAsFloat[idx * 2]; in compareNClamp()
2238 const float e1 = expectedOutputAsFloat[idx * 2 + 1]; in compareNClamp()