Searched refs:VK_FORMAT_R8G8B8A8_UNORM (Results 1 – 25 of 40) sorted by relevance
12
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | vk_format_info.h | 64 return VK_FORMAT_R8G8B8A8_UNORM; in vk_format_from_fourcc() 66 return VK_FORMAT_R8G8B8A8_UNORM; in vk_format_from_fourcc() 94 case VK_FORMAT_R8G8B8A8_UNORM: in android_format_from_vk()
|
D | AndroidHardwareBuffer.cpp | 80 ahbFormatProps->format = VK_FORMAT_R8G8B8A8_UNORM; in getAndroidHardwareBufferPropertiesANDROID() 84 ahbFormatProps->format = VK_FORMAT_R8G8B8A8_UNORM; in getAndroidHardwareBufferPropertiesANDROID()
|
/hardware/google/gfxstream/host/vulkan/ |
D | vk_format_info.h | 42 return VK_FORMAT_R8G8B8A8_UNORM; in vk_format_from_android() 62 case VK_FORMAT_R8G8B8A8_UNORM: in android_format_from_vk()
|
D | VkFormatUtils_unittest.cpp | 80 const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM; in TEST()
|
D | VkFormatUtils.h | 68 f(VK_FORMAT_R8G8B8A8_UNORM, 4) \
|
D | CompositorVk.h | 251 static constexpr const VkFormat k_renderTargetFormat = VK_FORMAT_R8G8B8A8_UNORM;
|
D | CompositorVk.cpp | 401 VK_FORMAT_R8G8B8A8_UNORM, in setUpGraphicsPipeline() 554 .format = VK_FORMAT_R8G8B8A8_UNORM, in setUpDefaultImage() 603 .format = VK_FORMAT_R8G8B8A8_UNORM, in setUpDefaultImage()
|
D | VkAndroidNativeBuffer.cpp | 834 case VK_FORMAT_R8G8B8A8_UNORM: in syncImageToColorBuffer()
|
D | VkCommonOperations.cpp | 443 {VK_FORMAT_R8G8B8A8_UNORM, in getBasicImageSupportList() 1704 return VK_FORMAT_R8G8B8A8_UNORM; in glFormat2VkFormat() 1711 return VK_FORMAT_R8G8B8A8_UNORM; in glFormat2VkFormat() 1733 return VK_FORMAT_R8G8B8A8_UNORM; in glFormat2VkFormat()
|
D | VkDecoderSnapshotUtils.cpp | 77 case VK_FORMAT_R8G8B8A8_UNORM: in bytes_per_pixel()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_EXT_astc_decode_mode.adoc | 35 * Decode to ename:VK_FORMAT_R8G8B8A8_UNORM precision: This is provided as 67 Create an image view that decodes to ename:VK_FORMAT_R8G8B8A8_UNORM 76 .decodeMode = VK_FORMAT_R8G8B8A8_UNORM
|
D | VK_HUAWEI_subpass_shading.adoc | 94 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT, 101 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT, 108 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT, 122 0, VK_FORMAT_R8G8B8A8_UNORM, VK_SAMPLE_COUNT_1_BIT,
|
D | VK_NV_win32_keyed_mutex.adoc | 41 static const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM;
|
D | VK_NV_external_memory_win32.adoc | 84 static const VkFormat format = VK_FORMAT_R8G8B8A8_UNORM;
|
D | compressedtex.adoc | 175 | ename:VK_FORMAT_R8G8B8A8_UNORM ^| decode_unorm8
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 161 out_fmt->format = VK_FORMAT_R8G8B8A8_UNORM; in wsi_headless_surface_get_formats() 166 out_fmt->format = VK_FORMAT_R8G8B8A8_UNORM; in wsi_headless_surface_get_formats() 196 out_fmt->surfaceFormat.format = VK_FORMAT_R8G8B8A8_UNORM; in wsi_headless_surface_get_formats2() 201 out_fmt->surfaceFormat.format = VK_FORMAT_R8G8B8A8_UNORM; in wsi_headless_surface_get_formats2()
|
D | wsi_common_wayland.c | 446 VK_FORMAT_R8G8B8A8_UNORM, in wsi_wl_display_add_drm_format_modifier() 454 VK_FORMAT_R8G8B8A8_UNORM, in wsi_wl_display_add_drm_format_modifier() 546 case VK_FORMAT_R8G8B8A8_UNORM: in wl_drm_format_for_vk_format()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_android.c | 76 return VK_FORMAT_R8G8B8A8_UNORM; in vk_ahb_format_to_image_format() 114 case VK_FORMAT_R8G8B8A8_UNORM: in vk_image_format_to_ahb_format()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QNX_external_memory_screen_buffer/ |
D | qnx_screen_buffer.adoc | 103 | code:SCREEN_FORMAT_BGRA8888 | ename:VK_FORMAT_R8G8B8A8_UNORM 104 | code:SCREEN_FORMAT_BGRX8888 ^1^ | ename:VK_FORMAT_R8G8B8A8_UNORM 119 ename:VK_FORMAT_R8G8B8A8_UNORM.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_dynamic_rendering_unused_attachments.adoc | 28 vkCmdBeginRendering(); // Only uses color attachment 0, with VK_FORMAT_R8G8B8A8_UNORM 29 vkCmdBindPipeline(A); // A was created with color attachments 0, 1, 2 with VK_FORMAT_R8G8B8A8_UNORM 31 vkCmdBindPipeline(B); // B was created with only color attachment 0 with VK_FORMAT_R8G8B8A8_UNORM
|
D | VK_EXT_image_compression_control.adoc | 50 `VK_FORMAT_R8G8B8A8_UNORM` compressed to half _its_ original size is 4 bits per channel, 16 bits pe…
|
/hardware/google/gfxstream/host/tests/ |
D | VkTestUtils.h | 52 static constexpr VkFormat k_vkFormat = VK_FORMAT_R8G8B8A8_UNORM;
|
D | Vulkan_unittest.cpp | 494 VK_FORMAT_R8G8B8A8_UNORM, in TEST_F()
|
/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 250 return VK_FORMAT_R8G8B8A8_UNORM; in getOutputFormat() 279 : VK_FORMAT_R8G8B8A8_UNORM; in getOutputFormat()
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/util/ |
D | vk_format.c | 80 [VK_FORMAT_R8G8B8A8_UNORM] = PIPE_FORMAT_R8G8B8A8_UNORM,
|
12