Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp6297 if (!((a->shaderDemoteToHelperInvocation) == (b->shaderDemoteToHelperInvocation))) { in checkEqual_VkPhysicalDeviceVulkan13Features()
6636 if (!((a->shaderDemoteToHelperInvocation) == (b->shaderDemoteToHelperInvocation))) { in checkEqual_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
Dgoldfish_vk_marshaling.cpp10540 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
10579 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
10998 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
11022 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
Dgoldfish_vk_reserved_marshaling.cpp8140 memcpy((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceVulkan13Features()
8478 memcpy((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp67105 : pNext( pNext_ ), shaderDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ )
67133 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
67157 return std::tie( sType, pNext, shaderDemoteToHelperInvocation ); in reflect()
67172 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ); in operator ==()
67185 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
72412 …ipelineCreationCacheControl_ ), privateData( privateData_ ), shaderDemoteToHelperInvocation( shade…
72470 shaderDemoteToHelperInvocation = shaderDemoteToHelperInvocation_; in setShaderDemoteToHelperInvocation()
72548 …kUpdateAfterBind, pipelineCreationCacheControl, privateData, shaderDemoteToHelperInvocation, shade… in reflect()
72568 && ( shaderDemoteToHelperInvocation == rhs.shaderDemoteToHelperInvocation ) in operator ==()
72595 VULKAN_HPP_NAMESPACE::Bool32 shaderDemoteToHelperInvocation = {}; member
Dvulkan_core.h6667 VkBool32 shaderDemoteToHelperInvocation; member
6761 VkBool32 shaderDemoteToHelperInvocation; member
Dvulkan_hash.hpp8930 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation ); in operator ()()
9716 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8576 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceVulkan13Features()
8604 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceVulkan13Features()
8970 vkStream->write((VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
8982 vkStream->read((VkBool32*)&forUnmarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp5868 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceVulkan13Features()
6142 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()