Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp15071 if (!((a->shaderIntegerFunctions2) == (b->shaderIntegerFunctions2))) { in checkEqual_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
Dgoldfish_vk_marshaling.cpp27381 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
27405 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
Dgoldfish_vk_reserved_marshaling.cpp21338 memcpy((VkBool32*)&forUnmarshaling->shaderIntegerFunctions2, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp67971 : 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
Dvulkan_core.h12682 VkBool32 shaderIntegerFunctions2; member
Dvulkan_hash.hpp9057 …P_HASH_COMBINE( seed, physicalDeviceShaderIntegerFunctions2FeaturesINTEL.shaderIntegerFunctions2 ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp21615 vkStream->write((VkBool32*)&forMarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in marshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
21627 vkStream->read((VkBool32*)&forUnmarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()
Dgoldfish_vk_reserved_marshaling_guest.cpp14477 memcpy(*ptr, (VkBool32*)&forMarshaling->shaderIntegerFunctions2, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceShaderIntegerFunctions2FeaturesINTEL()