Searched refs:shaderArraysPerEngineCount (Results 1 – 9 of 9) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 7960 …// Original field: None uint32_t shaderArraysPerEngineCount. stringarray? 0 string? 0 hasLenInfo? 0 7961 optional uint32 shaderArraysPerEngineCount = 4; field
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 14713 if (!((a->shaderArraysPerEngineCount) == (b->shaderArraysPerEngineCount))) { in checkEqual_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| D | goldfish_vk_marshaling.cpp | 26704 vkStream->write((uint32_t*)&forMarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD() 26741 vkStream->read((uint32_t*)&forUnmarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| D | goldfish_vk_reserved_marshaling.cpp | 20802 memcpy((uint32_t*)&forUnmarshaling->shaderArraysPerEngineCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_core.h | 12444 uint32_t shaderArraysPerEngineCount; member
|
| D | vulkan_structs.hpp | 66993 …: pNext( pNext_ ), shaderEngineCount( shaderEngineCount_ ), shaderArraysPerEngineCount( shaderArra… 67031 …return std::tie( sType, pNext, shaderEngineCount, shaderArraysPerEngineCount, computeUnitsPerShade… in reflect() 67047 && ( shaderArraysPerEngineCount == rhs.shaderArraysPerEngineCount ) in operator ==() 67073 uint32_t shaderArraysPerEngineCount = {}; member
|
| D | vulkan_hash.hpp | 8906 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCorePropertiesAMD.shaderArraysPerEngineCount ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 21099 vkStream->write((uint32_t*)&forMarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD() 21124 vkStream->read((uint32_t*)&forUnmarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 14137 memcpy(*ptr, (uint32_t*)&forMarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|