Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto7960 …// 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/
Dgoldfish_vk_testing.cpp14713 if (!((a->shaderArraysPerEngineCount) == (b->shaderArraysPerEngineCount))) { in checkEqual_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_marshaling.cpp26704 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()
Dgoldfish_vk_reserved_marshaling.cpp20802 memcpy((uint32_t*)&forUnmarshaling->shaderArraysPerEngineCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h12444 uint32_t shaderArraysPerEngineCount; member
Dvulkan_structs.hpp66993 …: 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
Dvulkan_hash.hpp8906 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceShaderCorePropertiesAMD.shaderArraysPerEngineCount ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp21099 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp14137 memcpy(*ptr, (uint32_t*)&forMarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()