/external/mesa3d/src/gallium/drivers/r300/ |
r300_state_derived.c | 124 /* WPOS. */ 125 if (r300_fs(r300)->shader->inputs.wpos != ATTR_UNUSED && gen_count < 8) { 126 DBG(r300, DBG_SWTCL, "draw_emit_attrib: WPOS, index: %i\n", 127 vs_outputs->wpos); 129 vs_outputs->wpos); 533 /* Rasterize WPOS. */ 535 if (fs_inputs->wpos != ATTR_UNUSED && tex_count < 8) { 536 /* Set up the WPOS coordinates in VAP. */ 547 DBG(r300, DBG_RS, "r300: Rasterized WPOS written to FS.\n"); 553 if (fs_inputs->wpos != ATTR_UNUSED && tex_count >= 8) [all...] |
r300_vs_draw.c | 35 * 3) Insert a trailing texcoord output containing a copy of POS, for WPOS. 61 * output for WPOS. */ 232 /* Insert the generic output for WPOS. */ 374 /* Make the last generic be WPOS. */ 375 vs->outputs.wpos = vs->outputs.generic[transform.last_generic + 1];
|
r300_state.c | [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_compiler.c | 235 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, 244 c->Program.InputsRead &= ~(1 << wpos); 305 inst->U.I.SrcReg[i].Index == wpos) {
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_compiler.c | 235 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, 244 c->Program.InputsRead &= ~(1 << wpos); 305 inst->U.I.SrcReg[i].Index == wpos) {
|
/external/qemu/audio/ |
audio.c | 999 rpos = hw->wpos - live; 1032 isamp = hw->wpos - rpos; 1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local 1130 wpos = (sw->hw->rpos + live) % hwsamples; 1142 left = hwsamples - wpos; 1152 sw->hw->mix_buf + wpos, 1160 wpos = (wpos + osamp) % hwsamples; [all...] |
audio_int.h | 98 int wpos; member in struct:HWVoiceIn
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_span.c | 624 GLfloat (*wpos)[4] = span->array->attribs[FRAG_ATTRIB_WPOS]; 631 wpos[i][0] = (GLfloat) span->array->x[i]; 632 wpos[i][1] = (GLfloat) span->array->y[i]; 637 wpos[i][0] = (GLfloat) span->x + i; 638 wpos[i][1] = (GLfloat) span->y; 645 wpos[i][2] = (GLfloat) span->array->z[i] * zScale; 646 wpos[i][3] = w; 1001 /* XXX always interpolate wpos so that DDX/DDY work */ [all...] |
/external/mesa3d/src/mesa/swrast/ |
s_span.c | 624 GLfloat (*wpos)[4] = span->array->attribs[FRAG_ATTRIB_WPOS]; 631 wpos[i][0] = (GLfloat) span->array->x[i]; 632 wpos[i][1] = (GLfloat) span->array->y[i]; 637 wpos[i][0] = (GLfloat) span->x + i; 638 wpos[i][1] = (GLfloat) span->y; 645 wpos[i][2] = (GLfloat) span->array->z[i] * zScale; 646 wpos[i][3] = w; 1001 /* XXX always interpolate wpos so that DDX/DDY work */ [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_vs_draw.c | 35 * 3) Insert a trailing texcoord output containing a copy of POS, for WPOS. 61 * output for WPOS. */ 232 /* Insert the generic output for WPOS. */ 374 /* Make the last generic be WPOS. */ 375 vs->outputs.wpos = vs->outputs.generic[transform.last_generic + 1];
|
r300_state.c | [all...] |
/frameworks/base/services/java/com/android/server/wm/ |
WindowManagerService.java | 1382 int wpos = windows.indexOf(win); local 1410 int wpos = windows.indexOf(win); local [all...] |