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

  /external/mesa3d/src/gallium/drivers/radeon/
r600_texture.c 199 bool tc_compatible_htile)
224 if (tc_compatible_htile &&
872 if (rtex->tc_compatible_htile) {
935 rtex->tc_compatible_htile);
1012 rtex->tc_compatible_htile = rtex->surface.htile_size != 0 &&
1017 if (rtex->tc_compatible_htile)
1211 bool tc_compatible_htile = local
    [all...]
r600_pipe_common.h 266 bool tc_compatible_htile; member in struct:r600_texture
    [all...]

Completed in 6360 milliseconds