Searched refs:maxTaskWorkGroupTotalCount (Results 1 – 8 of 8) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 21770 if (!((a->maxTaskWorkGroupTotalCount) == (b->maxTaskWorkGroupTotalCount))) { in checkEqual_VkPhysicalDeviceMeshShaderPropertiesEXT()
|
| D | goldfish_vk_marshaling.cpp | 40841 vkStream->write((uint32_t*)&forMarshaling->maxTaskWorkGroupTotalCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesEXT() 40896 vkStream->read((uint32_t*)&forUnmarshaling->maxTaskWorkGroupTotalCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
|
| D | goldfish_vk_reserved_marshaling.cpp | 31988 memcpy((uint32_t*)&forUnmarshaling->maxTaskWorkGroupTotalCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_core.h | 16843 uint32_t maxTaskWorkGroupTotalCount; member
|
| D | vulkan_structs.hpp | 60006 …: pNext( pNext_ ), maxTaskWorkGroupTotalCount( maxTaskWorkGroupTotalCount_ ), maxTaskWorkGroupCoun… 60044 …return std::tie( sType, pNext, maxTaskWorkGroupTotalCount, maxTaskWorkGroupCount, maxTaskWorkGroup… in reflect() 60059 && ( maxTaskWorkGroupTotalCount == rhs.maxTaskWorkGroupTotalCount ) in operator ==() 60099 uint32_t maxTaskWorkGroupTotalCount = {}; member
|
| D | vulkan_hash.hpp | 7924 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupTotalCount ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 31710 vkStream->write((uint32_t*)&forMarshaling->maxTaskWorkGroupTotalCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesEXT() 31753 vkStream->read((uint32_t*)&forUnmarshaling->maxTaskWorkGroupTotalCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 21146 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTaskWorkGroupTotalCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
|