| /xsrc/external/mit/MesaLib.old/dist/src/vulkan/util/ |
| vk_alloc.h | 32 vk_alloc(const VkAllocationCallbacks *alloc, 36 return alloc->pfnAllocation(alloc->pUserData, size, align, scope); 40 vk_zalloc(const VkAllocationCallbacks *alloc, 44 void *mem = vk_alloc(alloc, size, align, scope); 54 vk_realloc(const VkAllocationCallbacks *alloc, 58 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope); 62 vk_free(const VkAllocationCallbacks *alloc, void *data) 67 alloc->pfnFree(alloc->pUserData, data) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/ |
| radv_wsi_wayland.c | 46 const VkAllocationCallbacks *alloc; local 50 alloc = pAllocator; 52 alloc = &instance->alloc; 54 return wsi_create_wl_surface(alloc, pCreateInfo, pSurface);
|
| radv_wsi_x11.c | 72 const VkAllocationCallbacks *alloc; local 76 alloc = pAllocator; 78 alloc = &instance->alloc; 80 return wsi_create_xcb_surface(alloc, pCreateInfo, pSurface); 90 const VkAllocationCallbacks *alloc; local 95 alloc = pAllocator; 97 alloc = &instance->alloc; 99 return wsi_create_xlib_surface(alloc, pCreateInfo, pSurface) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/vulkan/ |
| tu_wsi_wayland.c | 49 const VkAllocationCallbacks *alloc; local 54 alloc = pAllocator; 56 alloc = &instance->alloc; 58 return wsi_create_wl_surface(alloc, pCreateInfo, pSurface);
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/ |
| anv_wsi_wayland.c | 44 const VkAllocationCallbacks *alloc; local 48 alloc = pAllocator; 50 alloc = &instance->alloc; 52 return wsi_create_wl_surface(alloc, pCreateInfo, pSurface);
|
| anv_wsi_x11.c | 68 const VkAllocationCallbacks *alloc; local 72 alloc = pAllocator; 74 alloc = &instance->alloc; 76 return wsi_create_xcb_surface(alloc, pCreateInfo, pSurface); 86 const VkAllocationCallbacks *alloc; local 91 alloc = pAllocator; 93 alloc = &instance->alloc; 95 return wsi_create_xlib_surface(alloc, pCreateInfo, pSurface) [all...] |
| anv_android_stubs.c | 30 const VkAllocationCallbacks *alloc, 63 const VkAllocationCallbacks *alloc,
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| brw_vec4_live_variables.h | 66 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg); 79 const simple_allocator &alloc; member in class:brw::vec4_live_variables 88 var_from_reg(const simple_allocator &alloc, const src_reg ®, 91 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 94 8 * alloc.offsets[reg.nr] + reg.offset / 4 + 97 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr])); 102 var_from_reg(const simple_allocator &alloc, const dst_reg ®, 105 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 108 8 * alloc.offsets[reg.nr] + reg.offset / 4 [all...] |
| brw_vec4_live_variables.cpp | 81 const unsigned v = var_from_reg(alloc, inst->src[i], c, j); 104 const unsigned v = var_from_reg(alloc, inst->dst, c, i); 183 vec4_live_variables::vec4_live_variables(const simple_allocator &alloc, 185 : alloc(alloc), cfg(cfg) 189 num_vars = alloc.total_size * 8; 239 int *start = ralloc_array(mem_ctx, int, this->alloc.total_size * 8); 240 int *end = ralloc_array(mem_ctx, int, this->alloc.total_size * 8); 246 for (unsigned i = 0; i < this->alloc.total_size * 8; i++) { 260 const unsigned v = var_from_reg(alloc, inst->src[i], c, j) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/vulkan/util/ |
| vk_alloc.h | 40 vk_alloc(const VkAllocationCallbacks *alloc, 44 return alloc->pfnAllocation(alloc->pUserData, size, align, scope); 48 vk_zalloc(const VkAllocationCallbacks *alloc, 52 void *mem = vk_alloc(alloc, size, align, scope); 62 vk_realloc(const VkAllocationCallbacks *alloc, 66 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope); 70 vk_free(const VkAllocationCallbacks *alloc, void *data) 75 alloc->pfnFree(alloc->pUserData, data) [all...] |
| vk_object.c | 52 vk_free(&base->device->alloc, base->object_name); 57 const VkAllocationCallbacks *alloc, 61 void *ptr = vk_alloc2(&device->alloc, alloc, size, 8, 73 const VkAllocationCallbacks *alloc, 77 void *ptr = vk_zalloc2(&device->alloc, alloc, size, 8, 90 const VkAllocationCallbacks *alloc, 93 void *ptr = vk_multialloc_alloc2(ma, &device->alloc, alloc, [all...] |
| vk_instance.c | 39 const VkAllocationCallbacks *alloc) 43 instance->alloc = *alloc; 57 vk_alloc2(alloc, alloc, sizeof(struct vk_debug_utils_messenger), 8, 66 messenger->alloc = *alloc; 82 vk_strdup(&instance->alloc, app->pApplicationName, 87 vk_strdup(&instance->alloc, app->pEngineName, 157 vk_free2(&instance->alloc, &messenger->alloc, messenger) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| brw_vec4_live_variables.h | 105 const simple_allocator &alloc; member in class:brw::vec4_live_variables 114 var_from_reg(const simple_allocator &alloc, const src_reg ®, 117 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 120 8 * alloc.offsets[reg.nr] + reg.offset / 4 + 123 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr])); 128 var_from_reg(const simple_allocator &alloc, const dst_reg ®, 131 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4); 134 8 * alloc.offsets[reg.nr] + reg.offset / 4 + 137 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr])) [all...] |
| brw_vec4_reg_allocate.cpp | 44 unsigned int hw_reg_mapping[this->alloc.count]; 45 bool virtual_grf_used[this->alloc.count]; 51 for (unsigned i = 0; i < this->alloc.count; i++) { 66 next = hw_reg_mapping[0] + this->alloc.sizes[0]; 67 for (unsigned i = 1; i < this->alloc.count; i++) { 70 next += this->alloc.sizes[i]; 157 unsigned int hw_reg_mapping[alloc.count]; 167 int node_count = alloc.count; 173 for (unsigned i = 0; i < alloc.count; i++) { 174 int size = this->alloc.sizes[i] [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| CrCmap.c | 38 int alloc) 47 req->alloc = alloc;
|
| /xsrc/external/mit/MesaLib/dist/src/asahi/lib/ |
| decode.h | 39 void agxdecode_track_alloc(struct agx_bo *alloc);
|
| /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/ |
| vn_android.h | 35 const VkAllocationCallbacks *alloc, 50 const VkAllocationCallbacks *alloc, 57 const VkAllocationCallbacks *alloc, 64 const VkAllocationCallbacks *alloc); 75 const VkAllocationCallbacks *alloc, 93 UNUSED const VkAllocationCallbacks *alloc, 117 UNUSED const VkAllocationCallbacks *alloc, 127 UNUSED const VkAllocationCallbacks *alloc, 137 UNUSED const VkAllocationCallbacks *alloc) 157 UNUSED const VkAllocationCallbacks *alloc, [all...] |
| vn_buffer.c | 25 const VkAllocationCallbacks *alloc, 33 buf = vk_zalloc(alloc, sizeof(*buf), VN_DEFAULT_ALIGN, 46 vk_free(alloc, buf); 77 const VkAllocationCallbacks *alloc = local 78 pAllocator ? pAllocator : &dev->base.base.alloc; 91 result = vn_android_buffer_from_ahb(dev, pCreateInfo, alloc, &buf); 93 result = vn_buffer_create(dev, pCreateInfo, alloc, &buf); 110 const VkAllocationCallbacks *alloc = local 111 pAllocator ? pAllocator : &dev->base.base.alloc; 119 vk_free(alloc, buf) 208 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; local 251 const VkAllocationCallbacks *alloc = local 278 const VkAllocationCallbacks *alloc = local [all...] |
| vn_pipeline.c | 30 const VkAllocationCallbacks *alloc = local 31 pAllocator ? pAllocator : &dev->base.base.alloc; 34 vk_zalloc(alloc, sizeof(*mod), VN_DEFAULT_ALIGN, 57 const VkAllocationCallbacks *alloc = local 58 pAllocator ? pAllocator : &dev->base.base.alloc; 66 vk_free(alloc, mod); 78 const VkAllocationCallbacks *alloc = local 79 pAllocator ? pAllocator : &dev->base.base.alloc; 82 vk_zalloc(alloc, sizeof(*layout), VN_DEFAULT_ALIGN, 107 const VkAllocationCallbacks *alloc local 129 const VkAllocationCallbacks *alloc = local 169 const VkAllocationCallbacks *alloc = local 302 const VkAllocationCallbacks *alloc = local 352 const VkAllocationCallbacks *alloc = local 387 const VkAllocationCallbacks *alloc = local [all...] |
| vn_render_pass.c | 120 const VkAllocationCallbacks *alloc) 124 alloc, 148 const VkAllocationCallbacks *alloc = local 149 pAllocator ? pAllocator : &dev->base.base.alloc; 157 vn_render_pass_create(dev, acquire_count, release_count, alloc); 164 vk_alloc(alloc, sizeof(*temp_atts) * pCreateInfo->attachmentCount, 167 vk_free(alloc, pass); 184 vk_free(alloc, (void *)local_pass_info.pAttachments); 198 const VkAllocationCallbacks *alloc = local 199 pAllocator ? pAllocator : &dev->base.base.alloc; 248 const VkAllocationCallbacks *alloc = local 285 const VkAllocationCallbacks *alloc = local 323 const VkAllocationCallbacks *alloc = local [all...] |
| vn_image.c | 113 const VkAllocationCallbacks *alloc, 119 info = vk_zalloc(alloc, sizeof(*info), VN_DEFAULT_ALIGN, 179 const VkAllocationCallbacks *alloc, 185 img = vk_zalloc(alloc, sizeof(*img), VN_DEFAULT_ALIGN, 195 vk_free(alloc, img); 217 const VkAllocationCallbacks *alloc, 223 img = vk_zalloc(alloc, sizeof(*img), VN_DEFAULT_ALIGN, 230 result = vn_image_store_deferred_create_info(create_info, alloc, 234 vk_free(alloc, img); 252 const VkAllocationCallbacks *alloc local 294 const VkAllocationCallbacks *alloc = local 429 const VkAllocationCallbacks *alloc = &dev->base.base.alloc; local 499 const VkAllocationCallbacks *alloc = local 527 const VkAllocationCallbacks *alloc = local 548 const VkAllocationCallbacks *alloc = local 575 const VkAllocationCallbacks *alloc = local 597 const VkAllocationCallbacks *alloc = local 645 const VkAllocationCallbacks *alloc = local [all...] |
| vn_query_pool.c | 26 const VkAllocationCallbacks *alloc = local 27 pAllocator ? pAllocator : &dev->base.base.alloc; 30 vk_zalloc(alloc, sizeof(*pool), VN_DEFAULT_ALIGN, 37 pool->allocator = *alloc; 74 const VkAllocationCallbacks *alloc; local 79 alloc = pAllocator ? pAllocator : &pool->allocator; 84 vk_free(alloc, pool); 111 const VkAllocationCallbacks *alloc = &pool->allocator; local 130 packed_data = vk_alloc(alloc, packed_size, VN_DEFAULT_ALIGN, 186 vk_free(alloc, packed_data) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| intel_buffer_alloc.h | 41 struct intel_buffer * (*alloc)(void *driver_ctx, uint32_t size); member in struct:intel_mapped_pinned_buffer_alloc
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/ |
| lvp_pipeline_cache.c | 38 cache = vk_alloc2(&device->vk.alloc, pAllocator, 47 cache->alloc = *pAllocator; 49 cache->alloc = device->vk.alloc; 69 vk_free2(&device->vk.alloc, pAllocator, cache);
|
| /xsrc/external/mit/MesaLib/dist/src/vulkan/wsi/ |
| wsi_common_private.h | 53 VkAllocationCallbacks alloc; member in struct:wsi_swapchain 145 const VkAllocationCallbacks *alloc, 148 const VkAllocationCallbacks *alloc); 150 const VkAllocationCallbacks *alloc, 153 const VkAllocationCallbacks *alloc); 155 const VkAllocationCallbacks *alloc, 158 const VkAllocationCallbacks *alloc); 163 const VkAllocationCallbacks *alloc, 168 const VkAllocationCallbacks *alloc);
|