Lines Matching refs:caps
112 if (!r300->screen->caps.has_tcl) {
144 boolean is_rv350 = r300->screen->caps.is_rv350;
145 boolean is_r500 = r300->screen->caps.is_r500;
146 boolean has_tcl = r300->screen->caps.has_tcl;
199 R300_INIT_ATOM(hiz_clear, r300->screen->caps.hiz_ram > 0 ? 4 : 0);
201 R300_INIT_ATOM(zmask_clear, r300->screen->caps.zmask_ram > 0 ? 4 : 0);
228 if (!r300->screen->caps.has_tcl) {
301 if (r300->screen->caps.is_r500) {
319 if (r300->screen->caps.is_rv350) {
324 if (r300->screen->caps.is_r500) {
342 if (r300->screen->caps.is_r500 ||
343 (r300->screen->caps.is_rv350 &&
377 if (!r300screen->caps.has_tcl) {
406 if (r300screen->caps.has_tcl) {
421 if (!r300->screen->caps.is_r500) {
443 if (r300screen->caps.has_tcl) {
489 r300->screen->caps.zmask_ram ? "YES" : "NO",
490 r300->screen->caps.hiz_ram ? "YES" : "NO");