/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vk_layer.h | 165 …extLayer)(const struct VkEnumerateInstanceLayerPropertiesChain *, uint32_t *, VkLayerProperties *); 169 inline VkResult CallDown(uint32_t *pPropertyCount, VkLayerProperties *pProperties) const { in CallDown()
|
D | vulkan_core.h | 3243 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/ |
D | vk_layer.h | 165 …extLayer)(const struct VkEnumerateInstanceLayerPropertiesChain *, uint32_t *, VkLayerProperties *); 169 inline VkResult CallDown(uint32_t *pPropertyCount, VkLayerProperties *pProperties) const { in CallDown()
|
D | vulkansc_funcs.hpp | 551 …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()
|
D | vulkansc.hpp | 1102 …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/ |
D | vk_physical_device.c | 71 VkLayerProperties *pProperties) in vk_common_EnumerateDeviceLayerProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | extensions.adoc | 360 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/ |
D | VulkanTestHelper.cpp | 113 std::vector<VkLayerProperties> availableLayers(layerCount); in initialize()
|
D | VkDecoderTestDispatch.h | 204 VkLayerProperties* pProperties) { in vkEnumerateInstanceLayerProperties()
|
/hardware/google/gfxstream/guest/vulkan/ |
D | gfxstream_vk_device.cpp | 669 VkLayerProperties* pProperties) { in gfxstream_vk_EnumerateInstanceLayerProperties()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | VkEncoder.h | 100 VkLayerProperties* pProperties, uint32_t doLock); 103 VkLayerProperties* pProperties, uint32_t doLock);
|
D | goldfish_vk_deepcopy_guest.h | 159 const VkLayerProperties* from, VkLayerProperties* to);
|
D | goldfish_vk_transform_guest.h | 235 VkLayerProperties* toTransform); 238 VkLayerProperties* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 260 const VkLayerProperties* forMarshaling); 263 VkLayerProperties* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 141 const VkLayerProperties* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 166 const VkLayerProperties* forMarshaling, uint8_t** ptr);
|
D | VkEncoder.cpp | 1973 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 …]
|
D | goldfish_vk_transform_guest.cpp | 535 VkLayerProperties* toTransform) { in transform_tohost_VkLayerProperties() 541 VkLayerProperties* toTransform) { in transform_fromhost_VkLayerProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_deepcopy.h | 152 const VkLayerProperties* from, VkLayerProperties* to);
|
D | goldfish_vk_transform.h | 239 VkLayerProperties* toTransform); 242 VkLayerProperties* toTransform);
|
D | goldfish_vk_marshaling.h | 249 const VkLayerProperties* forMarshaling); 252 VkLayerProperties* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 152 VkLayerProperties* forUnmarshaling, uint8_t** ptr);
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoderSnapshot.h | 128 VkLayerProperties* pProperties); 132 uint32_t* pPropertyCount, VkLayerProperties* pProperties);
|
D | VkDecoder.cpp | 1251 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 …]
|
D | VkDecoderSnapshot.cpp | 181 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()
|