Home
last modified time | relevance | path

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

12

/external/skia/src/gpu/graphite/vk/
DVulkanCommandBuffer.cpp137 protectedSubmitInfo.protectedSubmit = VK_TRUE; in submit_to_queue()
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp1401 protectedSubmitInfo.protectedSubmit = true; in submitCommands()
1456 protectedSubmitInfo.protectedSubmit = true; in queueSubmitOneOff()
/external/skia/src/gpu/ganesh/vk/
DGrVkCommandBuffer.cpp544 protectedSubmitInfo.protectedSubmit = VK_TRUE; in submit_to_queue()
/external/virglrenderer/src/venus/venus-protocol/
Dvn_protocol_renderer_queue.h123 vn_decode_VkBool32(dec, &val->protectedSubmit); in vn_decode_VkProtectedSubmitInfo_self_temp()
Dvulkan_core.h5242 VkBool32 protectedSubmit; member
/external/vulkan-validation-layers/layers/generated/
Dvk_safe_struct.cpp8525 protectedSubmit(in_struct->protectedSubmit) in safe_VkProtectedSubmitInfo()
8537 protectedSubmit = src.protectedSubmit; in safe_VkProtectedSubmitInfo()
8549 protectedSubmit = src.protectedSubmit; in operator =()
8564 protectedSubmit = in_struct->protectedSubmit; in initialize()
8571 protectedSubmit = src->protectedSubmit; in initialize()
Dvk_safe_struct.h1730 VkBool32 protectedSubmit; member
Dparameter_validation.cpp456 … skip |= validate_bool32("VkProtectedSubmitInfo", "protectedSubmit", structure->protectedSubmit); in ValidatePnextStructContents()
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/
DvkStructTypes.inl1427 VkBool32 protectedSubmit; member
DvkVulkan_c.inl3870 VkBool32 protectedSubmit; member
DvkStrUtilImpl.inl4516 s << "\tprotectedSubmit = " << value.protectedSubmit << '\n';
Dvulkan_json_data.hpp16919 print_VkBool32(obj.protectedSubmit, "protectedSubmit", 0); in print_VkProtectedSubmitInfo()
16942 print_VkBool32(obj->protectedSubmit, "protectedSubmit", 0); in print_VkProtectedSubmitInfo()
/external/deqp/external/vulkancts/scripts/src/
Dvulkan_sc_core.h3865 VkBool32 protectedSubmit; member
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/
DvkStructTypes.inl2861 VkBool32 protectedSubmit; member
/external/mesa3d/include/vulkan/
Dvulkan_core.h4542 VkBool32 protectedSubmit; member
/external/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h4854 VkBool32 protectedSubmit; member
/external/vulkan-headers/include/vulkan/
Dvulkan_structs.hpp85425 , protectedSubmit( protectedSubmit_ )
85453 protectedSubmit = protectedSubmit_; in setProtectedSubmit()
85476 return std::tie( sType, pNext, protectedSubmit ); in reflect()
85488 …urn ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( protectedSubmit == rhs.protectedSubmit ); in operator ==()
85501 VULKAN_HPP_NAMESPACE::Bool32 protectedSubmit = {}; member
Dvulkan_core.h5352 VkBool32 protectedSubmit; member
Dvulkan_hash.hpp11562 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.protectedSubmit ); in operator ()()
/external/swiftshader/include/vulkan/
Dvulkan_structs.hpp79485 : pNext( pNext_ ), protectedSubmit( protectedSubmit_ )
79513 protectedSubmit = protectedSubmit_; in setProtectedSubmit()
79537 return std::tie( sType, pNext, protectedSubmit ); in reflect()
79552 && ( protectedSubmit == rhs.protectedSubmit ); in operator ==()
79565 VULKAN_HPP_NAMESPACE::Bool32 protectedSubmit = {}; member
Dvulkan_core.h5246 VkBool32 protectedSubmit; member
Dvulkan_hash.hpp10563 VULKAN_HPP_HASH_COMBINE( seed, protectedSubmitInfo.protectedSubmit ); in operator ()()
/external/angle/third_party/vulkan-deps/vulkan-headers/src/include/vulkan/
Dvulkan_structs.hpp89939 , protectedSubmit( protectedSubmit_ )
89967 protectedSubmit = protectedSubmit_; in setProtectedSubmit()
89990 return std::tie( sType, pNext, protectedSubmit ); in reflect()
90002 …urn ( sType == rhs.sType ) && ( pNext == rhs.pNext ) && ( protectedSubmit == rhs.protectedSubmit ); in operator ==()
90015 VULKAN_HPP_NAMESPACE::Bool32 protectedSubmit = {}; member
Dvulkan_core.h5356 VkBool32 protectedSubmit; member
/external/gfxstream-protocols/include/vulkan/include/vulkan/
Dvulkan_core.h5303 VkBool32 protectedSubmit; member

12