Home
last modified time | relevance | path

Searched refs:quadOperationsInAllStages (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c889 CORE_RENAMED_PROPERTY(quadOperationsInAllStages, in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dshaders.adoc2746 If the <<limits-subgroup-quadOperationsInAllStages,
2747 pname:quadOperationsInAllStages>> limit is supported, any
Dlimits.adoc1285 * [[limits-subgroup-quadOperationsInAllStages]]
1286 pname:quadOperationsInAllStages is a boolean specifying whether
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5103 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupProperties.quadOperationsInAllStages ); in operator ()()
Dvulkan_hash.hpp10209 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceSubgroupProperties.quadOperationsInAllStages ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp4458 vkStream->write((VkBool32*)&forMarshaling->quadOperationsInAllStages, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSubgroupProperties()
4475 vkStream->read((VkBool32*)&forUnmarshaling->quadOperationsInAllStages, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSubgroupProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp3131 memcpy(*ptr, (VkBool32*)&forMarshaling->quadOperationsInAllStages, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceSubgroupProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp5029 vkStream->write((VkBool32*)&forMarshaling->quadOperationsInAllStages, sizeof(VkBool32)); in marshal_VkPhysicalDeviceSubgroupProperties()
5058 vkStream->read((VkBool32*)&forUnmarshaling->quadOperationsInAllStages, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceSubgroupProperties()
Dgoldfish_vk_reserved_marshaling.cpp3728 memcpy((VkBool32*)&forUnmarshaling->quadOperationsInAllStages, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceSubgroupProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5094 VkBool32 quadOperationsInAllStages; member