Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c582 CORE_FEATURE(multiviewTessellationShader); in vk_get_physical_device_core_1_1_feature_ext()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4654 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMultiviewFeatures.multiviewTessellationShader ); in operator ()()
5326 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.multiviewTessellationShader ); in operator ()()
Dvulkan_hash.hpp8885 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMultiviewFeatures.multiviewTessellationShader ); in operator ()()
10568 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.multiviewTessellationShader ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp5477 vkStream->write((VkBool32*)&forMarshaling->multiviewTessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceMultiviewFeatures()
5491 vkStream->read((VkBool32*)&forUnmarshaling->multiviewTessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceMultiviewFeatures()
6401 vkStream->write((VkBool32*)&forMarshaling->multiviewTessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features()
6425 vkStream->read((VkBool32*)&forUnmarshaling->multiviewTessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
Dgoldfish_vk_reserved_marshaling_guest.cpp3787 memcpy(*ptr, (VkBool32*)&forMarshaling->multiviewTessellationShader, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceMultiviewFeatures()
4405 memcpy(*ptr, (VkBool32*)&forMarshaling->multiviewTessellationShader, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan11Features()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc1247 pname:multiviewTessellationShader specifies whether the implementation
1263 * [[VUID-VkPhysicalDeviceMultiviewFeatures-multiviewTessellationShader-00581]]
1264 If pname:multiviewTessellationShader is enabled then pname:multiview
Dpipelines.adoc2306 pname:multiviewTessellationShader is not enabled, then pname:pStages
3250 <<features-multiview-tess, pname:multiviewTessellationShader>> feature
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6473 vkStream->write((VkBool32*)&forMarshaling->multiviewTessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceMultiviewFeatures()
6499 vkStream->read((VkBool32*)&forUnmarshaling->multiviewTessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceMultiviewFeatures()
7768 vkStream->write((VkBool32*)&forMarshaling->multiviewTessellationShader, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan11Features()
7803 vkStream->read((VkBool32*)&forUnmarshaling->multiviewTessellationShader, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan11Features()
Dgoldfish_vk_reserved_marshaling.cpp4886 memcpy((VkBool32*)&forUnmarshaling->multiviewTessellationShader, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceMultiviewFeatures()
5934 memcpy((VkBool32*)&forUnmarshaling->multiviewTessellationShader, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan11Features()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5345 VkBool32 multiviewTessellationShader; member
5873 VkBool32 multiviewTessellationShader; member