Home
last modified time | relevance | path

Searched refs:computeUnitsPerShaderArray (Results 1 – 9 of 9) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto7962 …// Original field: None uint32_t computeUnitsPerShaderArray. stringarray? 0 string? 0 hasLenInfo? 0
7963 optional uint32 computeUnitsPerShaderArray = 5; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp14716 if (!((a->computeUnitsPerShaderArray) == (b->computeUnitsPerShaderArray))) { in checkEqual_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_marshaling.cpp26705 vkStream->write((uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD()
26742 vkStream->read((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_reserved_marshaling.cpp20804 memcpy((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h12445 uint32_t computeUnitsPerShaderArray; member
Dvulkan_structs.hpp66993 … ), shaderArraysPerEngineCount( shaderArraysPerEngineCount_ ), computeUnitsPerShaderArray( compute…
67031 …( sType, pNext, shaderEngineCount, shaderArraysPerEngineCount, computeUnitsPerShaderArray, simdPer… in reflect()
67048 && ( computeUnitsPerShaderArray == rhs.computeUnitsPerShaderArray ) in operator ==()
67074 uint32_t computeUnitsPerShaderArray = {}; member
Dvulkan_hash.hpp8907 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCorePropertiesAMD.computeUnitsPerShaderArray ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp21100 vkStream->write((uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD()
21125 vkStream->read((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_reserved_marshaling_guest.cpp14139 memcpy(*ptr, (uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()