Searched refs:shaderTerminateInvocation (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 796 CORE_FEATURE(shaderTerminateInvocation); in vk_get_physical_device_core_1_3_feature_ext()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | features.adoc | 4759 * [[{anchor-prefix}features-shaderTerminateInvocation]] 4760 pname:shaderTerminateInvocation specifies whether the implementation 7598 * <<features-shaderTerminateInvocation, pname:shaderTerminateInvocation>>
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 5088 …PP_HASH_COMBINE( seed, physicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation ); in operator ()() 5511 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderTerminateInvocation ); in operator ()()
|
D | vulkan_hash.hpp | 10123 …PP_HASH_COMBINE( seed, physicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation ); in operator ()() 10753 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderTerminateInvocation ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 8578 vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 8606 vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 8917 vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderTerminateInvocationFeatures() 8929 vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 5871 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features() 6105 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 10549 vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features() 10588 vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features() 10928 vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderTerminateInvocationFeatures() 10952 vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
|
D | goldfish_vk_reserved_marshaling.cpp | 8143 memcpy((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features() 8413 memcpy((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 6809 VkBool32 shaderTerminateInvocation; member 6886 VkBool32 shaderTerminateInvocation; member
|