Searched refs:VK_NULL_HANDLE (Results 1 - 25 of 103) sorted by relevance

12345

/xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/
H A Dtu_android.c118 VkImage image_h = VK_NULL_HANDLE;
152 .buffer = VK_NULL_HANDLE,
302 if (semaphore != VK_NULL_HANDLE) {
314 if (fence != VK_NULL_HANDLE) {
H A Dtu_descriptor_set.c476 tu_update_descriptor_sets(device, NULL, VK_NULL_HANDLE,
560 *pYcbcrConversion = VK_NULL_HANDLE;
/xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
H A Dvn_android.c423 VkDeviceMemory memory = VK_NULL_HANDLE;
424 VkImage image = VK_NULL_HANDLE;
526 if (image != VK_NULL_HANDLE)
528 if (memory != VK_NULL_HANDLE)
556 if (semaphore != VK_NULL_HANDLE)
559 if (fence != VK_NULL_HANDLE)
568 if (semaphore != VK_NULL_HANDLE && fence != VK_NULL_HANDLE) {
577 } else if (semaphore != VK_NULL_HANDLE) {
579 } else if (fence != VK_NULL_HANDLE) {
[all...]
H A Dvn_descriptor_set.c438 pDescriptorSets[i] = VK_NULL_HANDLE;
448 pDescriptorSets[i] = VK_NULL_HANDLE;
623 imgs[j].imageView = VK_NULL_HANDLE;
627 imgs[j].sampler = VK_NULL_HANDLE;
632 imgs[j].sampler = VK_NULL_HANDLE;
897 dst->sampler = need_sampler ? src->sampler : VK_NULL_HANDLE;
898 dst->imageView = need_view ? src->imageView : VK_NULL_HANDLE;
H A Dvn_buffer.c30 VkBuffer buffer = VK_NULL_HANDLE;
/xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/
H A Dradv_android.c108 VkImage image_h = VK_NULL_HANDLE;
301 if (semaphore != VK_NULL_HANDLE) {
312 if (fence != VK_NULL_HANDLE) {
H A Dradv_meta_fmask_expand.c160 .sampler = VK_NULL_HANDLE,
174 .sampler = VK_NULL_HANDLE,
H A Dradv_meta_resolve_cs.c341 .sampler = VK_NULL_HANDLE,
354 .sampler = VK_NULL_HANDLE,
H A Dradv_meta_resolve_fs.c396 .sampler = VK_NULL_HANDLE,
418 if (*pipeline == VK_NULL_HANDLE) {
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_android.c119 VkImage image_h = VK_NULL_HANDLE;
399 if (semaphore != VK_NULL_HANDLE && fence != VK_NULL_HANDLE) {
411 } else if (semaphore != VK_NULL_HANDLE) {
413 } else if (fence != VK_NULL_HANDLE) {
421 if (semaphore != VK_NULL_HANDLE) {
434 if (result == VK_SUCCESS && fence != VK_NULL_HANDLE) {
H A Dradv_meta_fmask_expand.c141 {.sampler = VK_NULL_HANDLE,
151 {.sampler = VK_NULL_HANDLE,
H A Dradv_meta_blit2d.c150 .sampler = VK_NULL_HANDLE,
268 VK_NULL_HANDLE) {
305 VK_NULL_HANDLE) {
341 VK_NULL_HANDLE) {
H A Dradv_meta_copy_vrs_htile.c272 .sampler = VK_NULL_HANDLE,
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
H A Danv_android.c833 if (semaphore_h != VK_NULL_HANDLE && fence_h != VK_NULL_HANDLE) {
845 } else if (semaphore_h != VK_NULL_HANDLE) {
847 } else if (fence_h != VK_NULL_HANDLE) {
855 if (semaphore_h != VK_NULL_HANDLE) {
868 if (result == VK_SUCCESS && fence_h != VK_NULL_HANDLE) {
911 (VkFence) VK_NULL_HANDLE);
/xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
H A Dtu_android.c281 .buffer = VK_NULL_HANDLE,
484 if (semaphore != VK_NULL_HANDLE) {
497 if (fence != VK_NULL_HANDLE) {
H A Dtu_descriptor_set.c767 pDescriptorSets[i] = VK_NULL_HANDLE;
794 if (buffer_view == VK_NULL_HANDLE) {
818 if (buffer_info->buffer == VK_NULL_HANDLE) {
849 if (buffer_info->buffer == VK_NULL_HANDLE) {
870 if (image_info->imageView == VK_NULL_HANDLE) {
1052 tu_update_descriptor_sets(device, VK_NULL_HANDLE,
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dhelpers.cpp46 static VkInstance instance_cache[CHIP_LAST] = {VK_NULL_HANDLE};
47 static VkDevice device_cache[CHIP_LAST] = {VK_NULL_HANDLE};
332 VkPhysicalDevice device = VK_NULL_HANDLE;
335 assert(device != VK_NULL_HANDLE);
600 create_info.basePipelineHandle = VK_NULL_HANDLE;
603 ASSERTED VkResult result = CreateComputePipelines(device, VK_NULL_HANDLE, 1, &create_info, NULL, &pipeline);
809 result = CreateGraphicsPipelines(device, VK_NULL_HANDLE, 1, &gfx_pipeline_info, NULL, &pipeline);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_program.c278 return VK_NULL_HANDLE;
705 if (pipeline == VK_NULL_HANDLE)
706 return VK_NULL_HANDLE;
711 return VK_NULL_HANDLE;
745 if (pipeline == VK_NULL_HANDLE)
746 return VK_NULL_HANDLE;
750 return VK_NULL_HANDLE;
800 ctx->gfx_pipeline_state.modules[stage] = VK_NULL_HANDLE;
H A Dzink_framebuffer.c317 state.attachments[i] = VK_NULL_HANDLE;
339 state.attachments[state.num_attachments] = VK_NULL_HANDLE;
H A Dzink_pipeline.c285 return VK_NULL_HANDLE;
326 return VK_NULL_HANDLE;
H A Dzink_render_pass.c122 return VK_NULL_HANDLE;
277 return VK_NULL_HANDLE;
/xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/
H A Dwsi_common_drm.c335 .buffer = VK_NULL_HANDLE,
511 .image = VK_NULL_HANDLE,
570 .buffer = VK_NULL_HANDLE,
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
H A Danv_wsi.c253 if (pAcquireInfo->fence != VK_NULL_HANDLE) {
H A Danv_android.c437 VkImage image_h = VK_NULL_HANDLE;
738 (VkFence) VK_NULL_HANDLE);
/xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/
H A Dwsi_common.c472 .buffer = VK_NULL_HANDLE,
622 .image = VK_NULL_HANDLE,
673 .buffer = VK_NULL_HANDLE,
1013 if (swapchain->fences[0] == VK_NULL_HANDLE) {
1088 if (last != VK_NULL_HANDLE) {

Completed in 28 milliseconds

12345