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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_context.c 112 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) {
r300_chipset.h 53 boolean has_tcl; member in struct:r300_capabilities
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.c 112 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) {
r300_chipset.h 53 boolean has_tcl; member in struct:r300_capabilities

Completed in 188 milliseconds