Searched refs:multiviewTessellationShader (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 582 CORE_FEATURE(multiviewTessellationShader); in vk_get_physical_device_core_1_1_feature_ext()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4654 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMultiviewFeatures.multiviewTessellationShader ); in operator ()() 5326 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Features.multiviewTessellationShader ); in operator ()()
|
D | vulkan_hash.hpp | 8885 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/ |
D | goldfish_vk_marshaling_guest.cpp | 5477 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3787 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/ |
D | features.adoc | 1247 pname:multiviewTessellationShader specifies whether the implementation 1263 * [[VUID-VkPhysicalDeviceMultiviewFeatures-multiviewTessellationShader-00581]] 1264 If pname:multiviewTessellationShader is enabled then pname:multiview
|
D | pipelines.adoc | 2306 pname:multiviewTessellationShader is not enabled, then pname:pStages 3250 <<features-multiview-tess, pname:multiviewTessellationShader>> feature
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6473 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 4886 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/ |
D | vulkan_core.h | 5345 VkBool32 multiviewTessellationShader; member 5873 VkBool32 multiviewTessellationShader; member
|