Searched refs:dataRS (Results 1 – 4 of 4) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 154 …t vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS, const deUint32 er… in checkForErrorRS() argument 160 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForErrorRS() 208 const tcu::ConstPixelBufferAccess& dataRS) const; 226 const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData() 229 DE_UNREF(dataRS); in verifyImageData() 323 const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData() 340 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z).z(); in verifyImageData() 347 …t tcu::Vec2 averageSamplePos = tcu::Vec2((float)dataRS.getPixelUint(x, y, z).x() / 255.0f, (float)… in verifyImageData() 483 const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData() 488 if (checkForErrorRS(imageRSInfo, dataRS, 0)) in verifyImageData() [all …]
|
D | vktPipelineMultisampleInterpolationTests.cpp | 64 …t vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS, const deUint32 er… in checkForError() argument 70 const deUint32 errorComponent = dataRS.getPixelUint(x, y, z)[errorCompNdx]; in checkForError() 114 const tcu::ConstPixelBufferAccess& dataRS) const; 152 …ageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData() 162 const tcu::IVec4 pixel = dataRS.getPixelInt(x, y, z); in verifyImageData() 348 …ageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData() 350 if (checkForError(imageRSInfo, dataRS, 0)) in verifyImageData() 834 …ageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& dataRS) const in verifyImageData() 836 if (checkForError(imageRSInfo, dataRS, 0)) in verifyImageData()
|
D | vktPipelineMultisampleBaseResolve.hpp | 60 const tcu::ConstPixelBufferAccess& dataRS) const = 0;
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.hpp | 70 const tcu::ConstPixelBufferAccess& dataRS) const = 0;
|