Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c784 CORE_FEATURE(shaderDemoteToHelperInvocation); in vk_get_physical_device_core_1_3_feature_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dfeatures.adoc3732 * [[{anchor-prefix}features-shaderDemoteToHelperInvocation]]
3733 pname:shaderDemoteToHelperInvocation indicates whether the
7451 * <<features-shaderDemoteToHelperInvocation,
7452 pname:shaderDemoteToHelperInvocation>>, if
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4973 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()()
5510 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
Dvulkan_hash.hpp9848 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()()
10752 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8577 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp5869 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/
Dgoldfish_vk_marshaling.cpp10548 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()
Dgoldfish_vk_reserved_marshaling.cpp8141 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/
Dvulkan_core.h6808 VkBool32 shaderDemoteToHelperInvocation; member
6902 VkBool32 shaderDemoteToHelperInvocation; member