Home
last modified time | relevance | path

Searched refs:vkResetCommandBuffer (Results 1 – 25 of 46) sorted by relevance

12

/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dcommand_buffer.cc120 if (device_->GetPtrs()->vkResetCommandBuffer(command_, 0) != VK_SUCCESS) in SubmitAndReset()
128 device_->GetPtrs()->vkResetCommandBuffer(command_, 0); in Reset()
Dvk-funcs-1-0.inc61 AMBER_VK_FUNC(vkResetCommandBuffer)
/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc242 if (!(ptrs_.vkResetCommandBuffer = reinterpret_cast<PFN_vkResetCommandBuffer>(getInstanceProcAddr(i…
243 return Result("Vulkan: Unable to load vkResetCommandBuffer pointer");
Dvk-wrappers-1-0.h61 PFN_vkResetCommandBuffer vkResetCommandBuffer; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc242 if (!(ptrs_.vkResetCommandBuffer = reinterpret_cast<PFN_vkResetCommandBuffer>(getInstanceProcAddr(i…
243 return Result("Vulkan: Unable to load vkResetCommandBuffer pointer");
Dvk-wrappers-1-0.h61 PFN_vkResetCommandBuffer vkResetCommandBuffer; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.def100 vkResetCommandBuffer
Dvk_swiftshader.lds100 vkResetCommandBuffer;
DVkGetProcAddress.cpp246 MAKE_VULKAN_DEVICE_ENTRY(vkResetCommandBuffer),
/third_party/vulkan-loader/
Dvulkan.symbols.api230 vkResetCommandBuffer
/third_party/vulkan-loader/loader/
Dvulkan-1.def119 vkResetCommandBuffer
Dgpa_helper.c123 if (!strcmp(funcName, "vkResetCommandBuffer")) return vkResetCommandBuffer; in trampoline_get_proc_addr()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h227 PFN_vkResetCommandBuffer vkResetCommandBuffer; member
643 extern PFN_vkResetCommandBuffer vkResetCommandBuffer;
Dvolk.c437 vkResetCommandBuffer = (PFN_vkResetCommandBuffer)load(context, "vkResetCommandBuffer"); in volkGenLoadDevice()
838 table->vkResetCommandBuffer = (PFN_vkResetCommandBuffer)load(context, "vkResetCommandBuffer"); in volkGenLoadDeviceTable()
1258 PFN_vkResetCommandBuffer vkResetCommandBuffer; variable
/third_party/vk-gl-cts/external/vulkan-docs/src/
DChangeLogSC.adoc127 pool creation flag, but not allow vkResetCommandBuffer (!299)
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl118 …apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkResetCommandBuffer", FUNCTIONORIGIN_DEVI…
256 …apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkResetCommandBuffer", FUNCTIONORIGIN_DEVI…
422 …apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkResetCommandBuffer", FUNCTIONORIGIN_DEVI…
601 …apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkResetCommandBuffer", FUNCTIONORIGIN_DEVI…
DvkInitDeviceFunctionPointers.inl86 …etCommandBuffer = (ResetCommandBufferFunc) GET_PROC_ADDR("vkResetCommandBuffer");
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_performance_query.adoc282 result = vkResetCommandBuffer(commandBuffer, 0);
DVK_KHR_performance_query.txt285 result = vkResetCommandBuffer(commandBuffer, 0);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dcmdbuffers.adoc114 Resetting occurs as a result of flink:vkResetCommandBuffer or
251 flink:vkResetCommandBuffer, or via the implicit reset when calling
253 If this flag is not set on a pool, then fname:vkResetCommandBuffer must:
718 [open,refpage='vkResetCommandBuffer',desc='Reset a command buffer to the initial state',type='proto…
722 include::{generated}/api/protos/vkResetCommandBuffer.adoc[]
737 * [[VUID-vkResetCommandBuffer-commandBuffer-00045]]
740 * [[VUID-vkResetCommandBuffer-commandBuffer-00046]]
744 * [[VUID-vkResetCommandBuffer-commandPoolResetCommandBuffer-05135]]
754 is not supported <<SCID-8>>, flink:vkResetCommandBuffer must: not be
760 include::{generated}/validity/protos/vkResetCommandBuffer.adoc[]
[all …]
Dcmdbuffers.txt114 Resetting occurs as a result of flink:vkResetCommandBuffer or
229 flink:vkResetCommandBuffer, or via the implicit reset when calling
231 If this flag is not set on a pool, then fname:vkResetCommandBuffer must:
488 [open,refpage='vkResetCommandBuffer',desc='Reset a command buffer to the initial state',type='proto…
492 include::{generated}/api/protos/vkResetCommandBuffer.txt[]
507 * [[VUID-vkResetCommandBuffer-commandBuffer-00045]]
510 * [[VUID-vkResetCommandBuffer-commandBuffer-00046]]
515 include::{generated}/validity/protos/vkResetCommandBuffer.txt[]
520 Bits which can: be set in flink:vkResetCommandBuffer::pname:flags to control
819 behaving as if fname:vkResetCommandBuffer had been called with
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h716 return vkResetCommandBuffer(mHandle, 0);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2096 VkResult vkResetCommandBuffer( VkCommandBuffer commandBuffer, in vkResetCommandBuffer() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
2099 return ::vkResetCommandBuffer( commandBuffer, flags ); in vkResetCommandBuffer()
10972 …PFN_vkResetCommandBuffer vkResetCommandBuffer member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11969vkResetCommandBuffer = PFN_vkResetCommandBuffer( vkGetInstanceProcAddr( instance, "vkResetCommandB… in init()
13164vkResetCommandBuffer = PFN_vkResetCommandBuffer( vkGetDeviceProcAddr( device, "vkResetCommandBuf… in init()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp1906 …VkResult vkResetCommandBuffer( VkCommandBuffer commandBuffer, VkCommandBufferResetFlags flags ) co… in vkResetCommandBuffer() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1908 return ::vkResetCommandBuffer( commandBuffer, flags ); in vkResetCommandBuffer()
12963 …PFN_vkResetCommandBuffer vkResetCommandBuffer member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
14061vkResetCommandBuffer = PFN_vkResetCommandBuffer( vkGetInstanceProcAddr( instance, "vkReset… in init()
15296vkResetCommandBuffer = PFN_vkResetCommandBuffer( vkGetDeviceProcAddr( device, "vkRes… in init()
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp1865 vkResetCommandBuffer(cb, cmd_buffer_reset_flags); in reset_command_buffer2_array()

12