Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_AMD_shader_core_properties.txt68 shader_core_properties.computeUnitsPerShaderArray;
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h7720 uint32_t computeUnitsPerShaderArray; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp8366 …if (!((a->computeUnitsPerShaderArray) == (b->computeUnitsPerShaderArray))) { onFail("a->computeUni… in checkEqual_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_marshaling.cpp21823 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()
Dgoldfish_vk_reserved_marshaling.cpp16173 memcpy((uint32_t*)&forUnmarshaling->computeUnitsPerShaderArray, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
/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/include/vulkan/
Dvulkan_core.h9832 uint32_t computeUnitsPerShaderArray; member
Dvulkan.hpp70089 … ), shaderArraysPerEngineCount( shaderArraysPerEngineCount_ ), computeUnitsPerShaderArray( compute…
70133 && ( computeUnitsPerShaderArray == rhs.computeUnitsPerShaderArray ) in operator ==()
70160 uint32_t computeUnitsPerShaderArray = {}; member
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dfeatures.txt3042 * [[features-limits-computeUnitsPerShaderArray]]
3043 pname:computeUnitsPerShaderArray is an unsigned integer value indicating
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp18123 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp12202 memcpy(*ptr, (uint32_t*)&forMarshaling->computeUnitsPerShaderArray, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()