Home
last modified time | relevance | path

Searched refs:VkFormatProperties (Results 1 – 25 of 53) sorted by relevance

123

/hardware/google/gfxstream/host/vulkan/
DDisplayVk.h115 std::unordered_map<VkFormat, VkFormatProperties> m_vkFormatProperties;
DDisplayVk.cpp148 VkFormatProperties formatProps; in recreateSwapchain()
575 VkFormatProperties formatProperties; in getFormatFeatures()
579 const VkFormatProperties& formatProperties = i->second; in getFormatFeatures()
DCompositorVk.h247 std::unordered_map<VkFormat, VkFormatProperties> m_vkFormatProperties;
DSwapChainStateVk.cpp220 VkFormatProperties formatProperties = {}; in createSwapChainCi()
DCompositorVk.cpp863 VkFormatProperties formatProperties; in getFormatFeatures()
867 const VkFormatProperties& formatProperties = i->second; in getFormatFeatures()
DVkDecoderGlobalState.h158 VkFormatProperties* pFormatProperties);
DVkDecoderGlobalState.cpp1389 VkFormatProperties* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties()
1392 getPhysicalDeviceFormatPropertiesCore<VkFormatProperties>( in on_vkGetPhysicalDeviceFormatProperties()
1394 VkFormatProperties* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties()
1444 getPhysicalDeviceFormatPropertiesCore<VkFormatProperties>( in on_vkGetPhysicalDeviceFormatProperties2()
1446 VkFormatProperties* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties2()
7106 void maskFormatPropertiesForEmulatedTextures(VkFormatProperties* pFormatProp) { in maskFormatPropertiesForEmulatedTextures()
7878 VkFormatProperties* pFormatProperties) { in on_vkGetPhysicalDeviceFormatProperties()
DVkCommonOperations.cpp261 VkFormatProperties outFormatProps; in getImageFormatExternalMemorySupportInfo()
1843 const VkFormatProperties& formatProperties = imageSupportInfo.formatProps2.formatProperties; in generateColorBufferVkImageCreateInfo_locked()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_format_feature_flags2.adoc34 slink:VkFormatProperties.
Dglossary.adoc218 * slink:VkFormatProperties::pname:linearTilingFeatures
219 * slink:VkFormatProperties::pname:optimalTilingFeatures
223 slink:VkFormatProperties::pname:linearTilingFeatures
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c190 VkFormatProperties *pFormatProperties) in vk_common_GetPhysicalDeviceFormatProperties()
/hardware/google/gfxstream/host/vulkan/testing/
DVkDecoderTestDispatch.h248 VkFormatProperties* pFormatProperties) { in vkGetPhysicalDeviceFormatProperties()
/hardware/google/gfxstream/host/tests/
DCompositorVk_unittest.cpp352 VkFormatProperties formatProperties = {}; in supportsFeatures()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h109 const VkFormatProperties* from, VkFormatProperties* to);
Dgoldfish_vk_transform_guest.h155 VkFormatProperties* toTransform);
158 VkFormatProperties* toTransform);
Dgoldfish_vk_marshaling_guest.h157 const VkFormatProperties* forMarshaling);
160 VkFormatProperties* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp289 VkFormatProperties* toTransform) { in transform_tohost_VkFormatProperties()
295 VkFormatProperties* toTransform) { in transform_fromhost_VkFormatProperties()
2828 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_tohost_VkFormatProperties2()
2839 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_fromhost_VkFormatProperties2()
DVkEncoder.h69 VkFormatProperties* pFormatProperties,
Dgoldfish_vk_counting_guest.h97 const VkFormatProperties* toCount, size_t* count);
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h102 const VkFormatProperties* from, VkFormatProperties* to);
Dgoldfish_vk_transform.h155 VkFormatProperties* toTransform);
158 VkFormatProperties* toTransform);
Dgoldfish_vk_marshaling.h148 const VkFormatProperties* forMarshaling);
151 VkFormatProperties* forUnmarshaling);
Dgoldfish_vk_transform.cpp286 VkFormatProperties* toTransform) { in transform_tohost_VkFormatProperties()
292 VkFormatProperties* toTransform) { in transform_fromhost_VkFormatProperties()
2838 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_tohost_VkFormatProperties2()
2849 (VkFormatProperties*)(&toTransform->formatProperties)); in transform_fromhost_VkFormatProperties2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dformats.adoc1762 * pname:pFormatProperties is a pointer to a slink:VkFormatProperties
1769 [open,refpage='VkFormatProperties',desc='Structure specifying image format properties',type='struct…
1771 The sname:VkFormatProperties structure is defined as:
1773 include::{generated}/api/structs/VkFormatProperties.adoc[]
1808 include::{generated}/validity/structs/VkFormatProperties.adoc[]
1813 Bits which can: be set in the slink:VkFormatProperties features
2130 * pname:formatProperties is a slink:VkFormatProperties structure
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_wayland.c226 VkFormatProperties props; in wsi_wl_display_add_vk_format()

123