Searched refs:SI_COHERENCY_NONE (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_cp_dma.c | 564 si_cp_dma_copy_buffer(sctx, NULL, src, offset, 0, 16, 0, SI_COHERENCY_NONE, L2_BYPASS); 565 si_cp_dma_copy_buffer(sctx, dst, NULL, 0, offset, 16, 0, SI_COHERENCY_NONE, L2_BYPASS); 572 si_cp_dma_clear_buffer(sctx, sctx->gfx_cs, NULL, offset, 16, 0xc1ea4146, 0, SI_COHERENCY_NONE, L2_BYPASS); 573 si_cp_dma_copy_buffer(sctx, dst, NULL, 0, offset, 16, 0, SI_COHERENCY_NONE, L2_BYPASS);
|
| H A D | si_test_dma_perf.c | 182 SI_COHERENCY_NONE, cache_policy); 186 SI_COHERENCY_NONE, cache_policy);
|
| H A D | si_compute_blit.c | 50 case SI_COHERENCY_NONE:
|
| H A D | si_pipe.c | 772 SI_COHERENCY_NONE, L2_BYPASS);
|
| H A D | si_pipe.h | 205 SI_COHERENCY_NONE, /* no cache flushes needed */ enumerator in enum:si_coherency
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_cp_dma.c | 453 SI_COHERENCY_NONE, L2_BYPASS); 455 SI_COHERENCY_NONE, L2_BYPASS); 464 SI_OP_SYNC_BEFORE_AFTER, SI_COHERENCY_NONE, L2_BYPASS); 466 SI_COHERENCY_NONE, L2_BYPASS);
|
| H A D | si_test_dma_perf.c | 186 SI_COHERENCY_NONE, cache_policy); 189 SI_OP_SYNC_BEFORE_AFTER, SI_COHERENCY_NONE,
|
| H A D | si_compute_blit.c | 49 case SI_COHERENCY_NONE:
|
| H A D | si_pipe.c | 979 SI_COHERENCY_NONE, L2_BYPASS);
|
| H A D | si_pipe.h | 269 SI_COHERENCY_NONE, /* no cache flushes needed */ enumerator in enum:si_coherency
|
Completed in 19 milliseconds