Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/appendices/
DVK_AMD_shader_core_properties.txt65 shader_core_properties.shaderArraysPerEngineCount;
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h7719 uint32_t shaderArraysPerEngineCount; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp8365 …if (!((a->shaderArraysPerEngineCount) == (b->shaderArraysPerEngineCount))) { onFail("a->shaderArra… in checkEqual_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_marshaling.cpp21822 vkStream->write((uint32_t*)&forMarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD()
21861 vkStream->read((uint32_t*)&forUnmarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_reserved_marshaling.cpp16171 memcpy((uint32_t*)&forUnmarshaling->shaderArraysPerEngineCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
/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/include/vulkan/
Dvulkan_core.h9831 uint32_t shaderArraysPerEngineCount; member
Dvulkan.hpp70089 …: shaderEngineCount( shaderEngineCount_ ), shaderArraysPerEngineCount( shaderArraysPerEngineCount_…
70132 && ( shaderArraysPerEngineCount == rhs.shaderArraysPerEngineCount ) in operator ==()
70159 uint32_t shaderArraysPerEngineCount = {}; member
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dfeatures.txt3034 * [[features-limits-shaderArraysPerEngineCount]]
3035 pname:shaderArraysPerEngineCount is an unsigned integer value indicating
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp18122 vkStream->write((uint32_t*)&forMarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceShaderCorePropertiesAMD()
18150 vkStream->read((uint32_t*)&forUnmarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()
Dgoldfish_vk_reserved_marshaling_guest.cpp12200 memcpy(*ptr, (uint32_t*)&forMarshaling->shaderArraysPerEngineCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceShaderCorePropertiesAMD()