Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_synchronization2.c386 .flags = ((protected_info && protected_info->protectedSubmit) ? in vk_common_QueueSubmit()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcmdbuffers.adoc2240 its pname:pNext chain with pname:protectedSubmit equal to ename:VK_TRUE
2350 sname:VkProtectedSubmitInfo structure with pname:protectedSubmit set to
2355 sname:VkProtectedSubmitInfo structure with pname:protectedSubmit set to
2584 * pname:protectedSubmit specifies whether the batch is protected.
2585 If pname:protectedSubmit is ename:VK_TRUE, the batch is protected.
2586 If pname:protectedSubmit is ename:VK_FALSE, the batch is unprotected.
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6052 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.protectedSubmit ); in operator ()()
Dvulkan_hash.hpp11674 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.protectedSubmit ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp5630 vkStream->write((VkBool32*)&forMarshaling->protectedSubmit, sizeof(VkBool32)); in marshal_VkProtectedSubmitInfo()
5641 vkStream->read((VkBool32*)&forUnmarshaling->protectedSubmit, sizeof(VkBool32)); in unmarshal_VkProtectedSubmitInfo()
Dgoldfish_vk_reserved_marshaling_guest.cpp3885 memcpy(*ptr, (VkBool32*)&forMarshaling->protectedSubmit, sizeof(VkBool32)); in reservedmarshal_VkProtectedSubmitInfo()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp6698 vkStream->write((VkBool32*)&forMarshaling->protectedSubmit, sizeof(VkBool32)); in marshal_VkProtectedSubmitInfo()
6721 vkStream->read((VkBool32*)&forUnmarshaling->protectedSubmit, sizeof(VkBool32)); in unmarshal_VkProtectedSubmitInfo()
Dgoldfish_vk_reserved_marshaling.cpp5068 memcpy((VkBool32*)&forUnmarshaling->protectedSubmit, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkProtectedSubmitInfo()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5387 VkBool32 protectedSubmit; member