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

  /external/mesa3d/src/gallium/drivers/r300/
r300_texture_desc.h 44 enum r300_dim dim, boolean is_rs690);
r300_texture_desc.c 36 enum r300_dim dim, boolean is_rs690)
69 if (macrotile == 0 && is_rs690 && dim == DIM_WIDTH) {
119 boolean is_rs690 = (screen->caps.family == CHIP_RS600 || local
140 DIM_WIDTH, is_rs690);
147 return align(util_format_get_stride(tex->b.b.format, width), is_rs690 ? 64 : 32);

Completed in 502 milliseconds