Home
last modified time | relevance | path

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

/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/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/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.cpp203 std::string::size_type wpos = CStr.find_first_of(" \t"); in ParseConstraint() local
/external/mesa3d/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