Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/
Dgoldfish_vk_baseprotodefs.proto143 …// Original field: basetype VkBool32 pipelineStatisticsQuery. stringarray? 0 string? 0 hasLenInfo?…
144 optional uint32 pipelineStatisticsQuery = 25; field
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp548 if (!((a->pipelineStatisticsQuery) == (b->pipelineStatisticsQuery))) { in checkEqual_VkPhysicalDeviceFeatures()
Dgoldfish_vk_marshaling.cpp696 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
763 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp558 memcpy((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp22341 …mpressionBC_ ), occlusionQueryPrecise( occlusionQueryPrecise_ ), pipelineStatisticsQuery( pipeline…
22507 pipelineStatisticsQuery = pipelineStatisticsQuery_; in setPipelineStatisticsQuery()
22711 …ompressionASTC_LDR, textureCompressionBC, occlusionQueryPrecise, pipelineStatisticsQuery, vertexPi… in reflect()
22748 && ( pipelineStatisticsQuery == rhs.pipelineStatisticsQuery ) in operator ==()
22813 VULKAN_HPP_NAMESPACE::Bool32 pipelineStatisticsQuery = {}; member
Dvulkan_core.h2905 VkBool32 pipelineStatisticsQuery; member
Dvulkan_hash.hpp2975 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.pipelineStatisticsQuery ); in operator ()()
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp633 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
700 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp567 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()