Home
last modified time | relevance | path

Searched refs:occlusionQueryEnable (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc877 pname:occlusionQueryEnable member of the pname:pInheritanceInfo member
1095 * pname:occlusionQueryEnable specifies whether the command buffer can: be
1128 * [[VUID-VkCommandBufferInheritanceInfo-occlusionQueryEnable-00056]]
1130 not enabled, pname:occlusionQueryEnable must: be ename:VK_FALSE
2864 sname:VkCommandBufferInheritanceInfo::pname:occlusionQueryEnable set to
Dqueries.adoc531 must: set the pname:occlusionQueryEnable, pname:queryFlags, and/or
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py588occlusionQueryEnable = printer.write_int("occlusionQueryEnable", 4, indent, signed=False, big_endi…
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp985 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceInfo.occlusionQueryEnable ); in operator ()()
Dvulkan_hash.hpp1971 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceInfo.occlusionQueryEnable ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp4096 vkStream->write((VkBool32*)&forMarshaling->occlusionQueryEnable, sizeof(VkBool32)); in marshal_VkCommandBufferInheritanceInfo()
4119 vkStream->read((VkBool32*)&forUnmarshaling->occlusionQueryEnable, sizeof(VkBool32)); in unmarshal_VkCommandBufferInheritanceInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp2904 memcpy(*ptr, (VkBool32*)&forMarshaling->occlusionQueryEnable, sizeof(VkBool32)); in reservedmarshal_VkCommandBufferInheritanceInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp4637 vkStream->write((VkBool32*)&forMarshaling->occlusionQueryEnable, sizeof(VkBool32)); in marshal_VkCommandBufferInheritanceInfo()
4672 vkStream->read((VkBool32*)&forUnmarshaling->occlusionQueryEnable, sizeof(VkBool32)); in unmarshal_VkCommandBufferInheritanceInfo()
Dgoldfish_vk_reserved_marshaling.cpp3470 memcpy((VkBool32*)&forUnmarshaling->occlusionQueryEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkCommandBufferInheritanceInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3853 VkBool32 occlusionQueryEnable; member