Home
last modified time | relevance | path

Searched refs:pEnabledFeatures (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/host/tests/
DSwapChainStateVk_unittest.cpp161 .pEnabledFeatures = &features}; in createLogicalDevice()
DDisplayVk_unittest.cpp205 .pEnabledFeatures = nullptr}; in createLogicalDevice()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_get_physical_device_properties2.adoc90 .pEnabledFeatures = NULL,
/hardware/google/gfxstream/host/vulkan/testing/
DVulkanTestHelper.cpp189 .pEnabledFeatures = &options.deviceFeatures, in initialize()
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c83 if (pCreateInfo->pEnabledFeatures) in collect_enabled_features()
84 vk_set_physical_device_features_1_0(&device->enabled_features, pCreateInfo->pEnabledFeatures); in collect_enabled_features()
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp2550 if (create_info.pEnabledFeatures) in overlay_CreateDevice()
2551 device_features = *(create_info.pEnabledFeatures); in overlay_CreateDevice()
2553 create_info.pEnabledFeatures = &device_features; in overlay_CreateDevice()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp494 if (toTransform->pEnabledFeatures) { in transform_tohost_VkDeviceCreateInfo()
496 resourceTracker, (VkPhysicalDeviceFeatures*)(toTransform->pEnabledFeatures)); in transform_tohost_VkDeviceCreateInfo()
516 if (toTransform->pEnabledFeatures) { in transform_fromhost_VkDeviceCreateInfo()
518 resourceTracker, (VkPhysicalDeviceFeatures*)(toTransform->pEnabledFeatures)); in transform_fromhost_VkDeviceCreateInfo()
Dgoldfish_vk_deepcopy_guest.cpp479 to->pEnabledFeatures = nullptr; in deepcopy_VkDeviceCreateInfo()
480 if (from->pEnabledFeatures) { in deepcopy_VkDeviceCreateInfo()
481 to->pEnabledFeatures = in deepcopy_VkDeviceCreateInfo()
483 deepcopy_VkPhysicalDeviceFeatures(alloc, rootType, from->pEnabledFeatures, in deepcopy_VkDeviceCreateInfo()
484 (VkPhysicalDeviceFeatures*)(to->pEnabledFeatures)); in deepcopy_VkDeviceCreateInfo()
Dgoldfish_vk_counting_guest.cpp694 if (toCount->pEnabledFeatures) { in count_VkDeviceCreateInfo()
696 (const VkPhysicalDeviceFeatures*)(toCount->pEnabledFeatures), in count_VkDeviceCreateInfo()
Dgoldfish_vk_marshaling_guest.cpp1187 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pEnabledFeatures; in marshal_VkDeviceCreateInfo()
1189 if (forMarshaling->pEnabledFeatures) { in marshal_VkDeviceCreateInfo()
1191 vkStream, rootType, (const VkPhysicalDeviceFeatures*)(forMarshaling->pEnabledFeatures)); in marshal_VkDeviceCreateInfo()
1219 if (forUnmarshaling->pEnabledFeatures) { in unmarshal_VkDeviceCreateInfo()
1226 vkStream, rootType, (VkPhysicalDeviceFeatures*)(forUnmarshaling->pEnabledFeatures)); in unmarshal_VkDeviceCreateInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp1049 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pEnabledFeatures; in reservedmarshal_VkDeviceCreateInfo()
1053 if (forMarshaling->pEnabledFeatures) { in reservedmarshal_VkDeviceCreateInfo()
1055 vkStream, rootType, (const VkPhysicalDeviceFeatures*)(forMarshaling->pEnabledFeatures), in reservedmarshal_VkDeviceCreateInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp495 if (toTransform->pEnabledFeatures) { in transform_tohost_VkDeviceCreateInfo()
497 resourceTracker, (VkPhysicalDeviceFeatures*)(toTransform->pEnabledFeatures)); in transform_tohost_VkDeviceCreateInfo()
517 if (toTransform->pEnabledFeatures) { in transform_fromhost_VkDeviceCreateInfo()
519 resourceTracker, (VkPhysicalDeviceFeatures*)(toTransform->pEnabledFeatures)); in transform_fromhost_VkDeviceCreateInfo()
Dgoldfish_vk_deepcopy.cpp479 to->pEnabledFeatures = nullptr; in deepcopy_VkDeviceCreateInfo()
480 if (from->pEnabledFeatures) { in deepcopy_VkDeviceCreateInfo()
481 to->pEnabledFeatures = in deepcopy_VkDeviceCreateInfo()
483 deepcopy_VkPhysicalDeviceFeatures(alloc, rootType, from->pEnabledFeatures, in deepcopy_VkDeviceCreateInfo()
484 (VkPhysicalDeviceFeatures*)(to->pEnabledFeatures)); in deepcopy_VkDeviceCreateInfo()
Dgoldfish_vk_marshaling.cpp1262 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pEnabledFeatures; in marshal_VkDeviceCreateInfo()
1264 if (forMarshaling->pEnabledFeatures) { in marshal_VkDeviceCreateInfo()
1266 vkStream, rootType, (const VkPhysicalDeviceFeatures*)(forMarshaling->pEnabledFeatures)); in marshal_VkDeviceCreateInfo()
1306 forUnmarshaling->pEnabledFeatures = in unmarshal_VkDeviceCreateInfo()
1308 if (forUnmarshaling->pEnabledFeatures) { in unmarshal_VkDeviceCreateInfo()
1309 vkStream->alloc((void**)&forUnmarshaling->pEnabledFeatures, in unmarshal_VkDeviceCreateInfo()
1312 vkStream, rootType, (VkPhysicalDeviceFeatures*)(forUnmarshaling->pEnabledFeatures)); in unmarshal_VkDeviceCreateInfo()
Dgoldfish_vk_reserved_marshaling.cpp1027 memcpy((VkPhysicalDeviceFeatures**)&forUnmarshaling->pEnabledFeatures, (*ptr), 8); in reservedunmarshal_VkDeviceCreateInfo()
1028 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pEnabledFeatures); in reservedunmarshal_VkDeviceCreateInfo()
1030 if (forUnmarshaling->pEnabledFeatures) { in reservedunmarshal_VkDeviceCreateInfo()
1031 vkStream->alloc((void**)&forUnmarshaling->pEnabledFeatures, in reservedunmarshal_VkDeviceCreateInfo()
1034 vkStream, rootType, (VkPhysicalDeviceFeatures*)(forUnmarshaling->pEnabledFeatures), in reservedunmarshal_VkDeviceCreateInfo()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddevsandqueues.adoc1764 pname:ppEnabledExtensionNames and pname:pEnabledFeatures members of
1907 * pname:pEnabledFeatures is `NULL` or a pointer to a
1942 structure, then pname:pEnabledFeatures must: be `NULL`
Dfeatures.adoc112 sname:VkPhysicalDeviceFeatures structure via the pname:pEnabledFeatures
115 If a member of pname:pEnabledFeatures is set to ename:VK_TRUE or
128 Setting pname:pEnabledFeatures to `NULL`
195 of pname:pEnabledFeatures.
/hardware/google/gfxstream/host/vulkan/
DVkDecoderGlobalState.cpp1644 if (pCreateInfo->pEnabledFeatures) { in on_vkCreateDevice()
1645 featuresFiltered = *pCreateInfo->pEnabledFeatures; in on_vkCreateDevice()
1646 createInfoFiltered.pEnabledFeatures = &featuresFiltered; in on_vkCreateDevice()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/style/
Dwriting.adoc718 structure, then pname:pEnabledFeatures must: be `NULL`
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp1694 VULKAN_HPP_HASH_COMBINE( seed, deviceCreateInfo.pEnabledFeatures ); in operator ()()
Dvulkan_hash.hpp3239 VULKAN_HPP_HASH_COMBINE( seed, deviceCreateInfo.pEnabledFeatures ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3235 const VkPhysicalDeviceFeatures* pEnabledFeatures; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc11783 * Clarify that slink:VkPhysicalDeviceFeatures::pname:pEnabledFeatures ==
12913 * Clarify that slink:VkDeviceCreateInfo::pname:pEnabledFeatures can be