Searched refs:inputAsFP16 (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 10467 bool compareDerivativeWithFlavor (const deFloat16* inputAsFP16, const deFloat16* outputAsFP16, deUi… in compareDerivativeWithFlavor() argument 10476 const float expectedFloat = derivativeFunc(inputAsFP16, x, y, n, flavor); in compareDerivativeWithFlavor() 10511 const deFloat16* inputAsFP16 = reinterpret_cast<deFloat16* const>(&inputBytes.front()); in compareDerivative() local 10517 …if (compareDerivativeWithFlavor<R, N, Derivative> (inputAsFP16, outputAsFP16, flavor, results[flav… in compareDerivative()
|