HomeSort by relevance Sort by last modified time
    Searched full:group_bytes (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
r600.h 57 unsigned group_bytes; member in struct:r600_tiling_info
radeonsi_pipe.c 624 rscreen->tiling_info.group_bytes = 256;
627 rscreen->tiling_info.group_bytes = 512;
640 rscreen->tiling_info.group_bytes = 512;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600.h 57 unsigned group_bytes; member in struct:r600_tiling_info
radeonsi_pipe.c 624 rscreen->tiling_info.group_bytes = 256;
627 rscreen->tiling_info.group_bytes = 512;
640 rscreen->tiling_info.group_bytes = 512;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c 807 rscreen->tiling_info.group_bytes = 256;
810 rscreen->tiling_info.group_bytes = 512;
853 rscreen->tiling_info.group_bytes = 256;
856 rscreen->tiling_info.group_bytes = 512;
870 rscreen->tiling_info.group_bytes = 256;
872 rscreen->tiling_info.group_bytes = 512;
r600.h 78 unsigned group_bytes; member in struct:r600_tiling_info
r600_texture.c 336 unsigned pipe_interleave_bytes = rscreen->tiling_info.group_bytes;
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c 807 rscreen->tiling_info.group_bytes = 256;
810 rscreen->tiling_info.group_bytes = 512;
853 rscreen->tiling_info.group_bytes = 256;
856 rscreen->tiling_info.group_bytes = 512;
870 rscreen->tiling_info.group_bytes = 256;
872 rscreen->tiling_info.group_bytes = 512;
r600.h 78 unsigned group_bytes; member in struct:r600_tiling_info
r600_texture.c 336 unsigned pipe_interleave_bytes = rscreen->tiling_info.group_bytes;
    [all...]
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-7.10.html 151 <li>r600c/evergreen: texture align is group_bytes just like 6xx/7xx</li>
    [all...]
  /external/mesa3d/docs/
relnotes-7.10.html 151 <li>r600c/evergreen: texture align is group_bytes just like 6xx/7xx</li>
    [all...]

Completed in 1271 milliseconds