Searched refs:shaderTerminateInvocation (Results  1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ | 
| D | goldfish_vk_testing.cpp | 6300     if (!((a->shaderTerminateInvocation) == (b->shaderTerminateInvocation))) {  in checkEqual_VkPhysicalDeviceVulkan13Features()6596     if (!((a->shaderTerminateInvocation) == (b->shaderTerminateInvocation))) {  in checkEqual_VkPhysicalDeviceShaderTerminateInvocationFeatures()
 
 | 
| D | goldfish_vk_marshaling.cpp | 10541     vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in marshal_VkPhysicalDeviceVulkan13Features()10580     vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in unmarshal_VkPhysicalDeviceVulkan13Features()
 10920     vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in marshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
 10944     vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in unmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
 
 | 
| D | goldfish_vk_reserved_marshaling.cpp | 8142     memcpy((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, *ptr, sizeof(VkBool32));  in reservedunmarshal_VkPhysicalDeviceVulkan13Features()8412     memcpy((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, *ptr, sizeof(VkBool32));  in reservedunmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
 
 | 
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ | 
| D | vulkan_structs.hpp | 68646     : pNext( pNext_ ), shaderTerminateInvocation( shaderTerminateInvocation_ )68674       shaderTerminateInvocation = shaderTerminateInvocation_;  in setShaderTerminateInvocation()
 68698       return std::tie( sType, pNext, shaderTerminateInvocation );  in reflect()
 68713           && ( shaderTerminateInvocation == rhs.shaderTerminateInvocation );  in operator ==()
 68726     VULKAN_HPP_NAMESPACE::Bool32 shaderTerminateInvocation = {};  member
 72412 …derDemoteToHelperInvocation( shaderDemoteToHelperInvocation_ ), shaderTerminateInvocation( shaderT…
 72476       shaderTerminateInvocation = shaderTerminateInvocation_;  in setShaderTerminateInvocation()
 72548 …ationCacheControl, privateData, shaderDemoteToHelperInvocation, shaderTerminateInvocation, subgrou…  in reflect()
 72569           && ( shaderTerminateInvocation == rhs.shaderTerminateInvocation )  in operator ==()
 72596     VULKAN_HPP_NAMESPACE::Bool32 shaderTerminateInvocation = {};  member
 
 | 
| D | vulkan_core.h | 6668     VkBool32           shaderTerminateInvocation;  member6745     VkBool32           shaderTerminateInvocation;  member
 
 | 
| D | vulkan_hash.hpp | 9145 …PP_HASH_COMBINE( seed, physicalDeviceShaderTerminateInvocationFeatures.shaderTerminateInvocation );  in operator ()()9717     VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Features.shaderTerminateInvocation );  in operator ()()
 
 | 
| /device/generic/goldfish-opengl/system/vulkan_enc/ | 
| D | goldfish_vk_marshaling_guest.cpp | 8577     vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in marshal_VkPhysicalDeviceVulkan13Features()8605     vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in unmarshal_VkPhysicalDeviceVulkan13Features()
 8916     vkStream->write((VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in marshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
 8928     vkStream->read((VkBool32*)&forUnmarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in unmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
 
 | 
| D | goldfish_vk_reserved_marshaling_guest.cpp | 5870     memcpy(*ptr, (VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in reservedmarshal_VkPhysicalDeviceVulkan13Features()6104     memcpy(*ptr, (VkBool32*)&forMarshaling->shaderTerminateInvocation, sizeof(VkBool32));  in reservedmarshal_VkPhysicalDeviceShaderTerminateInvocationFeatures()
 
 |