HomeSort by: relevance | last modified time | path
    Searched refs:handles (Results 1 - 25 of 106) sorted by relevancy

1 2 3 4 5

  /xsrc/external/mit/glu/dist/src/libtess/
priorityq-heap.c 71 pq->handles = (PQhandleElem *)memAlloc( (INIT_SIZE + 1) * sizeof(pq->handles[0]) );
72 if (pq->handles == NULL) {
83 pq->handles[1].key = NULL;
90 memFree( pq->handles );
99 PQhandleElem *h = pq->handles;
129 PQhandleElem *h = pq->handles;
171 PQhandleElem *saveHandles= pq->handles;
182 pq->handles = (PQhandleElem *)memRealloc( pq->handles,
    [all...]
priorityq-heap.h 74 * Each node stores an index into an array "handles". Each handle
76 * represents that key (ie. nodes[handles[i].node].handle == i).
88 PQhandleElem *handles; member in struct:PriorityQ
104 #define __gl_pqHeapMinimum(pq) ((pq)->handles[(pq)->nodes[1].handle].key)
  /xsrc/external/mit/libdrm/dist/tests/modetest/
buffers.h 36 unsigned int handles[4], unsigned int pitches[4],
buffers.c 116 unsigned int handles[4], unsigned int pitches[4],
289 handles[0] = bo->handle;
305 handles[0] = bo->handle;
309 handles[1] = bo->handle;
322 handles[0] = bo->handle;
326 handles[1] = bo->handle;
329 handles[2] = bo->handle;
383 handles[0] = bo->handle;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/asahi/
magic.h 41 demo_mem_map(void *map, size_t size, unsigned *handles,
  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_gem.c 41 .handles = (uint64_t)(uintptr_t)&create,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/
panvk_sync.c 268 const uint32_t *handles, uint32_t count_handles,
273 .handles = (uint64_t) (uintptr_t) handles,
325 uint32_t handles[fenceCount];
330 handles[i] = fence->syncobj.temporary;
332 handles[i] = fence->syncobj.permanent;
336 return drm_syncobj_wait(device, handles, fenceCount, absolute_timeout(timeout), waitAll);
346 uint32_t handles[fenceCount]; local
351 handles[i] = fence->syncobj.permanent;
355 .handles = (uint64_t) (uintptr_t) handles
388 uint32_t handles[2], count = 0; local
    [all...]
panvk_mempool.h 93 panvk_pool_get_bo_handles(struct panvk_pool *pool, uint32_t *handles);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_lower_non_uniform_access.c 115 struct nu_handle handles[2]; local
136 assert(num_handles <= ARRAY_SIZE(handles));
137 if (nu_handle_init(&handles[num_handles], &tex->src[i].src))
150 if (i && handles[i].handle == handles[0].handle) {
151 handles[i].first = handles[0].first;
155 nir_ssa_def *equal_first = nu_handle_compare(options, b, &handles[i]);
162 nu_handle_rewrite(b, &handles[i]);
  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_cs.c 59 struct drm_amdgpu_bo_list_entry *handles; member in struct:radv_amdgpu_cs
116 * BO list handles used by this request.
118 struct drm_amdgpu_bo_list_entry *handles; member in struct:radv_amdgpu_cs_request
173 free(cs->handles);
394 unsigned hash = cs->handles[i].bo_handle & (ARRAY_SIZE(cs->buffer_hash_table) - 1);
438 if (cs->handles[index].bo_handle == bo)
442 if (cs->handles[i].bo_handle == bo) {
463 realloc(cs->handles, new_count * sizeof(struct drm_amdgpu_bo_list_entry));
466 cs->handles = new_entries;
473 cs->handles[cs->num_buffers].bo_handle = bo
667 struct drm_amdgpu_bo_list_entry *handles = NULL; local
812 struct drm_amdgpu_bo_list_entry *handles = NULL; local
888 struct drm_amdgpu_bo_list_entry *handles = NULL; local
985 struct drm_amdgpu_bo_list_entry *handles = NULL; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/
pan_mempool.h 99 panfrost_pool_get_bo_handles(struct panfrost_pool *pool, uint32_t *handles);
pan_compute.c 112 uint32_t **handles)
128 memcpy(handles[i], &rsrc->image.data.bo->ptr.gpu, sizeof(mali_ptr));
pan_mempool.c 98 panfrost_pool_get_bo_handles(struct panfrost_pool *pool, uint32_t *handles)
105 handles[idx++] = (*bo)->gem_handle;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_gem_stubs.c 287 const uint32_t *handles, uint32_t num_handles,
301 const uint32_t *handles, const uint64_t *points,
310 const uint32_t *handles, const uint64_t *points,
318 const uint32_t *handles, uint64_t *points,
anv_gem.c 40 * Return gem handle, or 0 on failure. Gem handles are never 0.
691 .handles = (uint64_t)(uintptr_t)&handle,
706 const uint32_t *handles, uint32_t num_handles,
710 .handles = (uint64_t)(uintptr_t)handles,
724 const uint32_t *handles, const uint64_t *points,
731 .handles = (uint64_t)(uintptr_t)handles,
748 const uint32_t *handles, const uint64_t *points,
754 .handles = (uint64_t)(uintptr_t)handles
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_lower_non_uniform_access.c 48 nir_ssa_def *handles[2];
71 handles[handle_count++] = tex->src[i].src.ssa;
84 nir_ieq(b, read_first_invocation(b, handles[i]), handles[i]);
  /xsrc/external/mit/MesaLib/dist/src/drm-shim/
device.c 119 shim_fd->handles = _mesa_hash_table_create(NULL,
207 _mesa_hash_table_search(shim_fd->handles, (void *)(uintptr_t)c->handle);
214 _mesa_hash_table_remove(shim_fd->handles, entry);
304 _mesa_hash_table_search(shim_fd->handles, (void *)(uintptr_t)handle);
344 if (!_mesa_hash_table_search(shim_fd->handles, key)) {
346 _mesa_hash_table_insert(shim_fd->handles, key, bo);
drm_shim.h 67 struct hash_table *handles; member in struct:shim_fd
  /xsrc/external/mit/MesaLib.old/dist/src/amd/vulkan/winsys/amdgpu/
radv_amdgpu_cs.c 53 struct drm_amdgpu_bo_list_entry *handles; member in struct:radv_amdgpu_cs
269 free(cs->handles);
471 unsigned hash = cs->handles[i].bo_handle &
515 if (cs->handles[index].bo_handle == bo)
519 if (cs->handles[i].bo_handle == bo) {
539 cs->handles = realloc(cs->handles, new_count * sizeof(struct drm_amdgpu_bo_list_entry));
543 cs->handles[cs->num_buffers].bo_handle = bo;
544 cs->handles[cs->num_buffers].bo_priority = priority;
615 child->handles[i].bo_handle
653 struct drm_amdgpu_bo_list_entry *handles; local
706 struct drm_amdgpu_bo_list_entry *handles = malloc(sizeof(struct drm_amdgpu_bo_list_entry) * total_buffer_count); local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
iris_fence.c 151 .handles = (uintptr_t)&syncpt->handle,
240 uint32_t handles[ARRAY_SIZE(fence->syncpt)];
242 handles[i] = fence->syncpt[i]->handle;
245 .handles = (uintptr_t)handles,
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_texture.c 431 * Destroy bound texture handles for the given stage.
445 uint64_t handle = bound_handles->handles[i];
450 free(bound_handles->handles);
451 bound_handles->handles = NULL;
457 * Destroy all bound texture handles in the context.
471 * Destroy bound image handles for the given stage.
485 uint64_t handle = bound_handles->handles[i];
490 free(bound_handles->handles);
491 bound_handles->handles = NULL;
497 * Destroy all bound image handles in the context
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_texture.c 429 * Destroy bound texture handles for the given stage.
443 uint64_t handle = bound_handles->handles[i];
448 free(bound_handles->handles);
449 bound_handles->handles = NULL;
455 * Destroy all bound texture handles in the context.
469 * Destroy bound image handles for the given stage.
483 uint64_t handle = bound_handles->handles[i];
488 free(bound_handles->handles);
489 bound_handles->handles = NULL;
495 * Destroy all bound image handles in the context
    [all...]
  /xsrc/external/mit/libdrm/dist/tests/tegra/
drm-test.c 171 uint32_t handles[4]; local
187 handles[0] = handle;
191 err = drmModeAddFB2(screen->fd, width, height, format, handles,
  /xsrc/external/mit/MesaLib/dist/src/asahi/lib/
pool.c 73 agx_pool_get_bo_handles(struct agx_pool *pool, uint32_t *handles)
77 handles[idx++] = (*bo)->handle;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_descriptor_pool.h 94 D3D12_CPU_DESCRIPTOR_HANDLE *handles,

Completed in 38 milliseconds

1 2 3 4 5