Searched refs:shaderDemoteToHelperInvocation (Results  1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_testing.cpp | 6297     if (!((a->shaderDemoteToHelperInvocation) == (b->shaderDemoteToHelperInvocation))) {  in checkEqual_VkPhysicalDeviceVulkan13Features()6636     if (!((a->shaderDemoteToHelperInvocation) == (b->shaderDemoteToHelperInvocation))) {  in checkEqual_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
 
 | 
| D | goldfish_vk_marshaling.cpp | 10540     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()
 
 | 
| D | goldfish_vk_reserved_marshaling.cpp | 8140     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/ | 
| D | vulkan_structs.hpp | 67105     : 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
 
 | 
| D | vulkan_core.h | 6667     VkBool32           shaderDemoteToHelperInvocation;  member6761     VkBool32           shaderDemoteToHelperInvocation;  member
 
 | 
| D | vulkan_hash.hpp | 8930 …MBINE( seed, physicalDeviceShaderDemoteToHelperInvocationFeatures.shaderDemoteToHelperInvocation );  in operator ()()9716     VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderDemoteToHelperInvocation );  in operator ()()
 
 | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | goldfish_vk_marshaling_guest.cpp | 8576     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()
 
 | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 5868     memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32));  in reservedmarshal_VkPhysicalDeviceVulkan13Features()6142     memcpy(*ptr, (VkBool32*)&forMarshaling->shaderDemoteToHelperInvocation, sizeof(VkBool32));  in reservedmarshal_VkPhysicalDeviceShaderDemoteToHelperInvocationFeatures()
 
 |