/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_context.h | 101 ubyte *mapped_vbuffer[PIPE_MAX_ATTRIBS];
|
lp_setup.h | 112 const ubyte refs[2] );
|
lp_scene.h | 85 ubyte data[DATA_BLOCK_SIZE]; 225 ubyte *data = block->data + block->used; 257 ubyte *data = block->data + block->used;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_math.h | 524 * Convert ubyte to float in [0, 1]. 528 ubyte_to_float(ubyte ub) 535 * Convert float in [0,1] to ubyte in [0,255] with clamping. 537 static INLINE ubyte 545 return (ubyte) 0; 548 return (ubyte) 255; 552 return (ubyte) tmp.i;
|
u_surface.c | 286 ubyte *dst_map; 319 memset(dst_map, (ubyte) zstencil, height * width); 322 memset(dst_map, (ubyte) zstencil, width);
|
u_sse.h | 76 ubyte ub[16]; 83 union { __m128i m; ubyte ub[16]; } u;
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_render_stencilref.c | 42 ubyte ref_value_front;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_context.h | 108 ubyte *mapped_vbuffer[PIPE_MAX_ATTRIBS];
|
sp_quad_depth_test.c | 50 ubyte stencilVals[TGSI_QUAD_SIZE]; 52 ubyte shader_stencil_refs[TGSI_QUAD_SIZE]; 347 ubyte refs[TGSI_QUAD_SIZE]; 425 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask) 428 ubyte newstencil[TGSI_QUAD_SIZE]; 429 ubyte refs[TGSI_QUAD_SIZE]; 614 ubyte ref, wrtMask, valMask;
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
dprimitives.swg | 60 SWIG_D_PRIMITIVE(unsigned char, ubyte)
|
/external/mesa3d/docs/OLD/ |
MESA_packed_depth_stencil.spec | 112 UNSIGNED_BYTE_3_3_2 ubyte 3 RGB 113 UNSIGNED_BYTE_2_3_3_REV ubyte 3 RGB
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pt_vsplit.c | 131 #define ELT_TYPE ubyte
|
draw_pt_fetch_shade_emit.c | 57 const ubyte *src[PIPE_MAX_ATTRIBS]; 162 ((const ubyte *) draw->pt.user.vbuffer[i] +
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_unfilled_gen.py | 28 GENERATE, UBYTE, USHORT, UINT = 'generate', 'ubyte', 'ushort', 'uint' 31 INTYPES = (GENERATE, UBYTE, USHORT, UINT) 48 intype_idx = dict(ubyte='IN_UBYTE', ushort='IN_USHORT', uint='IN_UINT')
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_context.c | 75 (ubyte *) mapped_indices + i915->index_buffer.offset,
|
i915_state.c | 285 ubyte r = float_to_ubyte(sampler->border_color.f[0]); 286 ubyte g = float_to_ubyte(sampler->border_color.f[1]); 287 ubyte b = float_to_ubyte(sampler->border_color.f[2]); 288 ubyte a = float_to_ubyte(sampler->border_color.f[3]); 387 ubyte *addr; 517 ubyte refByte = float_to_ubyte(depth_stencil->alpha.ref_value); [all...] |
/external/mesa3d/src/gallium/drivers/svga/ |
svga_swtnl_draw.c | 86 (const ubyte *) map + svga->curr.ib.offset,
|
/external/mesa3d/src/gallium/include/pipe/ |
p_compiler.h | 75 typedef unsigned char ubyte; typedef
|
p_state.h | 286 ubyte ref_value[2];
|
/external/mesa3d/src/gallium/tests/graw/ |
quad-tex.c | 121 ubyte tex2d[SIZE][SIZE][4];
|
tex-srgb.c | 147 ubyte tex2d[SIZE][SIZE][4];
|
tex-swizzle.c | 122 ubyte tex2d[SIZE][SIZE][4];
|
/external/mesa3d/src/mesa/vbo/ |
vbo_primitive_restart.c | 135 SCAN_ELEMENTS(ubyte);
|
/external/mesa3d/src/mesa/state_tracker/ |
st_program.c | 486 ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; 487 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; 491 ubyte fs_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; 492 ubyte fs_output_semantic_index[PIPE_MAX_SHADER_OUTPUTS]; 820 ubyte gs_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; 821 ubyte gs_output_semantic_index[PIPE_MAX_SHADER_OUTPUTS]; [all...] |
/external/mesa3d/src/gallium/drivers/r600/ |
r600_pipe.h | 205 ubyte valuemask[2]; 206 ubyte writemask[2]; 303 ubyte ref_value[2]; 304 ubyte valuemask[2]; 305 ubyte writemask[2];
|