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

  /external/drm_gralloc/
gralloc_drm_radeon.c 61 uint32_t tile_config; member in struct:radeon_info
345 info->tile_config = val;
348 switch (info->tile_config & 0xf) {
366 switch ((info->tile_config & 0xf0) >> 4) {
381 switch ((info->tile_config & 0xf00) >> 8) {
394 switch ((info->tile_config & 0xe) >> 1) {
412 switch ((info->tile_config & 0x30) >> 4) {
424 switch ((info->tile_config & 0xc0) >> 6) {
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 199 uint32_t tile_config; /* R300_TX_OFFSET (subset thereof) */ member in struct:r300_texture_format_state

Completed in 51 milliseconds