| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_fine_fence.c | 41 struct crocus_fine_fence *fine) 43 crocus_syncobj_reference(screen, &fine->syncobj, NULL); 44 pipe_resource_reference(&fine->ref.res, NULL); 45 free(fine); 51 struct crocus_fine_fence *fine = calloc(1, sizeof(*fine)); local in function:crocus_fine_fence_new 52 if (!fine) 55 pipe_reference_init(&fine->reference, 1); 57 fine->seqno = crocus_fine_fence_next(batch); 59 crocus_syncobj_reference(batch->screen, &fine 40 crocus_fine_fence_destroy(struct crocus_screen * screen,struct crocus_fine_fence * fine) argument [all...] |
| H A D | crocus_fence.c | 167 struct crocus_fine_fence *fine[CROCUS_BATCH_COUNT]; member in struct:pipe_fence_handle 176 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) 177 crocus_fine_fence_reference(screen, &fence->fine[i], NULL); 239 struct crocus_fine_fence *fine = local in function:crocus_fence_flush 241 crocus_fine_fence_reference(screen, &fence->fine[b], fine); 242 crocus_fine_fence_reference(screen, &fine, NULL); 251 crocus_fine_fence_reference(screen, &fence->fine[b], 269 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) { 270 struct crocus_fine_fence *fine local in function:crocus_fence_await 336 struct crocus_fine_fence *fine = fence->fine[i]; local in function:crocus_fence_finish 352 struct crocus_fine_fence *fine = fence->fine[i]; local in function:crocus_fence_finish 434 struct crocus_fine_fence *fine = fence->fine[i]; local in function:crocus_fence_get_fd 502 struct crocus_fine_fence *fine = calloc(1, sizeof(*fine)); local in function:crocus_fence_create_fd 544 struct crocus_fine_fence *fine = fence->fine[i]; local in function:crocus_fence_signal [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_fine_fence.c | 37 struct iris_fine_fence *fine) 39 iris_syncobj_reference(screen->bufmgr, &fine->syncobj, NULL); 40 pipe_resource_reference(&fine->ref.res, NULL); 41 free(fine); 47 struct iris_fine_fence *fine = calloc(1, sizeof(*fine)); local in function:iris_fine_fence_new 48 if (!fine) 51 pipe_reference_init(&fine->reference, 1); 53 fine->seqno = iris_fine_fence_next(batch); 55 iris_syncobj_reference(batch->screen->bufmgr, &fine 36 iris_fine_fence_destroy(struct iris_screen * screen,struct iris_fine_fence * fine) argument [all...] |
| H A D | iris_fence.c | 187 struct iris_fine_fence *fine[IRIS_BATCH_COUNT]; member in struct:pipe_fence_handle 196 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) 197 iris_fine_fence_reference(screen, &fence->fine[i], NULL); 290 struct iris_fine_fence *fine = local in function:iris_fence_flush 292 iris_fine_fence_reference(screen, &fence->fine[b], fine); 293 iris_fine_fence_reference(screen, &fine, NULL); 302 iris_fine_fence_reference(screen, &fence->fine[b], batch->last_fence); 333 for (unsigned i = 0; i < ARRAY_SIZE(fence->fine); i++) { 334 struct iris_fine_fence *fine local in function:iris_fence_await 403 struct iris_fine_fence *fine = fence->fine[i]; local in function:iris_fence_finish 419 struct iris_fine_fence *fine = fence->fine[i]; local in function:iris_fence_finish 485 struct iris_fine_fence *fine = fence->fine[i]; local in function:iris_fence_get_fd 554 struct iris_fine_fence *fine = calloc(1, sizeof(*fine)); local in function:iris_fence_create_fd 597 struct iris_fine_fence *fine = fence->fine[i]; local in function:iris_fence_signal [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_fence.c | 53 struct si_fine_fence fine; member in struct:si_multi_fence 203 si_resource_reference(&(*sdst)->fine.buf, NULL); 235 const struct si_fine_fence *fine) 237 char *map = rws->buffer_map(fine->buf->buf, NULL, PIPE_TRANSFER_READ | 242 uint32_t *fence = (uint32_t*)(map + fine->offset); 247 struct si_fine_fence *fine, 256 &fine->offset, (struct pipe_resource **)&fine->buf, (void **)&fence_ptr); 257 if (!fine->buf) 265 si_cp_write_data(ctx, fine 234 si_fine_fence_signaled(struct radeon_winsys * rws,const struct si_fine_fence * fine) argument 246 si_fine_fence_set(struct si_context * ctx,struct si_fine_fence * fine,unsigned flags) argument 499 struct si_fine_fence fine = {}; local in function:si_flush_from_st [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_fence.c | 51 struct si_fine_fence fine; member in struct:si_fence 194 si_resource_reference(&(*sdst)->fine.buf, NULL); 225 static bool si_fine_fence_signaled(struct radeon_winsys *rws, const struct si_fine_fence *fine) argument 228 rws->buffer_map(rws, fine->buf->buf, NULL, PIPE_MAP_READ | PIPE_MAP_UNSYNCHRONIZED); 232 uint32_t *fence = (uint32_t *)(map + fine->offset); 236 static void si_fine_fence_set(struct si_context *ctx, struct si_fine_fence *fine, unsigned flags) argument 243 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, 244 (struct pipe_resource **)&fine->buf, (void **)&fence_ptr); 245 if (!fine->buf) 253 si_cp_write_data(ctx, fine 447 struct si_fine_fence fine = {}; local in function:si_flush_all_queues [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/ |
| H A D | dmxconsole.c | 109 int grabbed, fine, captured; member in struct:_myPrivate 278 if (priv->fine && updateCursor) dmxConsoleDrawFineCursor(priv, 0); 430 if (priv->fine) dmxConsoleUpdateFineCursor(priv); 438 if (!priv->fine) { 526 X.xcrossing.x, X.xcrossing.y, raising, priv->fine); 535 X.xcrossing.x, X.xcrossing.y, raising, priv->fine, 543 if (priv->fine) { 574 if (priv->fine) 902 if (priv->fine) { 903 priv->fine [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_emitaluinstruction.h | 89 bool emit_tex_fdd(const nir_alu_instr& instr, TexInstruction::Opcode op, bool fine);
|
| H A D | sfn_emitaluinstruction.cpp | 964 bool fine) 996 if (fine) 963 emit_tex_fdd(const nir_alu_instr & instr,TexInstruction::Opcode op,bool fine) argument
|
| /xsrc/external/mit/MesaLib.old/dist/docs/specs/OLD/ |
| H A D | MESA_resize_buffers.spec | 37 its internal data structors accordingly. This normally works fine
|
| /xsrc/external/mit/MesaLib/dist/docs/_extra/specs/OLD/ |
| H A D | MESA_resize_buffers.spec | 37 its internal data structors accordingly. This normally works fine
|
| /xsrc/external/mit/ctwm/dist/cmake_files/ |
| H A D | dtrace_support.cmake | 4 # just fine, and even pull numeric and string arguments. More involved
|
| H A D | find_asciidoc_bits.cmake | 52 # dblatex PDF output works fine with docbook5. xmlto/docbook XSL
|
| /xsrc/external/mit/MesaLib/dist/docs/ci/ |
| H A D | LAVA.rst | 55 public network it should be fine. If you're running the LAVA instance
|
| /xsrc/external/mit/MesaLib/dist/docs/isl/ |
| H A D | hiz.rst | 50 provide helpers for computing the offsets and they work fine with
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.3.3.rst | 37 - star conflict crashes on iris, but loads fine on i965, on HD 5500
|
| H A D | 21.3.5.rst | 35 - CopelliaSim crashes on adding vision sensor to a scene on Ubuntu 20+, runs fine on Ubuntu 18.04
|
| H A D | 17.3.7.rst | 54 Mesa 17.3 (but is fine with 17.2)
|
| H A D | 18.1.0.rst | 134 Mesa 17.3 (but is fine with 17.2)
|
| H A D | 18.0.0.rst | 319 Mesa 17.3 (but is fine with 17.2)
|
| /xsrc/external/mit/libdrm/dist/man/ |
| H A D | drm-memory.7.rst | 39 possible. Therefore, they are fine for simple tasks but not suitable for 183 or access the GEM-object. If you want more fine-grained access control, you can
|
| /xsrc/external/mit/MesaLib/dist/docs/ |
| H A D | submittingpatches.rst | 78 the texture can be converted to x24s8 fine.
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/docs/source/ |
| H A D | tgsi.rst | 377 The fine variant is only used when ``PIPE_CAP_TGSI_FS_FINE_DERIVATIVE`` is 378 advertised. When it is, the fine version guarantees one derivative per row 394 The fine variant is only used when ``PIPE_CAP_TGSI_FS_FINE_DERIVATIVE`` is 395 advertised. When it is, the fine version guarantees one derivative per column
|
| /xsrc/external/mit/MesaLib/dist/docs/gallium/ |
| H A D | tgsi.rst | 380 The fine variant is only used when ``PIPE_CAP_TGSI_FS_FINE_DERIVATIVE`` is 381 advertised. When it is, the fine version guarantees one derivative per row 397 The fine variant is only used when ``PIPE_CAP_TGSI_FS_FINE_DERIVATIVE`` is 398 advertised. When it is, the fine version guarantees one derivative per column
|
| /xsrc/external/mit/util-macros/dist/ |
| H A D | aclocal.m4 | 76 # source directory, any form will work fine, but in subdirectories a
|