Searched refs:shaderDemoteToHelperInvocation (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 784 CORE_FEATURE(shaderDemoteToHelperInvocation); in vk_get_physical_device_core_1_3_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 3732 * [[{anchor-prefix}features-shaderDemoteToHelperInvocation]] 3733 pname:shaderDemoteToHelperInvocation indicates whether the 7451 * <<features-shaderDemoteToHelperInvocation, 7452 pname:shaderDemoteToHelperInvocation>>, if
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4973 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()() 5510 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
|
D | vulkan_hash.hpp | 9848 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()() 10752 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8577 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 8605 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 8971 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures() 8983 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5869 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features() 6143 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10548 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 10587 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 11006 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures() 11030 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 8141 memcpy((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features() 8479 memcpy((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6808 VkBool32 shaderDemoteToHelperInvocation; member 6902 VkBool32 shaderDemoteToHelperInvocation; member
|