/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_queue.c | 69 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 …]
|
D | vk_queue.h | 72 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/ |
D | VK_EXT_frame_boundary.adoc | 55 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/ |
D | README.rst | 37 …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…
|
D | overlay_params.h | 41 OVERLAY_PARAM_BOOL(submit) \
|
/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndVkSnapshotBufferTests.cpp | 149 queue.submit(submitInfo, *transferFence); in TEST_P() 201 queue.submit(readbackSubmitInfo, *readbackFence); in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotPipelineTests.cpp | 524 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()
|
D | GfxstreamEnd2EndTestUtils.cpp | 163 queue.submit(readbackSubmitInfo, *readbackFence); in readImageData()
|
D | GfxstreamEnd2EndVkTests.cpp | 239 queue.submit(submitInfo, *transferFence); in TEST_P() 998 queue.submit(submitInfo, *transferFence); in TEST_P()
|
D | GfxstreamEnd2EndVkSnapshotImageTests.cpp | 510 queue.submit(submitInfo, *transferFence); in TEST_P()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NV_optical_flow.adoc | 110 "submit command buffer"
|
D | VK_EXT_fragment_density_map2.adoc | 88 // last submit of commandBuffer.
|
D | VK_KHR_performance_query.adoc | 57 *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
|
D | VK_EXT_image_drm_format_modifier.adoc | 88 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/ |
D | READMEVK.adoc | 31 If in doubt where to submit your Issue, consult the
|
/hardware/interfaces/audio/common/all-versions/ |
D | copyHAL.sh | 198 All File generated successfully. Please submit a patch in all those directories: $MODIFIED
|
/hardware/interfaces/camera/device/3.7/ |
D | types.hal | 135 * multiResolutionInputImage flag set to true, the camera client may submit a
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_performance_query/ |
D | queriesperformance.adoc | 85 To record and submit a command buffer containing a performance query pool
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_utils.adoc | 300 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
|
D | VK_EXT_debug_marker.adoc | 135 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/ |
D | dispatch.adoc | 23 executed by a queue submit, will produce work which executes according to
|
/hardware/google/gfxstream/third-party/astc-encoder/ |
D | README.md | 219 or general mobile graphics development or technology please submit them on the
|
D | LICENSE.txt | 53 or by an individual or Legal Entity authorized to submit on behalf of
|
/hardware/qcom/display/msm8998/liblight/ |
D | NOTICE | 65 or by an individual or Legal Entity authorized to submit on behalf of
|
/hardware/qcom/display/msm8996/liblight/ |
D | NOTICE | 65 or by an individual or Legal Entity authorized to submit on behalf of
|