Searched refs:occlusionQueryEnable (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 877 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
|
D | queries.adoc | 531 must: set the pname:occlusionQueryEnable, pname:queryFlags, and/or
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 588 …occlusionQueryEnable = printer.write_int("occlusionQueryEnable", 4, indent, signed=False, big_endi…
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 985 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceInfo.occlusionQueryEnable ); in operator ()()
|
D | vulkan_hash.hpp | 1971 VULKAN_HPP_HASH_COMBINE( seed, commandBufferInheritanceInfo.occlusionQueryEnable ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 4096 vkStream->write((VkBool32*)&forMarshaling->occlusionQueryEnable, sizeof(VkBool32)); in marshal_VkCommandBufferInheritanceInfo() 4119 vkStream->read((VkBool32*)&forUnmarshaling->occlusionQueryEnable, sizeof(VkBool32)); in unmarshal_VkCommandBufferInheritanceInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 2904 memcpy(*ptr, (VkBool32*)&forMarshaling->occlusionQueryEnable, sizeof(VkBool32)); in reservedmarshal_VkCommandBufferInheritanceInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 4637 vkStream->write((VkBool32*)&forMarshaling->occlusionQueryEnable, sizeof(VkBool32)); in marshal_VkCommandBufferInheritanceInfo() 4672 vkStream->read((VkBool32*)&forUnmarshaling->occlusionQueryEnable, sizeof(VkBool32)); in unmarshal_VkCommandBufferInheritanceInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 3470 memcpy((VkBool32*)&forUnmarshaling->occlusionQueryEnable, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkCommandBufferInheritanceInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3853 VkBool32 occlusionQueryEnable; member
|