Home
last modified time | relevance | path

Searched refs:VkLayerProperties (Results 1 – 25 of 40) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvk_layer.h165 …extLayer)(const struct VkEnumerateInstanceLayerPropertiesChain *, uint32_t *, VkLayerProperties *);
169 inline VkResult CallDown(uint32_t *pPropertyCount, VkLayerProperties *pProperties) const { in CallDown()
Dvulkan_core.h3243 typedef struct VkLayerProperties { struct
3248 } VkLayerProperties; argument
3963 … *PFN_vkEnumerateInstanceLayerProperties)(uint32_t* pPropertyCount, VkLayerProperties* pProperties…
3964 …perties)(VkPhysicalDevice physicalDevice, uint32_t* pPropertyCount, VkLayerProperties* pProperties…
4163 VkLayerProperties* pProperties);
4168 VkLayerProperties* pProperties);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvk_layer.h165 …extLayer)(const struct VkEnumerateInstanceLayerPropertiesChain *, uint32_t *, VkLayerProperties *);
169 inline VkResult CallDown(uint32_t *pPropertyCount, VkLayerProperties *pProperties) const { in CallDown()
Dvulkansc_funcs.hpp551 …kEnumerateInstanceLayerProperties( pPropertyCount, reinterpret_cast<VkLayerProperties *>( pPropert… in enumerateInstanceLayerProperties()
570 …kEnumerateInstanceLayerProperties( &propertyCount, reinterpret_cast<VkLayerProperties *>( properti… in enumerateInstanceLayerProperties()
597 …kEnumerateInstanceLayerProperties( &propertyCount, reinterpret_cast<VkLayerProperties *>( properti… in enumerateInstanceLayerProperties()
615 …LayerProperties( m_physicalDevice, pPropertyCount, reinterpret_cast<VkLayerProperties *>( pPropert… in enumerateDeviceLayerProperties()
629 …LayerProperties( m_physicalDevice, &propertyCount, reinterpret_cast<VkLayerProperties *>( properti… in enumerateDeviceLayerProperties()
650 …LayerProperties( m_physicalDevice, &propertyCount, reinterpret_cast<VkLayerProperties *>( properti… in enumerateDeviceLayerProperties()
Dvulkansc.hpp1102 …VkResult vkEnumerateInstanceLayerProperties( uint32_t * pPropertyCount, VkLayerProperties * pPrope… in vkEnumerateInstanceLayerProperties()
1108 …erties( VkPhysicalDevice physicalDevice, uint32_t * pPropertyCount, VkLayerProperties * pPropertie… in vkEnumerateDeviceLayerProperties()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c71 VkLayerProperties *pProperties) in vk_common_EnumerateDeviceLayerProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dextensions.adoc360 slink:VkLayerProperties structures.
385 [open,refpage='VkLayerProperties',desc='Structure specifying layer properties',type='structs']
387 The sname:VkLayerProperties structure is defined as:
389 include::{generated}/api/structs/VkLayerProperties.adoc[]
405 include::{generated}/validity/structs/VkLayerProperties.adoc[]
412 slink:VkLayerProperties::pname:layerName,
422 as returned in slink:VkLayerProperties::pname:description and other queries.
487 slink:VkLayerProperties structures.
503 The members of sname:VkLayerProperties for each enumerated layer must: be
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp113 std::vector<VkLayerProperties> availableLayers(layerCount); in initialize()
DVkDecoderTestDispatch.h204 VkLayerProperties* pProperties) { in vkEnumerateInstanceLayerProperties()
/hardware/google/gfxstream/guest/vulkan/
Dgfxstream_vk_device.cpp669 VkLayerProperties* pProperties) { in gfxstream_vk_EnumerateInstanceLayerProperties()
/hardware/google/gfxstream/guest/vulkan_enc/
DVkEncoder.h100 VkLayerProperties* pProperties, uint32_t doLock);
103 VkLayerProperties* pProperties, uint32_t doLock);
Dgoldfish_vk_deepcopy_guest.h159 const VkLayerProperties* from, VkLayerProperties* to);
Dgoldfish_vk_transform_guest.h235 VkLayerProperties* toTransform);
238 VkLayerProperties* toTransform);
Dgoldfish_vk_marshaling_guest.h260 const VkLayerProperties* forMarshaling);
263 VkLayerProperties* forUnmarshaling);
Dgoldfish_vk_counting_guest.h141 const VkLayerProperties* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h166 const VkLayerProperties* forMarshaling, uint8_t** ptr);
DVkEncoder.cpp1973 VkLayerProperties* pProperties, in vkEnumerateInstanceLayerProperties()
2024 (VkLayerProperties*)(pProperties + i), countPtr); in vkEnumerateInstanceLayerProperties()
2065 (VkLayerProperties*)(pProperties + i), streamPtrPtr); in vkEnumerateInstanceLayerProperties()
2084 VkLayerProperties* check_pProperties; in vkEnumerateInstanceLayerProperties()
2085 check_pProperties = (VkLayerProperties*)(uintptr_t)stream->getBe64(); in vkEnumerateInstanceLayerProperties()
2093 (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
2101 (VkLayerProperties*)(pProperties + i)); in vkEnumerateInstanceLayerProperties()
2118 VkLayerProperties* pProperties, in vkEnumerateDeviceLayerProperties()
2174 (VkLayerProperties*)(pProperties + i), countPtr); in vkEnumerateDeviceLayerProperties()
2219 (VkLayerProperties*)(pProperties + i), streamPtrPtr); in vkEnumerateDeviceLayerProperties()
[all …]
Dgoldfish_vk_transform_guest.cpp535 VkLayerProperties* toTransform) { in transform_tohost_VkLayerProperties()
541 VkLayerProperties* toTransform) { in transform_fromhost_VkLayerProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h152 const VkLayerProperties* from, VkLayerProperties* to);
Dgoldfish_vk_transform.h239 VkLayerProperties* toTransform);
242 VkLayerProperties* toTransform);
Dgoldfish_vk_marshaling.h249 const VkLayerProperties* forMarshaling);
252 VkLayerProperties* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h152 VkLayerProperties* forUnmarshaling, uint8_t** ptr);
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h128 VkLayerProperties* pProperties);
132 uint32_t* pPropertyCount, VkLayerProperties* pProperties);
DVkDecoder.cpp1251 VkLayerProperties* pProperties; in decode()
1266 memcpy((VkLayerProperties**)&pProperties, (*readStreamPtrPtr), 8); in decode()
1271 (*(pPropertyCount)) * sizeof(VkLayerProperties)); in decode()
1275 (VkLayerProperties*)(pProperties + i), readStreamPtrPtr); in decode()
1282 m_state, (VkLayerProperties*)(pProperties + i)); in decode()
1310 m_state, (VkLayerProperties*)(pProperties + i)); in decode()
1321 (VkLayerProperties*)(pProperties + i)); in decode()
1347 VkLayerProperties* pProperties; in decode()
1371 memcpy((VkLayerProperties**)&pProperties, (*readStreamPtrPtr), 8); in decode()
1376 (*(pPropertyCount)) * sizeof(VkLayerProperties)); in decode()
[all …]
DVkDecoderSnapshot.cpp181 VkLayerProperties* pProperties) {} in vkEnumerateInstanceLayerProperties()
186 VkLayerProperties* pProperties) {} in vkEnumerateDeviceLayerProperties()
3927 VkResult input_result, uint32_t* pPropertyCount, VkLayerProperties* pProperties) { in vkEnumerateInstanceLayerProperties()
3936 VkLayerProperties* pProperties) { in vkEnumerateDeviceLayerProperties()

12