Searched refs:EVERGREEN_BOOL_CONST_OFFSET (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c155 } else if (index >= EVERGREEN_BOOL_CONST_OFFSET
158 res->cs[cs_end+1] = (index - EVERGREEN_BOOL_CONST_OFFSET) >> 2;
202 } else if (index >= EVERGREEN_BOOL_CONST_OFFSET
205 ctx->cs->buf[ctx->cs->cdw++] = (index - EVERGREEN_BOOL_CONST_OFFSET) >> 2;
H A Devergreend.h38 #define EVERGREEN_BOOL_CONST_OFFSET 0x0003A500 macro
/external/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.c155 } else if (index >= EVERGREEN_BOOL_CONST_OFFSET
158 res->cs[cs_end+1] = (index - EVERGREEN_BOOL_CONST_OFFSET) >> 2;
202 } else if (index >= EVERGREEN_BOOL_CONST_OFFSET
205 ctx->cs->buf[ctx->cs->cdw++] = (index - EVERGREEN_BOOL_CONST_OFFSET) >> 2;
H A Devergreend.h38 #define EVERGREEN_BOOL_CONST_OFFSET 0x0003A500 macro

Completed in 54 milliseconds