Home
last modified time | relevance | path

Searched refs:submit (Results 1 – 25 of 110) sorted by relevance

12345

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_queue.c69 queue->submit.mode = device->submit_mode; in vk_queue_init()
70 if (queue->submit.mode == VK_QUEUE_SUBMIT_MODE_THREADED_ON_DEMAND) in vk_queue_init()
71 queue->submit.mode = VK_QUEUE_SUBMIT_MODE_IMMEDIATE; in vk_queue_init()
73 list_inithead(&queue->submit.submits); in vk_queue_init()
75 ret = mtx_init(&queue->submit.mutex, mtx_plain); in vk_queue_init()
81 ret = cnd_init(&queue->submit.push); in vk_queue_init()
87 ret = cnd_init(&queue->submit.pop); in vk_queue_init()
93 if (queue->submit.mode == VK_QUEUE_SUBMIT_MODE_THREADED) { in vk_queue_init()
105 cnd_destroy(&queue->submit.pop); in vk_queue_init()
107 cnd_destroy(&queue->submit.push); in vk_queue_init()
[all …]
Dvk_queue.h72 struct vk_queue_submit *submit);
99 } submit; member
181 return list_is_empty(&queue->submit.submits); in vk_queue_is_empty()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_frame_boundary.adoc55 vkQueueSubmit(); // 1st submit of Frame N
56 vkQueueSubmit(); // 2nd submit of Frame N-1
58 vkQueueSubmit(); // 1st submit of Frame N+1
59 vkQueueSubmit(); // 2nd submit of Frame N
77 submissions that submit the work for this frame. This is what the
112 // of the work for frame N, even if in submit order it comes after the frameEnd
214 vkQueueSubmit( frame:N, frameEnd ) // Last submit for frame N
217 vkQueueSubmit( frame:N+1, frameEnd ) // Last submit for frame N+1
228 vkQueueSubmit( frame:N, frameEnd, imageCount:1, pImages:0x12345 ) // Last submit for frame N
232 vkQueueSubmit( frame:N+1, frameEnd, imageCount:1, pImages:0x54321 ) // Last submit for frame N+1
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
DREADME.rst37 …VK_INSTANCE_LAYERS=VK_LAYER_MESA_overlay VK_LAYER_MESA_OVERLAY_CONFIG=submit,draw,pipeline_graphic…
43 …VK_INSTANCE_LAYERS=VK_LAYER_MESA_overlay VK_LAYER_MESA_OVERLAY_CONFIG=submit,draw,pipeline_graphic…
Doverlay_params.h41 OVERLAY_PARAM_BOOL(submit) \
/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndVkSnapshotBufferTests.cpp149 queue.submit(submitInfo, *transferFence); in TEST_P()
201 queue.submit(readbackSubmitInfo, *readbackFence); in TEST_P()
DGfxstreamEnd2EndVkSnapshotPipelineTests.cpp524 queue.submit(submitInfo, *fence); in TEST_P()
553 queue.submit(submitInfo, *fence); in TEST_P()
682 queue.submit(submitInfo, *fence); in TEST_P()
854 queue.submit(submitInfo, *fence); in TEST_P()
878 queue.submit(submitInfo, *fence); in TEST_P()
902 queue.submit(submitInfo, *fence); in TEST_P()
1081 queue.submit(submitInfo, *fence); in TEST_P()
1247 queue.submit(submitInfo, *fence); in TEST_P()
DGfxstreamEnd2EndTestUtils.cpp163 queue.submit(readbackSubmitInfo, *readbackFence); in readImageData()
DGfxstreamEnd2EndVkTests.cpp239 queue.submit(submitInfo, *transferFence); in TEST_P()
998 queue.submit(submitInfo, *transferFence); in TEST_P()
DGfxstreamEnd2EndVkSnapshotImageTests.cpp510 queue.submit(submitInfo, *transferFence); in TEST_P()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_NV_optical_flow.adoc110 "submit command buffer"
DVK_EXT_fragment_density_map2.adoc88 // last submit of commandBuffer.
DVK_KHR_performance_query.adoc57 *RESOLVED* Yes - users should re-submit a command buffer with the same
98 *RESOLVED* Specify the counter pass index at submit time instead, to avoid
DVK_EXT_image_drm_format_modifier.adoc88 The compositor may also bypass OpenGL and submit the code:wl_buffer directly
386 require applications to submit sideband creation parameters in the unused
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DREADMEVK.adoc31 If in doubt where to submit your Issue, consult the
/hardware/interfaces/audio/common/all-versions/
DcopyHAL.sh198 All File generated successfully. Please submit a patch in all those directories: $MODIFIED
/hardware/interfaces/camera/device/3.7/
Dtypes.hal135 * multiResolutionInputImage flag set to true, the camera client may submit a
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/
Dqueriesperformance.adoc85 To record and submit a command buffer containing a performance query pool
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_utils.adoc300 Typical Vulkan applications will submit many command buffers in each frame,
409 When an event of interest does occur, the debug messenger will submit a
742 submit a debug message with the following properties:
814 There may be times that a user wishes to intentionally submit a debug
DVK_EXT_debug_marker.adoc135 Typical Vulkan applications will submit many command buffers in each frame,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_cuda_kernel_launch/
Ddispatch.adoc23 executed by a queue submit, will produce work which executes according to
/hardware/google/gfxstream/third-party/astc-encoder/
DREADME.md219 or general mobile graphics development or technology please submit them on the
DLICENSE.txt53 or by an individual or Legal Entity authorized to submit on behalf of
/hardware/qcom/display/msm8998/liblight/
DNOTICE65 or by an individual or Legal Entity authorized to submit on behalf of
/hardware/qcom/display/msm8996/liblight/
DNOTICE65 or by an individual or Legal Entity authorized to submit on behalf of

12345