Home
last modified time | relevance | path

Searched refs:EndCommandBuffer (Results 1 – 17 of 17) sorted by relevance

/external/vulkan-validation-layers/tests/
Dlayer_validation_tests.cpp283 VkResult EndCommandBuffer(VkCommandBufferObj &commandBuffer);
293 VkResult EndCommandBuffer() { return EndCommandBuffer(*m_commandBuffer); } in EndCommandBuffer() function in VkLayerTest
396 VkResult VkLayerTest::EndCommandBuffer(VkCommandBufferObj &commandBuffer) { in EndCommandBuffer() function in VkLayerTest
403 result = commandBuffer.EndCommandBuffer(); in EndCommandBuffer()
518 EndCommandBuffer(); in VKTriangleTest()
1079 EndCommandBuffer(); in TEST_F()
1108 EndCommandBuffer(); in TEST_F()
1202 EndCommandBuffer();
1244 EndCommandBuffer();
1869 EndCommandBuffer(); in TEST_F()
[all …]
Dvkrenderframework.cpp673 err = cmd_buf.EndCommandBuffer(); in SetLayout()
797 err = cmd_buf.EndCommandBuffer(); in CopyImage()
1005 err = m_commandBuffer->EndCommandBuffer(); in BufferMemoryBarrier()
1317 VkResult VkCommandBufferObj::EndCommandBuffer() { in EndCommandBuffer() function in VkCommandBufferObj
Dvkrenderframework.h153 VkResult EndCommandBuffer();
/external/skia/tools/gpu/vk/
DVkTestContext.cpp51 GR_VK_CALL_ERRCHECK(fVk, EndCommandBuffer(fCommandBuffer)); in VkFenceSync()
/external/vulkan-validation-layers/include/vulkan/
Dvk_layer.h114 PFN_vkEndCommandBuffer EndCommandBuffer; member
/external/skia/src/gpu/vk/
DGrVkCommandBuffer.cpp341 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), EndCommandBuffer(fCmdBuffer)); in end()
713 GR_VK_CALL_ERRCHECK(gpu->vkInterface(), EndCommandBuffer(fCmdBuffer)); in end()
DGrVkInterface.cpp115 GET_DEV_PROC(EndCommandBuffer); in GrVkCreateInterface()
DGrVkGpu.cpp1181 err = VK_CALL(EndCommandBuffer(cmdBuffer)); in createTestingOnlyBackendTexture()
/external/skia/tools/viewer/sk_app/
DVulkanWindowContext.cpp509 EndCommandBuffer(backbuffer->fTransitionCmdBuffers[0])); in getBackbufferSurface()
579 EndCommandBuffer(backbuffer->fTransitionCmdBuffers[1])); in swapBuffers()
/external/vulkan-validation-layers/loader/
Dtable_ops.h177 table->EndCommandBuffer = in loader_init_device_dispatch_table()
451 return (void *)table->EndCommandBuffer; in loader_lookup_device_dispatch_table()
Dtrampoline.c1762 return disp->EndCommandBuffer(commandBuffer);
/external/vulkan-validation-layers/demos/smoke/
DSmoke.cpp729 vk::EndCommandBuffer(cmd); in draw_objects()
809 vk::EndCommandBuffer(data.primary_cmd); in on_frame()
/external/vulkan-validation-layers/layers/
Dvk_validation_layer_details.md48 | Cmd Buffer End | Verifies that EndCommandBuffer was called for this commandBuffer at QueueSubmit …
102 …are 8 cases for this check with 1 each in cleanInFlightCmdBuffer(), EndCommandBuffer(), CmdEndQuer…
Dobject_tracker.cpp1780 VKAPI_ATTR VkResult VKAPI_CALL EndCommandBuffer(VkCommandBuffer commandBuffer) { in EndCommandBuffer() function
1790 …VkResult result = get_dispatch_table(ot_device_table_map, commandBuffer)->EndCommandBuffer(command… in EndCommandBuffer()
3916 return (PFN_vkVoidFunction)EndCommandBuffer; in InterceptCoreDeviceCommand()
Dparameter_validation.cpp3930 VKAPI_ATTR VkResult VKAPI_CALL EndCommandBuffer(VkCommandBuffer commandBuffer) { in EndCommandBuffer() function
3934 …VkResult result = get_dispatch_table(pc_device_table_map, commandBuffer)->EndCommandBuffer(command… in EndCommandBuffer()
5366 {"vkEndCommandBuffer", reinterpret_cast<PFN_vkVoidFunction>(EndCommandBuffer)}, in intercept_core_device_command()
Dcore_validation.cpp7227 VKAPI_ATTR VkResult VKAPI_CALL EndCommandBuffer(VkCommandBuffer commandBuffer) { in EndCommandBuffer() function
7249 result = dev_data->dispatch_table.EndCommandBuffer(commandBuffer); in EndCommandBuffer()
11985 {"vkEndCommandBuffer", reinterpret_cast<PFN_vkVoidFunction>(EndCommandBuffer)}, in intercept_core_device_command()
/external/vulkan-validation-layers/tests/layers/
Dwrap_objects.cpp692 VkResult result = device_dispatch_table(commandBuffer)->EndCommandBuffer(commandBuffer); in vkEndCommandBuffer()