Home
last modified time | relevance | path

Searched refs:VkImageFormatProperties2 (Results 1 – 25 of 50) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_filter_cubic.adoc29 slink:VkPhysicalDeviceImageFormatInfo2 and slink:VkImageFormatProperties2
DVK_AMD_texture_gather_bias_lod.adoc60 VkImageFormatProperties2 formatProps;
DVK_NV_optical_flow.adoc67 VkImageFormatProperties2 imageFormatProperties2 = { VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2 };
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dvk_struct_id.h33 REGISTER_VK_STRUCT_ID(VkImageFormatProperties2, VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2);
Dgoldfish_vk_deepcopy.h520 const VkImageFormatProperties2* from,
521 VkImageFormatProperties2* to);
Dgoldfish_vk_transform.h848 VkImageFormatProperties2* toTransform);
851 VkImageFormatProperties2* toTransform);
Dgoldfish_vk_marshaling.h1031 const VkImageFormatProperties2* forMarshaling);
1034 VkImageFormatProperties2* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h527 VkImageFormatProperties2* forUnmarshaling,
/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_struct_id.h49 REGISTER_VK_STRUCT_ID(VkImageFormatProperties2, VK_STRUCTURE_TYPE_IMAGE_FORMAT_PROPERTIES_2);
DResourceTracker.h446 VkImageFormatProperties2* pImageFormatProperties);
451 VkImageFormatProperties2* pImageFormatProperties);
604 VkImageFormatProperties2* pImageFormatProperties);
DVkEncoder.h446 VkImageFormatProperties2* pImageFormatProperties, uint32_t doLock);
646 VkImageFormatProperties2* pImageFormatProperties, uint32_t doLock);
Dgoldfish_vk_deepcopy_guest.h527 const VkImageFormatProperties2* from,
528 VkImageFormatProperties2* to);
Dgoldfish_vk_transform_guest.h834 VkImageFormatProperties2* toTransform);
837 VkImageFormatProperties2* toTransform);
Dgoldfish_vk_marshaling_guest.h1052 const VkImageFormatProperties2* forMarshaling);
1055 VkImageFormatProperties2* forUnmarshaling);
Dgoldfish_vk_counting_guest.h481 const VkImageFormatProperties2* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h556 const VkImageFormatProperties2* forMarshaling,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_image_compression_control.adoc181 This structure can also be passed in the pNext chain of `VkImageFormatProperties2` and `VkSurfaceFo…
230 VkImageFormatProperties2* pImageFormatProperties);
235 VkImageFormatProperties2 imageFormatProperties = {};
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c225 VkImageFormatProperties2 props2; in vk_common_GetPhysicalDeviceImageFormatProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc224 slink:VkImageFormatProperties2 structure in which capabilities are
326 [open,refpage='VkImageFormatProperties2',desc='Structure specifying an image format properties',typ…
328 The sname:VkImageFormatProperties2 structure is defined as:
330 include::{generated}/api/structs/VkImageFormatProperties2.adoc[]
341 The pname:pNext chain of sname:VkImageFormatProperties2 is used to allow
364 include::{generated}/validity/structs/VkImageFormatProperties2.adoc[]
373 chain of the slink:VkImageFormatProperties2 structure in a call to
400 pname:pNext chain of the slink:VkImageFormatProperties2 structure.
665 values returned in slink:VkImageFormatProperties2 will be the same when
817 to the pname:pNext chain of the slink:VkImageFormatProperties2 structure in
[all …]
/hardware/google/gfxstream/host/vulkan/
DVkCommonOperations.h188 VkImageFormatProperties2 imageFormatProps2;
DVkDecoderGlobalState.h149 VkImageFormatProperties2* pImageFormatProperties);
153 VkImageFormatProperties2* pImageFormatProperties);
DVkDecoderSnapshot.h649 VkImageFormatProperties2* pImageFormatProperties);
969 VkImageFormatProperties2* pImageFormatProperties);
DVkDecoder.cpp9580 VkImageFormatProperties2* pImageFormatProperties; in decode()
9595 sizeof(VkImageFormatProperties2)); in decode()
9598 (VkImageFormatProperties2*)(pImageFormatProperties), readStreamPtrPtr); in decode()
9605 m_state, (VkImageFormatProperties2*)(pImageFormatProperties)); in decode()
9627 m_state, (VkImageFormatProperties2*)(pImageFormatProperties)); in decode()
9631 (VkImageFormatProperties2*)(pImageFormatProperties)); in decode()
14062 VkImageFormatProperties2* pImageFormatProperties; in decode()
14077 sizeof(VkImageFormatProperties2)); in decode()
14080 (VkImageFormatProperties2*)(pImageFormatProperties), readStreamPtrPtr); in decode()
14087 m_state, (VkImageFormatProperties2*)(pImageFormatProperties)); in decode()
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_drm.c390 VkImageFormatProperties2 format_props = { in wsi_configure_native_image()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5254 typedef struct VkImageFormatProperties2 { struct
5258 } VkImageFormatProperties2; typedef
5589 …vice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFo…
5676 VkImageFormatProperties2* pImageFormatProperties);
8481 typedef VkImageFormatProperties2 VkImageFormatProperties2KHR;
8496 …vice, const VkPhysicalDeviceImageFormatInfo2* pImageFormatInfo, VkImageFormatProperties2* pImageFo…
8518 VkImageFormatProperties2* pImageFormatProperties);

12