HomeSort by relevance Sort by last modified time
    Searched defs:copy_depth (Results 1 - 2 of 2) sorted by null

  /external/mesa3d/src/gallium/drivers/radeonsi/
cik_sdma.c 181 unsigned copy_depth = src_box->depth; local
217 copy_depth <= (1 << 11) &&
222 copy_depth < (1 << 11))) &&
247 radeon_emit(cs, copy_depth);
250 radeon_emit(cs, (copy_depth - 1));
305 copy_depth == (1 << 11)))
361 bpp * ((linear_z + copy_depth - 1) * linear_slice_pitch +
389 copy_depth <= (1 << 11)) {
411 radeon_emit(cs, copy_depth);
414 radeon_emit(cs, (copy_depth - 1))
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 121 bool copy_depth, copy_stencil; member in struct:r600_db_misc_state

Completed in 399 milliseconds