Searched refs:fragOutputBufferAccess (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 3951 …const tcu::ConstPixelBufferAccess fragOutputBufferAccess (outputType.getTextureFormat(), renderSiz… in runAndVerifyDefaultPipeline() local 3954 positions.push_back(std::make_pair(fragOutputBufferAccess.getWidth() - 1, 1)); in runAndVerifyDefaultPipeline() 3955 positions.push_back(std::make_pair(1, fragOutputBufferAccess.getHeight() - 1)); in runAndVerifyDefaultPipeline() 3956 …positions.push_back(std::make_pair(fragOutputBufferAccess.getWidth() - 1, fragOutputBufferAccess.g… in runAndVerifyDefaultPipeline() 3967 const float* actual = static_cast<const float*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 3976 const deInt32* actual = static_cast<const deInt32*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 3985 … const deUint32* actual = static_cast<const deUint32*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 3994 …const deFloat16* actual = static_cast<const deFloat16*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 4005 …const deFloat16* actual = static_cast<const deFloat16*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 4014 …const deFloat16* actual = static_cast<const deFloat16*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() [all …]
|