Searched refs:storagePushConstant8 (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 630 CORE_FEATURE(storagePushConstant8); in vk_get_physical_device_core_1_2_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | spirvenv.adoc | 1369 * [[VUID-{refpage}-storagePushConstant8-06330]] 1370 If <<features-storagePushConstant8, pname:storagePushConstant8>> is
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3720 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.storagePushConstant8 ); in operator ()() 5382 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.storagePushConstant8 ); in operator ()()
|
D | vulkan_hash.hpp | 6680 VULKAN_HPP_HASH_COMBINE( seed, physicalDevice8BitStorageFeatures.storagePushConstant8 ); in operator ()() 10624 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan12Features.storagePushConstant8 ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6505 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant8, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 6583 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant8, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 7242 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant8, sizeof(VkBool32)); in marshal_VkPhysicalDevice8BitStorageFeatures() 7257 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant8, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice8BitStorageFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4484 memcpy(*ptr, (VkBool32*)&forMarshaling->storagePushConstant8, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan12Features() 4993 memcpy(*ptr, (VkBool32*)&forMarshaling->storagePushConstant8, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDevice8BitStorageFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 7895 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant8, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan12Features() 7984 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant8, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan12Features() 8762 vkStream->write((VkBool32*)&forMarshaling->storagePushConstant8, sizeof(VkBool32)); in marshal_VkPhysicalDevice8BitStorageFeatures() 8789 vkStream->read((VkBool32*)&forUnmarshaling->storagePushConstant8, sizeof(VkBool32)); in unmarshal_VkPhysicalDevice8BitStorageFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 6041 memcpy((VkBool32*)&forUnmarshaling->storagePushConstant8, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan12Features() 6709 memcpy((VkBool32*)&forUnmarshaling->storagePushConstant8, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDevice8BitStorageFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5908 VkBool32 storagePushConstant8; member 6105 VkBool32 storagePushConstant8; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 1544 * [[{anchor-prefix}features-storagePushConstant8]] 1545 pname:storagePushConstant8 indicates whether objects in the
|