Home
last modified time | relevance | path

Searched refs:VkProtectedSubmitInfo (Results 1 - 21 of 21) sorted by relevance

/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_queue.h107 /* struct VkProtectedSubmitInfo chain */
117 vn_sizeof_VkProtectedSubmitInfo_self(const VkProtectedSubmitInfo *val) in vn_sizeof_VkProtectedSubmitInfo_self()
126 vn_sizeof_VkProtectedSubmitInfo(const VkProtectedSubmitInfo *val) in vn_sizeof_VkProtectedSubmitInfo()
145 vn_encode_VkProtectedSubmitInfo_self(struct vn_cs_encoder *enc, const VkProtectedSubmitInfo *val) in vn_encode_VkProtectedSubmitInfo_self()
152 vn_encode_VkProtectedSubmitInfo(struct vn_cs_encoder *enc, const VkProtectedSubmitInfo *val) in vn_encode_VkProtectedSubmitInfo()
259 size += vn_sizeof_VkProtectedSubmitInfo_self((const VkProtectedSubmitInfo *)pnext); in vn_sizeof_VkSubmitInfo_pnext()
345 vn_encode_VkProtectedSubmitInfo_self(enc, (const VkProtectedSubmitInfo *)pnext); in vn_encode_VkSubmitInfo_pnext()
/third_party/mesa3d/src/vulkan/runtime/
H A Dvk_synchronization2.c378 const VkProtectedSubmitInfo *protected_info = in vk_common_QueueSubmit()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DCommandProcessor.cpp1045 VkProtectedSubmitInfo protectedSubmitInfo = {}; in submitFrame()
1203 VkProtectedSubmitInfo protectedSubmitInfo = {}; in queueSubmitOneOff()
/third_party/skia/src/gpu/vk/
H A DGrVkCommandBuffer.cpp577 VkProtectedSubmitInfo protectedSubmitInfo;
579 memset(&protectedSubmitInfo, 0, sizeof(VkProtectedSubmitInfo));
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp527 const vk::VkProtectedSubmitInfo protectedInfo = in queueSubmit()
H A DvktProtectedMemWsiSwapchainTests.cpp1427 const vk::VkProtectedSubmitInfo protectedInfo = in basicRenderTest()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
H A DvktProtectedMemUtils.cpp527 const vk::VkProtectedSubmitInfo protectedInfo = in queueSubmit()
H A DvktProtectedMemWsiSwapchainTests.cpp1248 const vk::VkProtectedSubmitInfo protectedInfo = in basicRenderTest()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktGlobalPriorityQueueTests.cpp330 VkProtectedSubmitInfo protectedSubmitInfo in submitCommands()
/third_party/glfw/deps/glad/
H A Dvulkan.h3905 typedef struct VkProtectedSubmitInfo { struct
3909 } VkProtectedSubmitInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h3886 typedef struct VkProtectedSubmitInfo { struct
3890 } VkProtectedSubmitInfo; typedef
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_parser.hpp828 static void parse_VkProtectedSubmitInfo(const char* s, Json::Value& obj, VkProtectedSubmitInfo& o);
1361 p = s_globalMem.allocate(sizeof(VkProtectedSubmitInfo)); in parsePNextChain()
1362 parse_VkProtectedSubmitInfo("", pNextObj, *((VkProtectedSubmitInfo*)p)); in parsePNextChain()
8164 static void parse_VkProtectedSubmitInfo(const char* s, Json::Value& obj, VkProtectedSubmitInfo& o) { in parse_VkProtectedSubmitInfo()
8168 o.pNext = (VkProtectedSubmitInfo*)parsePNextChain(obj); in parse_VkProtectedSubmitInfo()
H A Dvulkan_json_data.hpp16754 static void print_VkProtectedSubmitInfo(VkProtectedSubmitInfo obj, const std::string& s, bool commaNeeded=true) { in print_VkProtectedSubmitInfo()
16777 static void print_VkProtectedSubmitInfo(const VkProtectedSubmitInfo * obj, const std::string& s, bool commaNeeded=true) { in print_VkProtectedSubmitInfo()
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h4851 typedef struct VkProtectedSubmitInfo { struct
4855 } VkProtectedSubmitInfo; typedef
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_structs.hpp[all...]
H A Dvulkan_core.h4945 typedef struct VkProtectedSubmitInfo { struct
4949 } VkProtectedSubmitInfo; typedef
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5209 typedef struct VkProtectedSubmitInfo { struct
5213 } VkProtectedSubmitInfo; typedef
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h4994 typedef struct VkProtectedSubmitInfo { struct
4998 } VkProtectedSubmitInfo; typedef
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h5362 typedef struct VkProtectedSubmitInfo { struct
5366 } VkProtectedSubmitInfo; typedef
H A Dvulkan_static_assertions.hpp939 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ProtectedSubmitInfo ) == sizeof( VkProtectedSubmitInfo ), "struct and wrapper have different size!" );
H A Dvulkan_structs.hpp[all...]

Completed in 449 milliseconds