HomeSort by: relevance | last modified time | path
    Searched defs:term (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texenv.c 174 /** Set an RGB or A combiner source term */
180 GLuint term; local
184 * Translate pname to (term, alpha).
193 term = pname - GL_SOURCE0_RGB;
200 term = pname - GL_SOURCE0_ALPHA;
208 if ((term == 3) && (ctx->API != API_OPENGL_COMPAT
214 assert(term < MAX_COMBINER_TERMS);
217 * Error-check param (the source term)
258 texUnit->Combine.SourceA[term] = param;
260 texUnit->Combine.SourceRGB[term] = param
272 GLuint term; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
texenv.c 174 /** Set an RGB or A combiner source term */
180 GLuint term; local
184 * Translate pname to (term, alpha).
193 term = pname - GL_SOURCE0_RGB;
200 term = pname - GL_SOURCE0_ALPHA;
208 if ((term == 3) && (ctx->API != API_OPENGL_COMPAT
214 assert(term < MAX_COMBINER_TERMS);
217 * Error-check param (the source term)
258 texUnit->Combine.SourceA[term] = param;
260 texUnit->Combine.SourceRGB[term] = param
272 GLuint term; local
    [all...]
  /xsrc/external/mit/xterm/dist/
data.c 94 XtermWidget term; /* master data structure for client */ variable
  /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
s_context.c 190 GLuint term; local
191 for (term = 0; term < combine->_NumArgsRGB; term++) {
192 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
196 if (combine->SourceA[term] == GL_PRIMARY_COLOR) {
s_texcombine.c 97 GLuint i, term; local
141 for (term = 0; term < numArgsRGB; term++) {
142 const GLenum srcRGB = combine->SourceRGB[term];
143 const GLenum operandRGB = combine->OperandRGB[term];
147 argRGB[term] = get_texel_array(swrast, unit);
150 argRGB[term] = primary_rgba;
153 argRGB[term] = rgba;
157 float4_array c = ccolor[term];
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
s_context.c 190 GLuint term; local
191 for (term = 0; term < combine->_NumArgsRGB; term++) {
192 if (combine->SourceRGB[term] == GL_PRIMARY_COLOR) {
196 if (combine->SourceA[term] == GL_PRIMARY_COLOR) {
s_texcombine.c 97 GLuint i, term; local
141 for (term = 0; term < numArgsRGB; term++) {
142 const GLenum srcRGB = combine->SourceRGB[term];
143 const GLenum operandRGB = combine->OperandRGB[term];
147 argRGB[term] = get_texel_array(swrast, unit);
150 argRGB[term] = primary_rgba;
153 argRGB[term] = rgba;
157 float4_array c = ccolor[term];
    [all...]
  /xsrc/external/mit/libXfont/dist/src/FreeType/
xttcap.c 606 char const *term; local
608 if (NULL == (term = strrchr(strCapHead, ':')))
614 for (p=term-1; p>=strCapHead; p--) {
618 * ^p ^term
620 if ( p!=term ) {
621 int len = term-p-1;
631 term=p;
640 while (strCapHead<term) {
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
xttcap.c 607 char const *term; local
609 if (NULL == (term = strrchr(strCapHead, ':')))
615 for (p=term-1; p>=strCapHead; p--) {
619 * ^p ^term
621 if ( p!=term ) {
622 int len = term-p-1;
632 term=p;
641 while (strCapHead<term) {
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 196 term(head) { }
200 virtual bool end() const { return pos == term; }
212 Item *term; member in class:nv50_ir::DLList::Iterator
nv50_ir_peephole.cpp 3335 FlowInstruction *term = insn ? insn->asFlow() : NULL; local
3336 if (!term)
3338 Graph::Edge::Type ty = term->bb->cfg.outgoing().getType();
3340 if (term->op == OP_BRA) {
3345 if (term->op != OP_JOIN)
3348 Value *pred = term->getPredicate();
3350 delete_Instruction(prog, term);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_util.h 196 term(head) { }
200 virtual bool end() const { return pos == term; }
212 Item *term; member in class:nv50_ir::DLList::Iterator
nv50_ir_peephole.cpp 3261 FlowInstruction *term = insn ? insn->asFlow() : NULL; local
3262 if (!term)
3264 Graph::Edge::Type ty = term->bb->cfg.outgoing().getType();
3266 if (term->op == OP_BRA) {
3271 if (term->op != OP_JOIN)
3274 Value *pred = term->getPredicate();
3276 delete_Instruction(prog, term);
  /xsrc/external/mit/font-util/dist/
ucs2any.c 586 char * term; local
595 if ((term = strstr(fontname, "-ISO10646-1")) == NULL) {
601 *term = '\0';
  /xsrc/external/mit/libdrm/dist/
xf86drm.c 3716 char path[PATH_MAX + 1], *term; local
3724 term = strrchr(pci_path, '/');
3725 if (term && strncmp(term, "/virtio", 7) == 0)
3726 *term = 0;

Completed in 99 milliseconds