Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp21770 if (!((a->maxTaskWorkGroupTotalCount) == (b->maxTaskWorkGroupTotalCount))) { in checkEqual_VkPhysicalDeviceMeshShaderPropertiesEXT()
Dgoldfish_vk_marshaling.cpp40841 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()
Dgoldfish_vk_reserved_marshaling.cpp31988 memcpy((uint32_t*)&forUnmarshaling->maxTaskWorkGroupTotalCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h16843 uint32_t maxTaskWorkGroupTotalCount; member
Dvulkan_structs.hpp60006 …: 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
Dvulkan_hash.hpp7924 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxTaskWorkGroupTotalCount ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp31710 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp21146 memcpy(*ptr, (uint32_t*)&forMarshaling->maxTaskWorkGroupTotalCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()