/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolve.cpp | 72 VkImageCreateInfo imageRSInfo; in iterate() local 105 imageRSInfo = imageMSInfo; in iterate() 106 imageRSInfo.samples = VK_SAMPLE_COUNT_1_BIT; in iterate() 108 validateImageInfo(instance, physicalDevice, imageRSInfo); in iterate() 110 …emory> imageRS(new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirem… in iterate() 129 imageRSInfo.format, // VkFormat format; in iterate() 130 imageRSInfo.samples, // VkSampleCountFlagBits samples; in iterate() 376 …imageRSSizeInBytes = getImageSizeInBytes(imageRSInfo.extent, imageRSInfo.arrayLayers, m_imageForma… in iterate() 387 …makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, imageRSInfo.arrayLayers), // VkImage… in iterate() 389 imageRSInfo.extent, // VkExtent3D imageExtent; in iterate() [all …]
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 132 VkImageCreateInfo imageRSInfo; in iterate() local 166 imageRSInfo = imageMSInfo; in iterate() 167 imageRSInfo.samples = VK_SAMPLE_COUNT_1_BIT; in iterate() 168 imageRSInfo.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT; in iterate() 170 validateImageInfo(instance, physicalDevice, imageRSInfo); in iterate() 172 …emory> imageRS(new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirem… in iterate() 180 …ageWithMemory>(new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirem… in iterate() 205 imageRSInfo.format, // VkFormat format; in iterate() 206 imageRSInfo.samples, // VkSampleCountFlagBits samples; in iterate() 351 …iew(deviceInterface, device, **imageRS, mapImageViewType(m_imageType), imageRSInfo.format, fullIma… in iterate() [all …]
|
D | vktPipelineMultisampleInterpolationTests.cpp | 65 bool checkForError (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& da… in checkForError() argument 67 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in checkForError() 68 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in checkForError() 69 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in checkForError() 131 tcu::TestStatus verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, 170 …InstanceDistinctValues>::verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::Con… in verifyImageData() argument 176 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in verifyImageData() 177 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in verifyImageData() 178 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in verifyImageData() 368 …erpolateScreenPosition>::verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::Con… in verifyImageData() argument [all …]
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 166 bool checkForErrorRS (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& … in checkForErrorRS() argument 168 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in checkForErrorRS() 169 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in checkForErrorRS() 170 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in checkForErrorRS() 225 const vk::VkImageCreateInfo& imageRSInfo, 248 const vk::VkImageCreateInfo& imageRSInfo, in verifyImageData() argument 252 DE_UNREF(imageRSInfo); in verifyImageData() 345 const vk::VkImageCreateInfo& imageRSInfo, in verifyImageData() argument 360 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in verifyImageData() 361 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in verifyImageData() [all …]
|
D | vktPipelineMultisampleBaseResolve.hpp | 59 virtual tcu::TestStatus verifyImageData (const vk::VkImageCreateInfo& imageRSInfo,
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.hpp | 67 const vk::VkImageCreateInfo& imageRSInfo,
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleBaseResolve.cpp | 72 VkImageCreateInfo imageRSInfo; in iterate() local 105 imageRSInfo = imageMSInfo; in iterate() 106 imageRSInfo.samples = VK_SAMPLE_COUNT_1_BIT; in iterate() 108 validateImageInfo(instance, physicalDevice, imageRSInfo); in iterate() 110 …emory> imageRS(new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirem… in iterate() 129 imageRSInfo.format, // VkFormat format; in iterate() 130 imageRSInfo.samples, // VkSampleCountFlagBits samples; in iterate() 376 …imageRSSizeInBytes = getImageSizeInBytes(imageRSInfo.extent, imageRSInfo.arrayLayers, m_imageForma… in iterate() 387 …makeImageSubresourceLayers(VK_IMAGE_ASPECT_COLOR_BIT, 0u, 0u, imageRSInfo.arrayLayers), // VkImage… in iterate() 389 imageRSInfo.extent, // VkExtent3D imageExtent; in iterate() [all …]
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 132 VkImageCreateInfo imageRSInfo; in iterate() local 166 imageRSInfo = imageMSInfo; in iterate() 167 imageRSInfo.samples = VK_SAMPLE_COUNT_1_BIT; in iterate() 168 imageRSInfo.usage = VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT; in iterate() 170 validateImageInfo(instance, physicalDevice, imageRSInfo); in iterate() 172 …emory> imageRS(new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirem… in iterate() 180 …ageWithMemory>(new ImageWithMemory(deviceInterface, device, allocator, imageRSInfo, MemoryRequirem… in iterate() 205 imageRSInfo.format, // VkFormat format; in iterate() 206 imageRSInfo.samples, // VkSampleCountFlagBits samples; in iterate() 351 …iew(deviceInterface, device, **imageRS, mapImageViewType(m_imageType), imageRSInfo.format, fullIma… in iterate() [all …]
|
D | vktPipelineMultisampleInterpolationTests.cpp | 65 bool checkForError (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& da… in checkForError() argument 67 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in checkForError() 68 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in checkForError() 69 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in checkForError() 131 tcu::TestStatus verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, 170 …InstanceDistinctValues>::verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::Con… in verifyImageData() argument 176 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in verifyImageData() 177 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in verifyImageData() 178 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in verifyImageData() 368 …erpolateScreenPosition>::verifyImageData (const vk::VkImageCreateInfo& imageRSInfo, const tcu::Con… in verifyImageData() argument [all …]
|
D | vktPipelineMultisampleShaderBuiltInTests.cpp | 166 bool checkForErrorRS (const vk::VkImageCreateInfo& imageRSInfo, const tcu::ConstPixelBufferAccess& … in checkForErrorRS() argument 168 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in checkForErrorRS() 169 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in checkForErrorRS() 170 for (deUint32 x = 0u; x < imageRSInfo.extent.width; ++x) in checkForErrorRS() 225 const vk::VkImageCreateInfo& imageRSInfo, 248 const vk::VkImageCreateInfo& imageRSInfo, in verifyImageData() argument 252 DE_UNREF(imageRSInfo); in verifyImageData() 345 const vk::VkImageCreateInfo& imageRSInfo, in verifyImageData() argument 360 for (deUint32 z = 0u; z < imageRSInfo.extent.depth; ++z) in verifyImageData() 361 for (deUint32 y = 0u; y < imageRSInfo.extent.height; ++y) in verifyImageData() [all …]
|
D | vktPipelineMultisampleBaseResolve.hpp | 59 virtual tcu::TestStatus verifyImageData (const vk::VkImageCreateInfo& imageRSInfo,
|
D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.hpp | 67 const vk::VkImageCreateInfo& imageRSInfo,
|