Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/protocols/vulkan/api/structs/
DVkPhysicalDeviceFeatures.txt30 VkBool32 pipelineStatisticsQuery;
/device/generic/vulkan-cereal/protocols/vulkan/chapters/
Dqueries.txt81 If the <<features-features-pipelineStatisticsQuery,pipeline statistics
778 pname:pipelineStatisticsQuery member of the sname:VkPhysicalDeviceFeatures
Dcmdbuffers.txt754 If the <<features-features-pipelineStatisticsQuery,pipeline statistics
Dfeatures.txt510 * [[features-features-pipelineStatisticsQuery]]
511 pname:pipelineStatisticsQuery specifies whether the pipeline statistics
/device/generic/vulkan-cereal/protocols/vulkan/include/vulkan/
Dvulkan_core.h1730 VkBool32 pipelineStatisticsQuery; member
/device/generic/vulkan-cereal/stream-servers/vulkan/cereal/common/
Dgoldfish_vk_testing.cpp374 …if (!((a->pipelineStatisticsQuery) == (b->pipelineStatisticsQuery))) { onFail("a->pipelineStatisti… in checkEqual_VkPhysicalDeviceFeatures()
Dgoldfish_vk_marshaling.cpp810 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
873 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling.cpp611 memcpy((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkPhysicalDeviceFeatures()
/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/include/vulkan/
Dvulkan_core.h2207 VkBool32 pipelineStatisticsQuery; member
Dvulkan.hpp30665 …mpressionBC_ ), occlusionQueryPrecise( occlusionQueryPrecise_ ), pipelineStatisticsQuery( pipeline…
30834 pipelineStatisticsQuery = pipelineStatisticsQuery_; in setPipelineStatisticsQuery()
31059 && ( pipelineStatisticsQuery == rhs.pipelineStatisticsQuery ) in operator ==()
31125 VULKAN_HPP_NAMESPACE::Bool32 pipelineStatisticsQuery = {}; member
/device/generic/goldfish-opengl/system/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp750 vkStream->write((VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in marshal_VkPhysicalDeviceFeatures()
813 vkStream->read((VkBool32*)&forUnmarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in unmarshal_VkPhysicalDeviceFeatures()
Dgoldfish_vk_reserved_marshaling_guest.cpp635 memcpy(*ptr, (VkBool32*)&forMarshaling->pipelineStatisticsQuery, sizeof(VkBool32)); in reservedmarshal_VkPhysicalDeviceFeatures()