Searched refs:computeUnitsPerShaderArray (Results 1 – 11 of 11) sorted by relevance
| /device/generic/vulkan-cereal/protocols/vulkan/appendices/ |
| D | VK_AMD_shader_core_properties.txt | 68 shader_core_properties.computeUnitsPerShaderArray;
|
| /device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/ |
| D | vulkan_core.h | 7720 uint32_t computeUnitsPerShaderArray; member
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/ |
| D | goldfish_vk_testing.cpp | 8366 …if (!((a->computeUnitsPerShaderArray) == (b->computeUnitsPerShaderArray))) { onFail("a->computeUni… in checkEqual_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| D | goldfish_vk_marshaling.cpp | 21823 vkStream->write((uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD() 21862 vkStream->read((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| D | goldfish_vk_reserved_marshaling.cpp | 16173 memcpy((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| /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/include/vulkan/ |
| D | vulkan_core.h | 9832 uint32_t computeUnitsPerShaderArray; member
|
| D | vulkan.hpp | 70089 … ), shaderArraysPerEngineCount( shaderArraysPerEngineCount_ ), computeUnitsPerShaderArray( compute… 70133 && ( computeUnitsPerShaderArray == rhs.computeUnitsPerShaderArray ) in operator ==() 70160 uint32_t computeUnitsPerShaderArray = {}; member
|
| /device/generic/vulkan-cereal/protocols/vulkan/chapters/ |
| D | features.txt | 3042 * [[features-limits-computeUnitsPerShaderArray]] 3043 pname:computeUnitsPerShaderArray is an unsigned integer value indicating
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 18123 vkStream->write((uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD() 18151 vkStream->read((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 12202 memcpy(*ptr, (uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
|