HomeSort by relevance Sort by last modified time
    Searched refs:pWaitSemaphores (Results 1 - 25 of 51) sorted by null

1 2 3

  /frameworks/native/vulkan/include/vulkan/
vk_android_native_buffer.h 91 typedef VkResult (VKAPI_PTR *PFN_vkQueueSignalReleaseImageANDROID)(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd);
121 const VkSemaphore* pWaitSemaphores,
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/core_validation/
vk_safe_struct.cpp 365 pWaitSemaphores(NULL),
372 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
373 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
375 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
400 pWaitSemaphores = NULL;
406 if (waitSemaphoreCount && src.pWaitSemaphores) {
407 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
409 pWaitSemaphores[i] = src.pWaitSemaphores[i]
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/layer-src/unique_objects/
vk_safe_struct.cpp 365 pWaitSemaphores(NULL),
372 if (waitSemaphoreCount && pInStruct->pWaitSemaphores) {
373 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
375 pWaitSemaphores[i] = pInStruct->pWaitSemaphores[i];
400 pWaitSemaphores = NULL;
406 if (waitSemaphoreCount && src.pWaitSemaphores) {
407 pWaitSemaphores = new VkSemaphore[waitSemaphoreCount];
409 pWaitSemaphores[i] = src.pWaitSemaphores[i]
    [all...]
unique_objects.cpp 78 if (local_pSubmits[idx0].pWaitSemaphores) {
80 local_pSubmits[idx0].pWaitSemaphores[idx2] = (VkSemaphore)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pSubmits[idx0].pWaitSemaphores[idx2])];
371 if (local_pBindInfo[idx0].pWaitSemaphores) {
373 local_pBindInfo[idx0].pWaitSemaphores[idx5] = (VkSemaphore)my_map_data->unique_id_mapping[reinterpret_cast<const uint64_t &>(pBindInfo[idx0].pWaitSemaphores[idx5])];
    [all...]
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 72 submitInfo.pWaitSemaphores = nullptr;
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 74 submitInfo.pWaitSemaphores = nullptr;
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesTestsUtil.hpp 253 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
263 const vk::VkSemaphore* pWaitSemaphores = DE_NULL,
vktSparseResourcesTestsUtil.cpp 509 const VkSemaphore* pWaitSemaphores,
519 pWaitSemaphores, // const VkSemaphore* pWaitSemaphores;
535 const VkSemaphore* pWaitSemaphores,
553 pWaitSemaphores, // const VkSemaphore* pWaitSemaphores;
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationBasicSemaphoreTests.cpp 69 DE_NULL, // const VkSemaphore* pWaitSemaphores;
80 &semaphore.get(), // const VkSemaphore* pWaitSemaphores;
207 submitInfo[FIRST].pWaitSemaphores = DE_NULL;
217 submitInfo[SECOND].pWaitSemaphores = &semaphore.get();
vktSynchronizationSmokeTests.cpp     [all...]
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 528 present_info.pWaitSemaphores = (settings_.no_render) ?
552 submit_info.pWaitSemaphores = &buf.render_semaphore;
Smoke.cpp 812 primary_cmd_submit_info_.pWaitSemaphores = &back.acquire_semaphore;
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_safe_struct.h 125 VkSemaphore* pWaitSemaphores;
218 VkSemaphore* pWaitSemaphores;
    [all...]
vk_struct_string_helper_cpp.h 378 if (pStruct->pWaitSemaphores) {
383 ss[1] << "0x" << pStruct->pWaitSemaphores[i];
384 stp_strs[1] += " " + prefix + "pWaitSemaphores[" + index_ss.str() + "].handle = " + ss[1].str() + "\n";
463 ss[2] << "0x" << (void*)pStruct->pWaitSemaphores;
481 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "waitSemaphoreCount = " + ss[1].str() + "\n" + prefix + "pWaitSemaphores = " + ss[2].str() + "\n" + prefix + "bufferBindCount = " + ss[3].str() + "\n" + prefix + "pBufferBinds = " + ss[4].str() + "\n" + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n" + prefix + "pImageOpaqueBinds = " + ss[6].str() + "\n" + prefix + "imageBindCount = " + ss[7].str() + "\n" + prefix + "pImageBinds = " + ss[8].str() + "\n" + prefix + "signalSemaphoreCount = " + ss[9].str() + "\n" + prefix + "pSignalSemaphores = " + ss[10].str() + "\n" + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
    [all...]
vk_struct_string_helper_no_addr_cpp.h 378 if (pStruct->pWaitSemaphores) {
383 ss[1] << "0x" << pStruct->pWaitSemaphores[i];
384 stp_strs[1] += " " + prefix + "pWaitSemaphores[" + index_ss.str() + "].handle = " + ss[1].str() + "\n";
463 ss[2] << "0x" << (void*)pStruct->pWaitSemaphores;
481 final_str = prefix + "sType = " + string_VkStructureType(pStruct->sType) + "\n" + prefix + "pNext = " + ss[0].str() + "\n" + prefix + "waitSemaphoreCount = " + ss[1].str() + "\n" + prefix + "pWaitSemaphores = " + ss[2].str() + "\n" + prefix + "bufferBindCount = " + ss[3].str() + "\n" + prefix + "pBufferBinds = " + ss[4].str() + "\n" + prefix + "imageOpaqueBindCount = " + ss[5].str() + "\n" + prefix + "pImageOpaqueBinds = " + ss[6].str() + "\n" + prefix + "imageBindCount = " + ss[7].str() + "\n" + prefix + "pImageBinds = " + ss[8].str() + "\n" + prefix + "signalSemaphoreCount = " + ss[9].str() + "\n" + prefix + "pSignalSemaphores = " + ss[10].str() + "\n" + stp_strs[5] + stp_strs[4] + stp_strs[3] + stp_strs[2] + stp_strs[1] + stp_strs[0];
    [all...]
thread_check.h 107 for(uint32_t index2=0;index2<pSubmits[index].waitSemaphoreCount;index2++) startWriteObject(my_data, pSubmits[index].pWaitSemaphores[index2]);
112 // Host access to pSubmits[].pWaitSemaphores[],pSubmits[].pSignalSemaphores[] must be externally synchronized
118 for(uint32_t index2=0;index2<pSubmits[index].waitSemaphoreCount;index2++) finishWriteObject(my_data, pSubmits[index].pWaitSemaphores[index2]);
123 // Host access to pSubmits[].pWaitSemaphores[],pSubmits[].pSignalSemaphores[] must be externally synchronized
403 for(uint32_t index2=0;index2<pBindInfo[index].waitSemaphoreCount;index2++) startWriteObject(my_data, pBindInfo[index].pWaitSemaphores[index2]);
411 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
417 for(uint32_t index2=0;index2<pBindInfo[index].waitSemaphoreCount;index2++) finishWriteObject(my_data, pBindInfo[index].pWaitSemaphores[index2]);
425 // Host access to pBindInfo[].pWaitSemaphores[],pBindInfo[].pSignalSemaphores[],pBindInfo[].pBufferBinds[].buffer,pBindInfo[].pImageOpaqueBinds[].image,pBindInfo[].pImageBinds[].image must be externally synchronized
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_wsi.c 371 (struct radeon_winsys_sem **)pPresentInfo->pWaitSemaphores,
  /frameworks/native/vulkan/nulldrv/
null_driver_gen.h 171 VKAPI_ATTR VkResult QueueSignalReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd);
184 VKAPI_ATTR VkResult QueueSignalReleaseImageANDROID(VkQueue queue, uint32_t waitSemaphoreCount, const VkSemaphore* pWaitSemaphores, VkImage image, int* pNativeFenceFd);
  /external/skia/tools/viewer/sk_app/
VulkanWindowContext.cpp 520 submitInfo.pWaitSemaphores = &backbuffer->fAcquireSemaphore;
607 &backbuffer->fRenderSemaphore, // pWaitSemaphores
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 322 const VkSemaphore* pWaitSemaphores;
429 const VkSemaphore* pWaitSemaphores;
1233 const VkSemaphore* pWaitSemaphores;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp     [all...]
vktestbinding.cpp 390 submit_info.pWaitSemaphores = NULL;
  /external/skia/src/gpu/vk/
GrVkCommandBuffer.cpp 481 submitInfo.pWaitSemaphores = vkWaitSems.begin();
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 541 .pWaitSemaphores = NULL,
815 submit_info.pWaitSemaphores = &demo->image_acquired_semaphores[demo->frame_index];
829 submit_info.pWaitSemaphores = &demo->draw_complete_semaphores[demo->frame_index];
845 .pWaitSemaphores = (demo->separate_present_queue)
    [all...]
  /frameworks/base/libs/hwui/renderthread/
VulkanManager.cpp 225 submitInfo.pWaitSemaphores = &backbuffer->mAcquireSemaphore;
669 &backbuffer->mRenderSemaphore, // pWaitSemaphores

Completed in 219 milliseconds

1 2 3