Home
last modified time | relevance | path

Searched refs:shaderTerminateInvocation (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c796 CORE_FEATURE(shaderTerminateInvocation); in vk_get_physical_device_core_1_3_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc4759 * [[{anchor-prefix}features-shaderTerminateInvocation]]
4760 pname:shaderTerminateInvocation specifies whether the implementation
7598 * <<features-shaderTerminateInvocation, pname:shaderTerminateInvocation>>
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp5088 …PP_HASH_COMBINE( seed, physicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation ); in operator ()()
5511 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderTerminateInvocation ); in operator ()()
Dvulkan_hash.hpp10123 …PP_HASH_COMBINE( seed, physicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation ); in operator ()()
10753 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderTerminateInvocation ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8578 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp5871 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/
Dgoldfish_vk_marshaling.cpp10549 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()
Dgoldfish_vk_reserved_marshaling.cpp8143 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/
Dvulkan_core.h6809 VkBool32 shaderTerminateInvocation; member
6886 VkBool32 shaderTerminateInvocation; member