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

  /external/skia/src/gpu/vk/
GrVkStencilAttachment.h 21 VkFormat fInternalFormat;
36 VkFormat vkFormat() const { return fFormat.fInternalFormat; }
GrVkRenderTarget.cpp 119 VkFormat pixelFormat;
244 VkFormat colorFormat;
260 desc->fStencil.fFormat = vkStencil->vkFormat();
  /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 664 milliseconds