Home
last modified time | relevance | path

Searched refs:VkPhysicalDeviceProperties2 (Results 1 – 25 of 51) sorted by relevance

123

/hardware/google/gfxstream/guest/mesa/src/vulkan/device-select-layer/
Ddevice_select_layer.c187 …ies(const struct instance_info *info, VkPhysicalDevice device, VkPhysicalDeviceProperties2 *proper… in get_device_properties()
201 VkPhysicalDeviceProperties2 properties = (VkPhysicalDeviceProperties2){ in print_gpu()
243 VkPhysicalDeviceProperties2 properties = (VkPhysicalDeviceProperties2){ in fill_drm_device_info()
621 VkPhysicalDeviceProperties2 properties = (VkPhysicalDeviceProperties2){ in device_select_EnumeratePhysicalDeviceGroups()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dvk_struct_id.h75 REGISTER_VK_STRUCT_ID(VkPhysicalDeviceProperties2, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2);
Dgoldfish_vk_deepcopy.h513 const VkPhysicalDeviceProperties2* from,
514 VkPhysicalDeviceProperties2* to);
Dgoldfish_vk_transform.h836 VkPhysicalDeviceProperties2* toTransform);
839 VkPhysicalDeviceProperties2* toTransform);
Dgoldfish_vk_marshaling.h1019 const VkPhysicalDeviceProperties2* forMarshaling);
1022 VkPhysicalDeviceProperties2* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h520 VkPhysicalDeviceProperties2* forUnmarshaling,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_EXT_physical_device_drm.adoc36 slink:VkPhysicalDeviceDrmPropertiesEXT to slink:VkPhysicalDeviceProperties2.
DVK_AMD_shader_core_properties.adoc37 VkPhysicalDeviceProperties2 general_props;
/hardware/google/gfxstream/guest/vulkan_enc/
Dvk_struct_id.h104 REGISTER_VK_STRUCT_ID(VkPhysicalDeviceProperties2, VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2);
DResourceTracker.h158 VkPhysicalDeviceProperties2* pProperties);
160 VkPhysicalDeviceProperties2* pProperties);
DVkEncoder.h440 VkPhysicalDeviceProperties2* pProperties, uint32_t doLock);
639 VkPhysicalDeviceProperties2* pProperties,
Dgoldfish_vk_deepcopy_guest.h520 const VkPhysicalDeviceProperties2* from,
521 VkPhysicalDeviceProperties2* to);
Dgoldfish_vk_transform_guest.h822 VkPhysicalDeviceProperties2* toTransform);
825 VkPhysicalDeviceProperties2* toTransform);
Dgoldfish_vk_marshaling_guest.h1040 const VkPhysicalDeviceProperties2* forMarshaling);
1043 VkPhysicalDeviceProperties2* forUnmarshaling);
Dgoldfish_vk_counting_guest.h475 const VkPhysicalDeviceProperties2* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h549 const VkPhysicalDeviceProperties2* forMarshaling,
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_physical_device.c131 VkPhysicalDeviceProperties2 props2; in vk_common_GetPhysicalDeviceProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_HUAWEI_cluster_culling_shader.adoc42 Extending `VkPhysicalDeviceProperties2:`::
118 …tiesHUAWEI` structure is included in the `pNext` chain of the `VkPhysicalDeviceProperties2` struct…
DVK_QCOM_image_processing.adoc254 link:{refpage}VkPhysicalDeviceProperties2.html[VkPhysicalDeviceProperties2].
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.h173 VkPhysicalDeviceProperties2* pProperties);
176 VkPhysicalDeviceProperties2* pProperties);
DVkDecoderSnapshot.h639 VkPhysicalDeviceProperties2* pProperties);
959 VkPhysicalDeviceProperties2* pProperties);
DVkDecoder.cpp9476 VkPhysicalDeviceProperties2* pProperties; in decode()
9485 vkReadStream->alloc((void**)&pProperties, sizeof(VkPhysicalDeviceProperties2)); in decode()
9488 (VkPhysicalDeviceProperties2*)(pProperties), readStreamPtrPtr); in decode()
9491 m_state, (VkPhysicalDeviceProperties2*)(pProperties)); in decode()
9503 m_state, (VkPhysicalDeviceProperties2*)(pProperties)); in decode()
9506 (VkPhysicalDeviceProperties2*)(pProperties)); in decode()
13958 VkPhysicalDeviceProperties2* pProperties; in decode()
13967 vkReadStream->alloc((void**)&pProperties, sizeof(VkPhysicalDeviceProperties2)); in decode()
13970 (VkPhysicalDeviceProperties2*)(pProperties), readStreamPtrPtr); in decode()
13973 m_state, (VkPhysicalDeviceProperties2*)(pProperties)); in decode()
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc259 * pname:pProperties is a pointer to a slink:VkPhysicalDeviceProperties2
271 [open,refpage='VkPhysicalDeviceProperties2',desc='Structure specifying physical device properties',…
273 The sname:VkPhysicalDeviceProperties2 structure is defined as:
275 include::{generated}/api/structs/VkPhysicalDeviceProperties2.adoc[]
294 include::{generated}/validity/structs/VkPhysicalDeviceProperties2.adoc[]
622 slink:VkPhysicalDeviceProperties2::pname:pipelineCacheUUID.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/xml/
Dregistry.rnc134 # VkPhysicalDeviceProperties2, their substructures, and extensions.
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5242 typedef struct VkPhysicalDeviceProperties2 { struct
5246 } VkPhysicalDeviceProperties2; argument
5587 …GetPhysicalDeviceProperties2)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2* pPrope…
5666 VkPhysicalDeviceProperties2* pProperties);
8477 typedef VkPhysicalDeviceProperties2 VkPhysicalDeviceProperties2KHR;
8494 …PhysicalDeviceProperties2KHR)(VkPhysicalDevice physicalDevice, VkPhysicalDeviceProperties2* pPrope…
8508 VkPhysicalDeviceProperties2* pProperties);

123