HomeSort by relevance Sort by last modified time
    Searched defs:vkFormat (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/vk/
GrVkStencilAttachment.h 21 VkFormat fInternalFormat;
36 VkFormat vkFormat() const { return fFormat.fInternalFormat; }
  /external/deqp/external/vulkancts/modules/vulkan/
vktRenderPassTests.cpp 130 VkFormat pCreateInfo_format,
178 VkFormat pCreateInfo_format,
330 VkImageAspectFlags getImageAspectFlags (VkFormat vkFormat)
332 const tcu::TextureFormat format = mapVkFormat(vkFormat);
518 Attachment (VkFormat format,
543 VkFormat getFormat (void) const { return m_format; }
557 VkFormat m_format;
789 std::string clearColorToString (VkFormat vkFormat, VkClearColorValue value
    [all...]

Completed in 69 milliseconds