Searched refs:fragOutputBufferAccess (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmGraphicsShaderTestUtil.cpp | 4471 …const tcu::ConstPixelBufferAccess fragOutputBufferAccess (outputType.getTextureFormat(), renderSiz… in runAndVerifyDefaultPipeline() local 4474 positions.push_back(std::make_pair(fragOutputBufferAccess.getWidth() - 1, 1)); in runAndVerifyDefaultPipeline() 4475 positions.push_back(std::make_pair(1, fragOutputBufferAccess.getHeight() - 1)); in runAndVerifyDefaultPipeline() 4476 …positions.push_back(std::make_pair(fragOutputBufferAccess.getWidth() - 1, fragOutputBufferAccess.g… in runAndVerifyDefaultPipeline() 4487 const float* actual = static_cast<const float*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 4496 const deInt32* actual = static_cast<const deInt32*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 4505 … const deUint32* actual = static_cast<const deUint32*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 4514 …const deFloat16* actual = static_cast<const deFloat16*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 4525 …const deFloat16* actual = static_cast<const deFloat16*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() 4534 …const deFloat16* actual = static_cast<const deFloat16*>(fragOutputBufferAccess.getPixelPtr(x, y)); in runAndVerifyDefaultPipeline() [all …]
|