Searched refs:shaderIntegerFunctions2 (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 15071 if (!((a->shaderIntegerFunctions2) == (b->shaderIntegerFunctions2))) { in checkEqual_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
|
| D | goldfish_vk_marshaling.cpp | 27381 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() 27405 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
|
| D | goldfish_vk_reserved_marshaling.cpp | 21338 memcpy((VkBool32*)&forUnmarshaling->shaderIntegerFunctions2, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 67971 : pNext( pNext_ ), shaderIntegerFunctions2( shaderIntegerFunctions2_ ) 67999 shaderIntegerFunctions2 = shaderIntegerFunctions2_; in setShaderIntegerFunctions2() 68023 return std::tie( sType, pNext, shaderIntegerFunctions2 ); in reflect() 68038 && ( shaderIntegerFunctions2 == rhs.shaderIntegerFunctions2 ); in operator ==() 68051 VULKAN_HPP_NAMESPACE::Bool32 shaderIntegerFunctions2 = {}; member
|
| D | vulkan_core.h | 12682 VkBool32 shaderIntegerFunctions2; member
|
| D | vulkan_hash.hpp | 9057 …P_HASH_COMBINE( seed, physicalDeviceShaderIntegerFunctions2FeaturesINTEL.shaderIntegerFunctions2 ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 21615 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL() 21627 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 14477 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
|