Home
last modified time | relevance | path

Searched refs:vkFormat (Results 1 - 25 of 50) sorted by relevance

12

/third_party/skia/src/gpu/
H A DGrBackendUtils.cpp59 VkFormat vkFormat; in GrBackendFormatToCompressionType() local
60 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatToCompressionType()
61 switch (vkFormat) { in GrBackendFormatToCompressionType()
120 VkFormat vkFormat; in GrBackendFormatBytesPerBlock() local
121 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatBytesPerBlock()
122 return GrVkFormatBytesPerBlock(vkFormat); in GrBackendFormatBytesPerBlock()
180 VkFormat vkFormat; in GrBackendFormatStencilBits() local
181 SkAssertResult(format.asVkFormat(&vkFormat)); in GrBackendFormatStencilBits()
182 return GrVkFormatStencilBits(vkFormat); in GrBackendFormatStencilBits()
/third_party/skia/src/gpu/vk/
H A DGrVkCaps.cpp1433 VkFormat vkFormat; in backend_format_is_external() local
1434 SkAssertResult(format.asVkFormat(&vkFormat)); in backend_format_is_external()
1435 SkASSERT(vkFormat == VK_FORMAT_UNDEFINED); in backend_format_is_external()
1443 VkFormat vkFormat; in isFormatSRGB() local
1444 if (!format.asVkFormat(&vkFormat)) { in isFormatSRGB()
1451 return format_is_srgb(vkFormat); in isFormatSRGB()
1455 VkFormat vkFormat; in isFormatTexturable() local
1456 if (!format.asVkFormat(&vkFormat)) { in isFormatTexturable()
1464 return this->isVkFormatTexturable(vkFormat); in isFormatTexturable()
1477 VkFormat vkFormat; in isFormatAsColorTypeRenderable() local
1489 VkFormat vkFormat; isFormatRenderable() local
1502 VkFormat vkFormat; getRenderTargetSampleCount() local
1535 VkFormat vkFormat; maxRenderTargetSampleCount() local
1566 VkFormat vkFormat; supportedWritePixelsColorType() local
1618 transferColorType(VkFormat vkFormat, GrColorType surfaceColorType) const transferColorType() argument
1648 VkFormat vkFormat; onAreColorTypeAndFormatCompatible() local
1744 VkFormat vkFormat; onGetReadSwizzle() local
1767 VkFormat vkFormat; getWriteSwizzle() local
1793 VkFormat vkFormat; computeFormatKey() local
1810 VkFormat vkFormat; onSupportedReadPixelsColorType() local
[all...]
H A DGrVkUtil.h48 static constexpr uint32_t GrVkFormatChannels(VkFormat vkFormat) { in GrVkFormatChannels() argument
49 switch (vkFormat) { in GrVkFormatChannels()
80 static constexpr GrColorFormatDesc GrVkFormatDesc(VkFormat vkFormat) { in GrVkFormatDesc() argument
81 switch (vkFormat) { in GrVkFormatDesc()
134 static constexpr size_t GrVkFormatBytesPerBlock(VkFormat vkFormat) { in GrVkFormatBytesPerBlock() argument
135 switch (vkFormat) { in GrVkFormatBytesPerBlock()
210 static constexpr const char* GrVkFormatToStr(VkFormat vkFormat) { in GrVkFormatToStr() argument
211 switch (vkFormat) { in GrVkFormatToStr()
H A DGrVkSamplerYcbcrConversion.h28 Key(VkFormat vkFormat, uint64_t externalFormat, uint8_t conversionKey) { in Key()
30 fVkFormat = vkFormat; in Key()
H A DGrVkGpu.cpp823 VkFormat vkFormat, in fill_in_compressed_regions()
835 size_t bytesPerBlock = GrVkFormatBytesPerBlock(vkFormat); in fill_in_compressed_regions()
1036 SkImage::CompressionType compression, VkFormat vkFormat, in uploadTexDataCompressed()
1053 SkASSERT(uploadTexture->imageFormat() == vkFormat); in uploadTexDataCompressed()
1054 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat)); in uploadTexDataCompressed()
1065 vkFormat, in uploadTexDataCompressed()
1102 SkImage::CompressionType compression, VkFormat vkFormat, in uploadTexDataCompressed()
1117 SkASSERT(uploadTexture->imageFormat() == vkFormat); in uploadTexDataCompressed()
1118 SkASSERT(this->vkCaps().isVkFormatTexturable(vkFormat)); in uploadTexDataCompressed()
1660 VkFormat vkFormat, in copy_src_data()
818 fill_in_compressed_regions(GrStagingBufferManager* stagingBufferManager, SkTArray<VkBufferImageCopy>* regions, SkTArray<size_t>* individualMipOffsets, GrStagingBufferManager::Slice* slice, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipmapped) fill_in_compressed_regions() argument
1035 uploadTexDataCompressed(GrVkImage* uploadTexture, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipMapped, const void* data, size_t dataSize) uploadTexDataCompressed() argument
1101 uploadTexDataCompressed(GrVkImage* uploadTexture, SkImage::CompressionType compression, VkFormat vkFormat, SkISize dimensions, GrMipmapped mipMapped, OH_NativeBuffer* nativeBuffer, size_t bufferSize) uploadTexDataCompressed() argument
1659 copy_src_data(char* mapPtr, VkFormat vkFormat, const SkTArray<size_t>& individualMipOffsets, const GrPixmap srcData[], int numMipLevels) copy_src_data() argument
1681 createVkImageForBackendSurface(VkFormat vkFormat, SkISize dimensions, int sampleCnt, GrTexturable texturable, GrRenderable renderable, GrMipmapped mipMapped, GrVkImageInfo* info, GrProtected isProtected) createVkImageForBackendSurface() argument
1817 VkFormat vkFormat; onCreateBackendTexture() local
2121 VkFormat vkFormat = this->vkCaps().getFormatFromColorType(ct); createTestingOnlyBackendRenderTarget() local
[all...]
H A DGrVkUtil.cpp152 bool GrVkFormatIsCompressed(VkFormat vkFormat) { in GrVkFormatIsCompressed() argument
153 switch (vkFormat) { in GrVkFormatIsCompressed()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTestUtils.hpp609 VkFormat vkFormat = VK_FORMAT_UNDEFINED; in CodecGetVkFormat() local
616 vkFormat = VK_FORMAT_R8_UNORM; in CodecGetVkFormat()
619 vkFormat = VK_FORMAT_R10X6_UNORM_PACK16; in CodecGetVkFormat()
622 vkFormat = VK_FORMAT_R12X4_UNORM_PACK16; in CodecGetVkFormat()
632 vkFormat = isSemiPlanar ? VK_FORMAT_G8_B8R8_2PLANE_420_UNORM : VK_FORMAT_G8_B8_R8_3PLANE_420_UNORM; in CodecGetVkFormat()
635 vkFormat = isSemiPlanar ? VK_FORMAT_G10X6_B10X6R10X6_2PLANE_420_UNORM_3PACK16 : VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_420_UNORM_3PACK16; in CodecGetVkFormat()
638 vkFormat = isSemiPlanar ? VK_FORMAT_G12X4_B12X4R12X4_2PLANE_420_UNORM_3PACK16 : VK_FORMAT_G12X4_B12X4_R12X4_3PLANE_420_UNORM_3PACK16; in CodecGetVkFormat()
648 vkFormat = isSemiPlanar ? VK_FORMAT_G8_B8R8_2PLANE_422_UNORM : VK_FORMAT_G8_B8_R8_3PLANE_422_UNORM; in CodecGetVkFormat()
651 vkFormat = isSemiPlanar ? VK_FORMAT_G10X6_B10X6R10X6_2PLANE_422_UNORM_3PACK16 : VK_FORMAT_G10X6_B10X6_R10X6_3PLANE_422_UNORM_3PACK16; in CodecGetVkFormat()
654 vkFormat in CodecGetVkFormat()
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanFormatTablesTest.cpp57 const rx::vk::Format &vkFormat = renderer->getFormat(internalFormat); in TEST_P() local
62 if (!vkFormat.valid()) in TEST_P()
64 // TODO(jmadill): Every angle format should be mapped to a vkFormat. in TEST_P()
74 vkFormat.getActualImageFormatID(rx::vk::ImageAccess::SampleOnly)); in TEST_P()
101 rx::vk::GetVkFormatFromFormatID(vkFormat.getActualRenderableImageFormatID()); in TEST_P()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/linux/
H A DDmaBufImageSiblingVkLinux.cpp105 VkFormat vkFormat, in GetFormatModifierProperties()
120 vkGetPhysicalDeviceFormatProperties2(renderer->getPhysicalDevice(), vkFormat, in GetFormatModifierProperties()
127 vkGetPhysicalDeviceFormatProperties2(renderer->getPhysicalDevice(), vkFormat, in GetFormatModifierProperties()
187 VkFormat vkFormat, in IsFormatSupported()
200 imageFormatInfo.format = vkFormat; in IsFormatSupported()
344 const vk::Format &vkFormat = renderer->getFormat(mFormat.info->sizedInternalFormat); in initImpl() local
345 const angle::Format &format = vkFormat.getActualImageFormat(rx::vk::ImageAccess::SampleOnly); in initImpl()
346 const VkFormat vulkanFormat = vkFormat.getActualImageVkFormat(rx::vk::ImageAccess::SampleOnly); in initImpl()
347 const angle::FormatID intendedFormatID = vkFormat.getIntendedFormatID(); in initImpl()
349 vkFormat in initImpl()
104 GetFormatModifierProperties(DisplayVk *displayVk, VkFormat vkFormat, uint64_t drmModifier, VkDrmFormatModifierPropertiesEXT *modifierPropertiesOut) GetFormatModifierProperties() argument
186 IsFormatSupported(RendererVk *renderer, VkFormat vkFormat, uint64_t drmModifier, VkImageUsageFlags usageFlags, VkImageCreateFlags createFlags, VkImageFormatProperties2 *imageFormatPropertiesOut) IsFormatSupported() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/android/
H A DHardwareBufferImageSiblingVkAndroid.cpp234 const vk::Format &vkFormat = renderer->getFormat(internalFormat); in initImpl() local
236 const angle::Format &imageFormat = vkFormat.getActualRenderableImageFormat(); in initImpl()
287 bufferFormatProperties.format == VK_FORMAT_UNDEFINED ? externalVkFormat : vkFormat; in initImpl()
355 mRenderable = renderer->hasImageFormatFeatureBits(vkFormat.getActualRenderableImageFormatID(), in initImpl()
357 renderer->hasImageFormatFeatureBits(vkFormat.getActualRenderableImageFormatID(), in initImpl()
362 mTextureable = renderer->hasImageFormatFeatureBits(vkFormat.getActualRenderableImageFormatID(), in initImpl()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp63 VkFormat vkFormat; member
99 DE_ASSERT(getNumUsedChannels(params->vkFormat) <= sourceWidth); in MismatchedVectorSizesTest()
214 VkFormat vkFormat,
246 StorageImage2D::StorageImage2D (Context& context, VkFormat vkFormat, const int width, const int height, bool sparse) in StorageImage2D() argument
251 , m_vkFormat (vkFormat) in StorageImage2D()
549 if (is64BitIntegerFormat(m_params->vkFormat)) in checkSupport()
563 VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), m_params->vkFormat); in checkSupport()
573 const TextureFormat texFormat = mapVkFormat(m_params->vkFormat); in getBufferFormat()
574 return makeBufferFormat(getTextureChannelClass(texFormat.type), is64BitIntegerFormat(m_params->vkFormat)); in getBufferFormat()
709 variables["SPIRV_IMAGE_FORMAT"] = getSpirvFormat(m_params->vkFormat); in getProgramCodeAndVariables()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageMismatchedWriteOpTests.cpp63 VkFormat vkFormat; member
101 DE_ASSERT(getNumUsedChannels(params->vkFormat) <= sourceWidth); in MismatchedVectorSizesTest()
217 VkFormat vkFormat,
249 StorageImage2D::StorageImage2D (Context& context, VkFormat vkFormat, const int width, const int height, bool sparse) in StorageImage2D() argument
254 , m_vkFormat (vkFormat) in StorageImage2D()
552 if (is64BitIntegerFormat(m_params->vkFormat)) in checkSupport()
566 VkFormatProperties formatProperties = getPhysicalDeviceFormatProperties(context.getInstanceInterface(), context.getPhysicalDevice(), m_params->vkFormat); in checkSupport()
576 const TextureFormat texFormat = mapVkFormat(m_params->vkFormat); in getBufferFormat()
577 return makeBufferFormat(getTextureChannelClass(texFormat.type), is64BitIntegerFormat(m_params->vkFormat)); in getBufferFormat()
712 variables["SPIRV_IMAGE_FORMAT"] = getSpirvFormat(m_params->vkFormat); in getProgramCodeAndVariables()
[all...]
/third_party/skia/third_party/externals/angle2/scripts/
H A Dvk_mandatory_format_support_capture_to_json.js47 // Found one vkFormat to features line.
48 var vkFormat = $(this).text();
66 Object.defineProperty(outputJson, vkFormat, {
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DMemoryObjectVk.cpp181 const vk::Format &vkFormat = renderer->getFormat(internalFormat); in createImage() local
182 angle::FormatID actualFormatID = vkFormat.getActualRenderableImageFormatID(); in createImage()
207 contextVk, type, vkExtents, vkFormat.getIntendedFormatID(), actualFormatID, 1, in createImage()
H A DTextureVk.cpp340 const vk::Format &vkFormat = in setSubImage() local
344 vkFormat); in setSubImage()
376 const vk::Format &vkFormat = in setCompressedSubImage() local
382 pixels, vkFormat); in setCompressedSubImage()
397 const vk::Format &vkFormat = renderer->getFormat(formatInfo.sizedInternalFormat); in setImageImpl() local
399 ANGLE_TRY(redefineLevel(context, index, vkFormat, size)); in setImageImpl()
408 unpackBuffer, pixels, vkFormat); in setImageImpl()
411 bool TextureVk::isFastUnpackPossible(const vk::Format &vkFormat, size_t offset) const in isFastUnpackPossible() argument
422 const angle::Format &bufferFormat = vkFormat.getActualBufferFormat(false); in isFastUnpackPossible()
426 const bool isCompatibleDepth = vkFormat in isFastUnpackPossible()
465 setSubImageImpl(const gl::Context *context, const gl::ImageIndex &index, const gl::Box &area, const gl::InternalFormat &formatInfo, GLenum type, const gl::PixelUnpackState &unpack, gl::Buffer *unpackBuffer, const uint8_t *pixels, const vk::Format &vkFormat) setSubImageImpl() argument
581 const vk::Format &vkFormat = renderer->getFormat(internalFormatInfo.sizedInternalFormat); copyImage() local
708 const vk::Format &vkFormat = copyCompressedTexture() local
[all...]
H A DRenderbufferVk.cpp173 const vk::Format &vkFormat = renderer->getFormat(image->getFormat().info->sizedInternalFormat); in setStorageEGLImageTarget() local
174 const angle::Format &textureFormat = vkFormat.getActualRenderableImageFormat(); in setStorageEGLImageTarget()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp113 VkImageAspectFlags getImageAspectFlags (VkFormat vkFormat) in getImageAspectFlags() argument
115 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getImageAspectFlags()
234 VkFormat vkFormat, in createImage()
243 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in createImage()
246 const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice, vkFormat)); in createImage()
247 const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, imageTiling, usage, 0u)); in createImage()
285 vkFormat, // VkFormat format in createImage()
319 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED, separateStencilUsage); in createImage()
395 VkDeviceSize getPixelSize (VkFormat vkFormat) in getPixelSize() argument
397 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getPixelSize()
230 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height, TestSeparateUsage separateStencilUsage = (TestSeparateUsage)0u) createImage() argument
963 createSplitDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat) createSplitDescriptorSetLayout() argument
1243 getSrcImageUsage(VkFormat vkFormat) getSrcImageUsage() argument
1255 getDstFormat(VkFormat vkFormat, TestSeparateUsage separateStencilUsage) getDstFormat() argument
[all...]
H A DvktRenderPassSampleReadTests.cpp149 VkFormat vkFormat, in createImage()
159 const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, imageTiling, usage, 0u)); in createImage()
174 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED); in createImage()
203 VkDeviceSize getPixelSize (VkFormat vkFormat) in getPixelSize() argument
205 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getPixelSize()
145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/util/
H A DvktExternalMemoryUtil.cpp1674 virtual deUint32 vkFormatToAhbFormat(vk::VkFormat vkFormat);
1774 deUint32 AndroidHardwareBufferExternalApi26::vkFormatToAhbFormat(vk::VkFormat vkFormat) in vkFormatToAhbFormat() argument
1776 switch(vkFormat) in vkFormatToAhbFormat()
1804 virtual deUint32 vkFormatToAhbFormat(vk::VkFormat vkFormat);
1827 deUint32 AndroidHardwareBufferExternalApi28::vkFormatToAhbFormat(vk::VkFormat vkFormat) in vkFormatToAhbFormat() argument
1829 switch(vkFormat) in vkFormatToAhbFormat()
1844 return AndroidHardwareBufferExternalApi26::vkFormatToAhbFormat(vkFormat); in vkFormatToAhbFormat()
1860 virtual deUint32 vkFormatToAhbFormat(vk::VkFormat vkFormat);
1871 deUint32 AndroidHardwareBufferExternalApi33::vkFormatToAhbFormat(vk::VkFormat vkFormat) in vkFormatToAhbFormat() argument
1873 switch(vkFormat) in vkFormatToAhbFormat()
1900 vkFormatToAhbFormat(vk::VkFormat vkFormat) vkFormatToAhbFormat() argument
2070 VKFormatToOHOSFormat(vk::VkFormat vkFormat) VKFormatToOHOSFormat() argument
[all...]
H A DvktExternalMemoryUtil.hpp117 deUint32 VKFormatToOHOSFormat(vk::VkFormat vkFormat);
195 virtual deUint32 vkFormatToAhbFormat(vk::VkFormat vkFormat) = 0;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
H A DvktRenderPassMultisampleTests.cpp113 VkImageAspectFlags getImageAspectFlags (VkFormat vkFormat) in getImageAspectFlags() argument
115 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getImageAspectFlags()
234 VkFormat vkFormat, in createImage()
243 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in createImage()
246 const VkFormatProperties formatProperties (getPhysicalDeviceFormatProperties(vki, physicalDevice, vkFormat)); in createImage()
247 const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, imageTiling, usage, 0u)); in createImage()
285 vkFormat, // VkFormat format in createImage()
319 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED, separateStencilUsage); in createImage()
395 VkDeviceSize getPixelSize (VkFormat vkFormat) in getPixelSize() argument
397 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getPixelSize()
230 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height, TestSeparateUsage separateStencilUsage = (TestSeparateUsage)0u) createImage() argument
963 createSplitDescriptorSetLayout(const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat) createSplitDescriptorSetLayout() argument
1243 getSrcImageUsage(VkFormat vkFormat) getSrcImageUsage() argument
1255 getDstFormat(VkFormat vkFormat, TestSeparateUsage separateStencilUsage) getDstFormat() argument
[all...]
H A DvktRenderPassSampleReadTests.cpp149 VkFormat vkFormat, in createImage()
159 const VkImageFormatProperties imageFormatProperties (getPhysicalDeviceImageFormatProperties(vki, physicalDevice, vkFormat, imageType, imageTiling, usage, 0u)); in createImage()
174 return createImage(vkd, device, 0u, imageType, vkFormat, imageExtent, 1u, 1u, sampleCountBit, imageTiling, usage, VK_SHARING_MODE_EXCLUSIVE, 0u, DE_NULL, VK_IMAGE_LAYOUT_UNDEFINED); in createImage()
203 VkDeviceSize getPixelSize (VkFormat vkFormat) in getPixelSize() argument
205 const tcu::TextureFormat format (mapVkFormat(vkFormat)); in getPixelSize()
145 createImage(const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const DeviceInterface& vkd, VkDevice device, VkFormat vkFormat, VkSampleCountFlagBits sampleCountBit, VkImageUsageFlags usage, deUint32 width, deUint32 height) createImage() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/util/
H A DvktExternalMemoryUtil.cpp1548 virtual deUint32 vkFormatToAhbFormat(vk::VkFormat vkFormat);
1648 deUint32 AndroidHardwareBufferExternalApi26::vkFormatToAhbFormat(vk::VkFormat vkFormat) in vkFormatToAhbFormat() argument
1650 switch(vkFormat) in vkFormatToAhbFormat()
1678 virtual deUint32 vkFormatToAhbFormat(vk::VkFormat vkFormat);
1701 deUint32 AndroidHardwareBufferExternalApi28::vkFormatToAhbFormat(vk::VkFormat vkFormat) in vkFormatToAhbFormat() argument
1703 switch(vkFormat) in vkFormatToAhbFormat()
1718 return AndroidHardwareBufferExternalApi26::vkFormatToAhbFormat(vkFormat); in vkFormatToAhbFormat()
1734 virtual deUint32 vkFormatToAhbFormat(vk::VkFormat vkFormat);
1745 deUint32 AndroidHardwareBufferExternalApi33::vkFormatToAhbFormat(vk::VkFormat vkFormat) in vkFormatToAhbFormat() argument
1747 switch(vkFormat) in vkFormatToAhbFormat()
[all...]
/third_party/skia/tests/
H A DBackendAllocationTest.cpp133 VkFormat vkFormat; in isBGRA8() local
134 format.asVkFormat(&vkFormat); in isBGRA8()
135 return vkFormat == VK_FORMAT_B8G8R8A8_UNORM; in isBGRA8()
182 VkFormat vkFormat; in isRGB() local
183 format.asVkFormat(&vkFormat); in isRGB()
184 return vkFormat == VK_FORMAT_R8G8B8_UNORM; in isRGB()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGranularityTests.cpp58 AttachmentInfo (const VkFormat vkFormat, in AttachmentInfo()
62 : format (vkFormat) in AttachmentInfo()

Completed in 33 milliseconds

12