Searched defs:bfc (Results 1 - 5 of 5) sorted by relevance
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/ |
H A D | nv50_program.h | 77 ubyte bfc[2]; /* indices into varying for FFC (FP) or BFC (VP) */ member in struct:nv50_program::__anon12989
|
H A D | nv50_shader_state.c | 355 uint8_t bfc, ffc; local 357 bfc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_BFC0_ID__MASK) 359 if (nv50->rast->pipe.light_twoside == ((ffc == bfc) ? 0 : 1)) 384 n = vp->vp.bfc[i]; 385 if (fp->vp.bfc[i] >= fp->in_nr) 387 m = nv50_vec4_map(map, m, lin, &fp->in[fp->vp.bfc[i]],
|
/external/mesa3d/src/gallium/drivers/nv50/ |
H A D | nv50_program.h | 77 ubyte bfc[2]; /* indices into varying for FFC (FP) or BFC (VP) */ member in struct:nv50_program::__anon23474
|
H A D | nv50_shader_state.c | 355 uint8_t bfc, ffc; local 357 bfc = (nv50->state.semantic_color & NV50_3D_SEMANTIC_COLOR_BFC0_ID__MASK) 359 if (nv50->rast->pipe.light_twoside == ((ffc == bfc) ? 0 : 1)) 384 n = vp->vp.bfc[i]; 385 if (fp->vp.bfc[i] >= fp->in_nr) 387 m = nv50_vec4_map(map, m, lin, &fp->in[fp->vp.bfc[i]],
|
/external/chromium_org/v8/src/arm/ |
H A D | assembler-arm.cc | 1666 // bfc dst, #lsb, #width 1667 void Assembler::bfc(Register dst, int lsb, int width, Condition cond) { function in class:v8::internal::Assembler
|
Completed in 640 milliseconds