/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_texture.c | 670 ubyte *map; 894 ubyte * 915 return (ubyte *) img->data + offset; [all...] |
lp_setup.c | 571 const ubyte refs[2] ) 793 /* smear each blend color component across 16 ubyte elements */
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_inlines.h | 409 ubyte *map; 411 map = (ubyte *) pipe_buffer_map_range(pipe,
|
u_tile.c | 612 ubyte *map; 620 map = (ubyte *)pipe->transfer_map(pipe, pt); 742 ubyte *map; 749 map = (ubyte *)pipe->transfer_map(pipe, pt);
|
u_pstipple.c | 68 ubyte *data;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.h | 131 ubyte constant_flags[I915_MAX_CONSTANT];
|
/external/mesa3d/src/mesa/state_tracker/ |
st_draw_feedback.c | 236 (ubyte *) mapped_indices + ibuffer.offset,
|
st_mesa_to_tgsi.c | 1021 const ubyte inputSemanticName[], 1022 const ubyte inputSemanticIndex[], 1026 const ubyte outputSemanticName[], 1027 const ubyte outputSemanticIndex[], [all...] |
st_cb_drawpixels.c | 840 ubyte *stmap; 924 ubyte *dest = stmap + spanY * pt->stride; [all...] |
st_texture.c | 343 ubyte *map;
|
st_cb_bitmap.c | 105 ubyte *buffer; 271 ubyte *destBuffer, uint destStride) 291 ubyte *dest;
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 122 const ubyte *registerName, float *v) 216 const ubyte *registerName,
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_indices_gen.py | 28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' 31 INTYPES = (GENERATE, UBYTE, USHORT, UINT) 57 intype_idx = dict(ubyte='IN_UBYTE', ushort='IN_USHORT', uint='IN_UINT')
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_tgsi_emit.h | 375 static INLINE ubyte svga_tgsi_sampler_type( struct svga_shader_emitter *emit,
|
/external/mesa3d/src/gallium/tests/graw/ |
quad-sample.c | 169 ubyte tex2d[SIZE][SIZE][4];
|
fs-test.c | 295 ubyte tex2d[SIZE][SIZE][4];
|
gs-test.c | 359 ubyte tex2d[SIZE][SIZE][4];
|
vs-test.c | 246 ubyte tex2d[SIZE][SIZE][4];
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_aaline.c | 445 ubyte *data; 466 ubyte d;
|
draw_pipe_pstipple.c | 397 ubyte *data;
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir.h | 527 Symbol(Program *, DataFile file = FILE_MEMORY_CONST, ubyte fileIdx = 0); 541 inline void setFile(DataFile file, ubyte fileIndex = 0)
|
nv50_ir.cpp | 281 Symbol::Symbol(Program *prog, DataFile f, ubyte fidx)
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_draw.c | 421 (ubyte *) map + nv30->idxbuf.offset,
|
/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_program.c | 426 const ubyte type = p->type;
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.c | 750 const ubyte type = prog->type;
|