Home
last modified time | relevance | path

Searched defs:wpos (Results 1 – 25 of 25) sorted by relevance

/external/qemu/android/
Dcbuffer.c54 int wpos = cb->rpos + cb->count; in cbuffer_write_peek() local
89 int wpos = cb->rpos + cb->count; in cbuffer_write() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
Dr300_shader_semantics.h44 int wpos; member
Dr300_fs.c434 int wpos, face; in r300_translate_fragment_shader() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_shader_semantics.h44 int wpos; member
Dr300_fs.c434 int wpos, face; in r300_translate_fragment_shader() local
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_fragprog.c165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col]; in init_machine() local
Ds_span.c624 GLfloat (*wpos)[4] = span->array->attribs[FRAG_ATTRIB_WPOS]; in interpolate_wpos() local
/external/mesa3d/src/mesa/swrast/
Ds_fragprog.c165 GLfloat *wpos = span->array->attribs[FRAG_ATTRIB_WPOS][col]; in init_machine() local
Ds_span.c624 GLfloat (*wpos)[4] = span->array->attribs[FRAG_ATTRIB_WPOS]; in interpolate_wpos() local
/external/qemu/audio/
Desdaudio.c86 int wpos; member
336 int incr, to_grab, wpos; in qesd_thread_in() local
Dpaaudio.c59 int wpos; member
195 int incr, to_grab, wpos; in qpa_thread_in() local
Dwavaudio.c354 int wpos, live, decr, samples; in wav_in_run() local
Ddsoundaudio.c578 DWORD wpos, ppos, old_pos; in dsound_run_out() local
Dcoreaudio.c643 int wpos, avail; in audioInDeviceIOProc() local
Dossaudio.c49 int wpos; member
Daudio_int.h98 int wpos; member
Dalsaaudio.c117 int wpos; member
Daudio.c1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; in audio_pcm_sw_write() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c235 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos()
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_compiler.c235 void rc_transform_fragment_wpos(struct radeon_compiler * c, unsigned wpos, unsigned new_input, in rc_transform_fragment_wpos()
/external/llvm/utils/TableGen/
DCodeGenInstruction.cpp200 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint() local
/external/qemu/hw/android/goldfish/
Dpipe.c651 int wpos = pipe->pos + pipe->count; in pingPongPipe_sendBuffers() local
675 int wpos = pipe->pos + pipe->count; in pingPongPipe_sendBuffers() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp601 fs_reg wpos = *reg; in emit_fragcoord_interpolation() local
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
Dbrw_fs.cpp601 fs_reg wpos = *reg; in emit_fragcoord_interpolation() local
/external/zopfli/src/zopflipng/lodepng/
Dlodepng.cpp1415 static void updateHashChain(Hash* hash, size_t wpos, int hashval) in updateHashChain()
1459 size_t wpos = pos & (windowsize - 1); /*position for in 'circular' hash buffers*/ in encodeLZ77() local