Searched refs:pipelineStatisticsQuery (Results 1 – 9 of 9) sorted by relevance
| /device/generic/vulkan-cereal/stream-servers/vulkan/cereal/proto/ |
| D | goldfish_vk_baseprotodefs.proto | 143 …// 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/ |
| D | goldfish_vk_testing.cpp | 548 if (!((a->pipelineStatisticsQuery) == (b->pipelineStatisticsQuery))) { in checkEqual_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_marshaling.cpp | 696 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 763 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_reserved_marshaling.cpp | 558 memcpy((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
|
| /device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/ |
| D | vulkan_structs.hpp | 22341 …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
|
| D | vulkan_core.h | 2905 VkBool32 pipelineStatisticsQuery; member
|
| D | vulkan_hash.hpp | 2975 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceFeatures.pipelineStatisticsQuery ); in operator ()()
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | goldfish_vk_marshaling_guest.cpp | 633 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures() 700 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
|
| D | goldfish_vk_reserved_marshaling_guest.cpp | 567 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()
|