HomeSort by relevance Sort by last modified time
    Searched refs:coher (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
si_cp_dma.c 53 enum r600_coherency coher)
103 if (coher == R600_COHERENCY_SHADER && flags & CP_DMA_SYNC) {
109 static unsigned get_flush_flags(struct si_context *sctx, enum r600_coherency coher)
111 switch (coher) {
125 static unsigned get_tc_l2_flag(struct si_context *sctx, enum r600_coherency coher)
127 return coher == R600_COHERENCY_SHADER &&
184 enum r600_coherency coher)
189 unsigned tc_l2_flag = get_tc_l2_flag(sctx, coher);
190 unsigned flush_flags = get_flush_flags(sctx, coher);
246 si_emit_cp_dma(sctx, va, value, byte_count, dma_flags, coher);
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_hw_context.c 88 enum r600_coherency coher)
104 rctx->b.flags |= r600_get_flush_flags(coher) |
150 if (coher == R600_COHERENCY_SHADER)
r600_pipe.h 683 enum r600_coherency coher);
935 static inline unsigned r600_get_flush_flags(enum r600_coherency coher)
937 switch (coher) {
r600_blit.c 581 enum r600_coherency coher)
588 evergreen_cp_dma_clear_buffer(rctx, dst, offset, size, value, coher);
  /external/mesa3d/src/gallium/drivers/radeon/
r600_pipe_common.h 647 enum r600_coherency coher);
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_print.c 395 const char *const coher = (var->data.image.coherent) ? "coherent " : ""; local
400 fprintf(fp, "%s%s%s%s%s", coher, volat, restr, ronly, wonly);

Completed in 412 milliseconds