Home
last modified time | relevance | path

Searched refs:maxMeshMultiviewViewCount (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp14938 if (!((a->maxMeshMultiviewViewCount) == (b->maxMeshMultiviewViewCount))) { in checkEqual_VkPhysicalDeviceMeshShaderPropertiesNV()
21829 if (!((a->maxMeshMultiviewViewCount) == (b->maxMeshMultiviewViewCount))) { in checkEqual_VkPhysicalDeviceMeshShaderPropertiesEXT()
Dgoldfish_vk_marshaling.cpp27088 vkStream->write((uint32_t*)&forMarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesNV()
27124 vkStream->read((uint32_t*)&forUnmarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
40860 vkStream->write((uint32_t*)&forMarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
40918 vkStream->read((uint32_t*)&forUnmarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
Dgoldfish_vk_reserved_marshaling.cpp21119 memcpy((uint32_t*)&forUnmarshaling->maxMeshMultiviewViewCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
32026 memcpy((uint32_t*)&forUnmarshaling->maxMeshMultiviewViewCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h12562 uint32_t maxMeshMultiviewViewCount; member
16862 uint32_t maxMeshMultiviewViewCount; member
Dvulkan_structs.hpp60006 …tputPrimitives_ ), maxMeshOutputLayers( maxMeshOutputLayers_ ), maxMeshMultiviewViewCount( maxMesh…
60044 …shOutputVertices, maxMeshOutputPrimitives, maxMeshOutputLayers, maxMeshMultiviewViewCount, meshOut… in reflect()
60078 && ( maxMeshMultiviewViewCount == rhs.maxMeshMultiviewViewCount ) in operator ==()
60118 uint32_t maxMeshMultiviewViewCount = {}; member
60146 …rtices_ ), maxMeshOutputPrimitives( maxMeshOutputPrimitives_ ), maxMeshMultiviewViewCount( maxMesh…
60184 …otalMemorySize, maxMeshOutputVertices, maxMeshOutputPrimitives, maxMeshMultiviewViewCount, meshOut… in reflect()
60209 && ( maxMeshMultiviewViewCount == rhs.maxMeshMultiviewViewCount ) in operator ==()
60234 uint32_t maxMeshMultiviewViewCount = {}; member
Dvulkan_hash.hpp7955 … VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesEXT.maxMeshMultiviewViewCount ); in operator ()()
7991 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMeshShaderPropertiesNV.maxMeshMultiviewViewCount ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp21384 vkStream->write((uint32_t*)&forMarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesNV()
21408 vkStream->read((uint32_t*)&forUnmarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
31729 vkStream->write((uint32_t*)&forMarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
31775 vkStream->read((uint32_t*)&forUnmarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp14342 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMeshShaderPropertiesNV()
21184 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMeshMultiviewViewCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMeshShaderPropertiesEXT()