Searched refs:maxTaskOutputCount (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 14920 if (!((a->maxTaskOutputCount) == (b->maxTaskOutputCount))) { in checkEqual_VkPhysicalDeviceMeshShaderPropertiesNV()
|
| D | goldfish_vk_marshaling.cpp | 27082 vkStream->write((uint32_t*)&forMarshaling->maxTaskOutputCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesNV() 27118 vkStream->read((uint32_t*)&forUnmarshaling->maxTaskOutputCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
|
| D | goldfish_vk_reserved_marshaling.cpp | 21107 memcpy((uint32_t*)&forUnmarshaling->maxTaskOutputCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_core.h | 12556 uint32_t maxTaskOutputCount; member
|
| D | vulkan_structs.hpp | 60146 …rkGroupSize_ ), maxTaskTotalMemorySize( maxTaskTotalMemorySize_ ), maxTaskOutputCount( maxTaskOutp… 60184 …orkGroupInvocations, maxTaskWorkGroupSize, maxTaskTotalMemorySize, maxTaskOutputCount, maxMeshWork… in reflect() 60203 && ( maxTaskOutputCount == rhs.maxTaskOutputCount ) in operator ==() 60228 uint32_t maxTaskOutputCount = {}; member
|
| D | vulkan_hash.hpp | 7982 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxTaskOutputCount ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 21378 vkStream->write((uint32_t*)&forMarshaling->maxTaskOutputCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesNV() 21402 vkStream->read((uint32_t*)&forUnmarshaling->maxTaskOutputCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 14330 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTaskOutputCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
|