Home
last modified time | relevance | path

Searched refs:vkFormat (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassMultisampleTests.cpp103 VkImageAspectFlags getImageAspectFlags (VkFormat vkFormat) in getImageAspectFlags() argument
105 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getImageAspectFlags()
212 VkFormat vkFormat, in createImage() argument
220 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in createImage()
223 …atProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice, vkFormat)); in createImage()
224 …Properties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, image… in createImage()
247 …return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imag… in createImage()
319 VkDeviceSize getPixelSize (VkFormat vkFormat) in getPixelSize() argument
321 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getPixelSize()
914 VkFormat vkFormat) in createSplitDescriptorSetLayout() argument
[all …]
DvktRenderPassMultisampleResolveTests.cpp197 VkFormat vkFormat, in createImage() argument
205 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in createImage()
208 …atProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice, vkFormat)); in createImage()
209 …Properties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, image… in createImage()
232 …return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imag… in createImage()
261 VkDeviceSize getPixelSize (VkFormat vkFormat) in getPixelSize() argument
263 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getPixelSize()
DvktRenderPassTests.cpp422 VkImageAspectFlags getImageAspectFlags (VkFormat vkFormat) in getImageAspectFlags() argument
424 const tcu::TextureFormat format = mapVkFormat(vkFormat); in getImageAspectFlags()
902 std::string clearColorToString (VkFormat vkFormat, VkClearColorValue value) in clearColorToString() argument
904 const tcu::TextureFormat format = mapVkFormat(vkFormat); in clearColorToString()
964 std::string clearValueToString (VkFormat vkFormat, VkClearValue value) in clearValueToString() argument
966 const tcu::TextureFormat format = mapVkFormat(vkFormat); in clearValueToString()
988 return clearColorToString(vkFormat, value.color); in clearValueToString()
3662 std::string getInputAttachmentType (VkFormat vkFormat) in getInputAttachmentType() argument
3664 const tcu::TextureFormat format = mapVkFormat(vkFormat); in getInputAttachmentType()
3686 std::string getAttachmentType (VkFormat vkFormat) in getAttachmentType() argument
[all …]
/external/skia/src/gpu/vk/
DGrVkStencilAttachment.h35 VkFormat vkFormat() const { return fFormat.fInternalFormat; } in vkFormat() function
DGrVkRenderTarget.cpp249 desc->fStencil.fFormat = vkStencil->vkFormat(); in getAttachmentsDescriptor()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiGranularityTests.cpp56 AttachmentInfo (const VkFormat vkFormat, in AttachmentInfo()
60 : format (vkFormat) in AttachmentInfo()