Searched defs:has_tcl (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.c112 if (!r300->screen->caps.has_tcl) {
146 boolean has_tcl = r300->screen->caps.has_tcl; local
185 R300_INIT_ATOM(clip_state, has_tcl ? 3 + (6 * 4) : 0);
228 if (!r300->screen->caps.has_tcl) {
377 if (!r300screen->caps.has_tcl) {
406 if (r300screen->caps.has_tcl) {
443 if (r300screen->caps.has_tcl) {
H A Dr300_chipset.h53 boolean has_tcl; member in struct:r300_capabilities

Completed in 101 milliseconds