Searched refs:computeUnitsPerShaderArray (Results 1 – 9 of 9) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 7962 …// 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/ |
| D | goldfish_vk_testing.cpp | 14716 if (!((a->computeUnitsPerShaderArray) == (b->computeUnitsPerShaderArray))) { in checkEqual_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| D | goldfish_vk_marshaling.cpp | 26705 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()
|
| D | goldfish_vk_reserved_marshaling.cpp | 20804 memcpy((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_core.h | 12445 uint32_t computeUnitsPerShaderArray; member
|
| D | vulkan_structs.hpp | 66993 … ), shaderArraysPerEngineCount( shaderArraysPerEngineCount_ ), computeUnitsPerShaderArray( compute… 67031 …( sType, pNext, shaderEngineCount, shaderArraysPerEngineCount, computeUnitsPerShaderArray, simdPer… in reflect() 67048 && ( computeUnitsPerShaderArray == rhs.computeUnitsPerShaderArray ) in operator ==() 67074 uint32_t computeUnitsPerShaderArray = {}; member
|
| D | vulkan_hash.hpp | 8907 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCorePropertiesAMD.computeUnitsPerShaderArray ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 21100 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()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 14139 memcpy(*ptr, (uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|