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 D | tu_android.c | 118 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 D | tu_descriptor_set.c | 476 tu_update_descriptor_sets(device, NULL, VK_NULL_HANDLE, 560 *pYcbcrConversion = VK_NULL_HANDLE;
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| H A D | vn_android.c | 423 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 D | vn_descriptor_set.c | 438 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 D | vn_buffer.c | 30 VkBuffer buffer = VK_NULL_HANDLE;
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 108 VkImage image_h = VK_NULL_HANDLE; 301 if (semaphore != VK_NULL_HANDLE) { 312 if (fence != VK_NULL_HANDLE) {
|
| H A D | radv_meta_fmask_expand.c | 160 .sampler = VK_NULL_HANDLE, 174 .sampler = VK_NULL_HANDLE,
|
| H A D | radv_meta_resolve_cs.c | 341 .sampler = VK_NULL_HANDLE, 354 .sampler = VK_NULL_HANDLE,
|
| H A D | radv_meta_resolve_fs.c | 396 .sampler = VK_NULL_HANDLE, 418 if (*pipeline == VK_NULL_HANDLE) {
|
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| H A D | radv_android.c | 119 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 D | radv_meta_fmask_expand.c | 141 {.sampler = VK_NULL_HANDLE, 151 {.sampler = VK_NULL_HANDLE,
|
| H A D | radv_meta_blit2d.c | 150 .sampler = VK_NULL_HANDLE, 268 VK_NULL_HANDLE) { 305 VK_NULL_HANDLE) { 341 VK_NULL_HANDLE) {
|
| H A D | radv_meta_copy_vrs_htile.c | 272 .sampler = VK_NULL_HANDLE,
|
| /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/ |
| H A D | anv_android.c | 833 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 D | tu_android.c | 281 .buffer = VK_NULL_HANDLE, 484 if (semaphore != VK_NULL_HANDLE) { 497 if (fence != VK_NULL_HANDLE) {
|
| H A D | tu_descriptor_set.c | 767 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 D | helpers.cpp | 46 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 D | zink_program.c | 278 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 D | zink_framebuffer.c | 317 state.attachments[i] = VK_NULL_HANDLE; 339 state.attachments[state.num_attachments] = VK_NULL_HANDLE;
|
| H A D | zink_pipeline.c | 285 return VK_NULL_HANDLE; 326 return VK_NULL_HANDLE;
|
| H A D | zink_render_pass.c | 122 return VK_NULL_HANDLE; 277 return VK_NULL_HANDLE;
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| H A D | wsi_common_drm.c | 335 .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 D | anv_wsi.c | 253 if (pAcquireInfo->fence != VK_NULL_HANDLE) {
|
| H A D | anv_android.c | 437 VkImage image_h = VK_NULL_HANDLE; 738 (VkFence) VK_NULL_HANDLE);
|
| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/wsi/ |
| H A D | wsi_common.c | 472 .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