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

1 2 3 4 5 6 7 8 91011>>

  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
si_compute.h 35 struct pipe_reference reference; member in struct:si_compute
68 if (pipe_reference(&(*dst)->reference, &src->reference))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
si_compute.h 47 if (pipe_reference(&(*dst)->sel.base.reference, &src->sel.base.reference))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_bufmgr.h 36 struct pipe_reference reference; member in struct:v3d_bo
53 * Whether only our process has a reference to the BO (meaning that
71 if (pipe_reference(&(*old_bo)->reference, &new_bo->reference))
79 pipe_reference(NULL, &bo->reference);
92 if (pipe_reference(&(*bo)->reference, NULL))
98 if (pipe_reference(&(*bo)->reference, NULL)) {
116 if (pipe_reference(&(*bo)->reference, NULL))
v3d_fence.c 32 * completed (with no reference to what other processes might be doing with
44 struct pipe_reference reference; member in struct:v3d_fence
57 if (pipe_reference(&(*p)->reference, &f->reference)) {
138 pipe_reference_init(&f->reference, 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_bufmgr.h 36 struct pipe_reference reference; member in struct:v3d_bo
53 * Whether only our process has a reference to the BO (meaning that
71 if (pipe_reference(&(*old_bo)->reference, &new_bo->reference))
79 pipe_reference(NULL, &bo->reference);
92 if (pipe_reference(&(*bo)->reference, NULL))
98 if (pipe_reference(&(*bo)->reference, NULL)) {
116 if (pipe_reference(&(*bo)->reference, NULL))
v3d_fence.c 32 * completed (with no reference to what other processes might be doing with
44 struct pipe_reference reference; member in struct:v3d_fence
57 if (pipe_reference(&(*p)->reference, &f->reference)) {
118 pipe_reference_init(&f->reference, 1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_fine_fence.h 47 struct pipe_reference reference; member in struct:crocus_fine_fence
90 if (pipe_reference(&(*dst)->reference, &src->reference))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
iris_fine_fence.h 47 struct pipe_reference reference; member in struct:iris_fine_fence
88 if (pipe_reference(&(*dst)->reference, &src->reference))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_fence.h 43 struct pipe_reference reference; member in struct:lp_fence
84 if (pipe_reference(&old->reference, &f->reference)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
svga_sampler_view.h 48 * the texture and in there by holding a reference
54 * texture has a reference take for as long as
62 struct pipe_reference reference; member in struct:svga_sampler_view
96 if (pipe_reference_described(&(*ptr)->reference, &v->reference,
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_fence.h 43 struct pipe_reference reference; member in struct:lp_fence
84 if (pipe_reference(&old->reference, &f->reference)) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
svga_sampler_view.h 48 * the texture and in there by holding a reference
54 * texture has a reference take for as long as
62 struct pipe_reference reference; member in struct:svga_sampler_view
96 if (pipe_reference_described(&(*ptr)->reference, &v->reference,
  /xsrc/external/mit/MesaLib/dist/src/gallium/winsys/i915/drm/
i915_drm_fence.c 15 struct pipe_reference reference; member in struct:i915_drm_fence
25 pipe_reference_init(&fence->reference, 1);
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) {
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/winsys/i915/drm/
i915_drm_fence.c 15 struct pipe_reference reference; member in struct:i915_drm_fence
25 pipe_reference_init(&fence->reference, 1);
43 if (pipe_reference(&((struct i915_drm_fence *)(*ptr))->reference, &f->reference)) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 113 struct pipe_reference reference; member in struct:pb_buffer
177 * Note that this will increase the reference count of the base buffer.
194 assert(pipe_is_referenced(&buf->reference));
205 assert(pipe_is_referenced(&buf->reference));
221 assert(pipe_is_referenced(&buf->reference));
258 assert(!pipe_is_referenced(&buf->reference));
269 if (pipe_reference(&(*dst)->reference, &src->reference))
281 if (pipe_reference(&(*dst)->reference, &src->reference))
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_bufferobjects.h 50 * using atomics to increase the reference count.
55 * This number is atomically added to buffer->reference.count at
57 * subtracted from buffer->reference.count before destruction. If this
58 * number is decremented, we can pass that reference to the driver without
59 * touching reference.count. At buffer destruction we only subtract
101 p_atomic_inc(&buffer->reference.count);
110 p_atomic_add(&buffer->reference.count, stobj->private_refcount);
113 /* Return a buffer reference while decrementing the private refcount. */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_fence.c 39 struct pipe_reference reference; member in struct:pipe_fence_handle
58 if (pipe_reference(&(*ptr)->reference, &fence->reference))
113 pipe_reference_init(&fence->reference, 1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/
lima_fence.c 40 struct pipe_reference reference; member in struct:pipe_fence_handle
77 pipe_reference_init(&fence->reference, 1);
103 if (pipe_reference(&(*ptr)->reference, &fence->reference))
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_fence.c 38 struct pipe_reference reference; member in struct:pipe_fence_handle
57 if (pipe_reference(&(*ptr)->reference, &fence->reference))
111 pipe_reference_init(&fence->reference, 1);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/
lima_fence.c 39 struct pipe_reference reference; member in struct:pipe_fence_handle
76 pipe_reference_init(&fence->reference, 1);
102 if (pipe_reference(&(*ptr)->reference, &fence->reference))
  /xsrc/external/mit/xf86-video-rendition/dist/src/
rendition_options.h 20 For reference only <DI>
33 #endif /* For reference only */
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
freedreno_gmem.h 49 struct pipe_reference reference; member in struct:fd_gmem_stateobj
77 if (pipe_reference(&(*ptr)->reference, &gmem->reference))
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_framebuffer.h 50 struct pipe_reference reference; member in struct:zink_framebuffer
84 if (pipe_reference_described(&old_dst->reference, src ? &src->reference : NULL,
  /xsrc/external/mit/MesaLib/dist/src/panfrost/bifrost/valhall/test/
test-disassembler.c 80 fprintf(stderr, "Invalid reference %s\n", line);
91 const char *reference = line + 27; local
92 bool fail = strcmp(reference, output);
95 printf("Got %sExpected %s\n", output, reference);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
freedreno_query_hw.h 51 * sample periods for multiple queries can reference the same sample.
95 struct pipe_reference reference; /* keep this first */ member in struct:fd_hw_sample
160 if (pipe_reference(&(*ptr)->reference, &samp->reference))

Completed in 21 milliseconds

1 2 3 4 5 6 7 8 91011>>