Searched refs:protectedSubmit (Results 1 – 9 of 9) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_synchronization2.c | 386 .flags = ((protected_info && protected_info->protectedSubmit) ? in vk_common_QueueSubmit()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | cmdbuffers.adoc | 2240 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/ |
D | vulkansc_hash.hpp | 6052 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.protectedSubmit ); in operator ()()
|
D | vulkan_hash.hpp | 11674 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.protectedSubmit ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 5630 vkStream->write((VkBool32*)&forMarshaling->protectedSubmit, sizeof(VkBool32)); in marshal_VkProtectedSubmitInfo() 5641 vkStream->read((VkBool32*)&forUnmarshaling->protectedSubmit, sizeof(VkBool32)); in unmarshal_VkProtectedSubmitInfo()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 3885 memcpy(*ptr, (VkBool32*)&forMarshaling->protectedSubmit, sizeof(VkBool32)); in reservedmarshal_VkProtectedSubmitInfo()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 6698 vkStream->write((VkBool32*)&forMarshaling->protectedSubmit, sizeof(VkBool32)); in marshal_VkProtectedSubmitInfo() 6721 vkStream->read((VkBool32*)&forUnmarshaling->protectedSubmit, sizeof(VkBool32)); in unmarshal_VkProtectedSubmitInfo()
|
D | goldfish_vk_reserved_marshaling.cpp | 5068 memcpy((VkBool32*)&forUnmarshaling->protectedSubmit, *ptr, sizeof(VkBool32)); in reservedunmarshal_VkProtectedSubmitInfo()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 5387 VkBool32 protectedSubmit; member
|