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

1 2 3 4

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
d3d12_fence.h 39 struct pipe_reference reference; member in struct:d3d12_fence
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_live_shader_cache.h 33 * This will decrease the reference count.
67 struct pipe_reference reference; member in struct:util_live_shader
  /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/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/freedreno/
freedreno_fence.h 36 struct pipe_reference reference; member in struct:pipe_fence_handle
39 * the last_fence optimization is used, this will be a reference to the
44 /* fence holds a weak reference to the batch until the batch is flushed, to
46 * is cleared (before the batch reference is dropped). If we need to wait
50 * by the frontend, the fence is initially created without a weak reference
70 * valid ptr for unflushed fences. However we hold a reference to the
  /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/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/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/dist/src/gallium/drivers/swr/
swr_fence.h 33 struct pipe_reference reference; member in struct:swr_fence
40 unsigned id; /* Just for 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/dist/src/gallium/drivers/vc4/
vc4_bufmgr.h 35 struct pipe_reference reference; member in struct:vc4_bo
57 * Whether only our process has a reference to the BO (meaning that
78 pipe_reference_described(NULL, &bo->reference,
93 if (pipe_reference_described(&(*bo)->reference, NULL,
102 if (pipe_reference_described(&(*bo)->reference, NULL,
122 if (pipe_reference_described(&(*bo)->reference, NULL,
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
zink_fence.h 43 struct pipe_reference reference; member in struct:zink_tc_fence
  /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/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/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/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.old/dist/src/gallium/drivers/swr/
swr_fence.h 33 struct pipe_reference reference; member in struct:swr_fence
40 unsigned id; /* Just for reference */
  /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.old/dist/src/gallium/drivers/vc4/
vc4_bufmgr.h 35 struct pipe_reference reference; member in struct:vc4_bo
57 * Whether only our process has a reference to the BO (meaning that
78 pipe_reference_described(NULL, &bo->reference,
93 if (pipe_reference_described(&(*bo)->reference, NULL,
102 if (pipe_reference_described(&(*bo)->reference, NULL,
122 if (pipe_reference_described(&(*bo)->reference, NULL,
  /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)) {

Completed in 37 milliseconds

1 2 3 4