Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp14920 if (!((a->maxTaskOutputCount) == (b->maxTaskOutputCount))) { in checkEqual_VkPhysicalDeviceMeshShaderPropertiesNV()
Dgoldfish_vk_marshaling.cpp27082 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()
Dgoldfish_vk_reserved_marshaling.cpp21107 memcpy((uint32_t*)&forUnmarshaling->maxTaskOutputCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h12556 uint32_t maxTaskOutputCount; member
Dvulkan_structs.hpp60146 …rkGroupSize_ ), maxTaskTotalMemorySize( maxTaskTotalMemorySize_ ), maxTaskOutputCount( maxTaskOutp…
60184 …orkGroupInvocations, maxTaskWorkGroupSize, maxTaskTotalMemorySize, maxTaskOutputCount, maxMeshWork… in reflect()
60203 && ( maxTaskOutputCount == rhs.maxTaskOutputCount ) in operator ==()
60228 uint32_t maxTaskOutputCount = {}; member
Dvulkan_hash.hpp7982 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxTaskOutputCount ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp21378 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp14330 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTaskOutputCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()