/external/mesa3d/src/gallium/drivers/nv50/ |
nv50_program.h | 39 ubyte sn; /* semantic name */ 40 ubyte si; /* semantic index */ 55 ubyte type; 66 ubyte max_gpr; /* REG_ALLOC_TEMP */ 67 ubyte max_out; /* REG_ALLOC_RESULT or FP_RESULT_COUNT */ 69 ubyte in_nr; 70 ubyte out_nr; 76 ubyte psiz; /* output slot of point size */ 77 ubyte bfc[2]; /* indices into varying for FFC (FP) or BFC (VP) */ 78 ubyte edgeflag [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_scan.h | 43 ubyte num_inputs; 44 ubyte num_outputs; 45 ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; /**< TGSI_SEMANTIC_x */ 46 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS]; 47 ubyte input_interpolate[PIPE_MAX_SHADER_INPUTS]; 48 ubyte input_centroid[PIPE_MAX_SHADER_INPUTS]; 49 ubyte input_usage_mask[PIPE_MAX_SHADER_INPUTS]; 50 ubyte input_cylindrical_wrap[PIPE_MAX_SHADER_INPUTS]; 51 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */ 52 ubyte output_semantic_index[PIPE_MAX_SHADER_OUTPUTS] [all...] |
tgsi_scan.c | 159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; 160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; 161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; 162 info->input_centroid[reg] = (ubyte)fulldecl->Interp.Centroid; 163 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; 191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; 192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index;
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_pack_color.h | 52 ubyte ub; 60 * Pack ubyte R,G,B,A into dest pixel. 63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a, 148 ubyte src[4]; 165 ubyte *r, ubyte *g, ubyte *b, ubyte *a [all...] |
u_rect.h | 92 util_copy_rect(ubyte * dst, enum pipe_format format, 94 unsigned width, unsigned height, const ubyte * src, 98 util_fill_rect(ubyte * dst, enum pipe_format format,
|
u_rect.c | 44 util_copy_rect(ubyte * dst, 51 const ubyte * src, 91 util_fill_rect(ubyte * dst, 153 ubyte *row = dst;
|
u_gen_mipmap.c | 185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA; 186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB; 187 ubyte(*dst)[4] = (ubyte(*)[4]) dstRow; 198 const ubyte(*rowA)[3] = (const ubyte(*)[3]) srcRowA; 199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB [all...] |
u_linkage.c | 50 ubyte *semantic_name; 51 ubyte *semantic_index;
|
/external/mesa3d/src/mesa/state_tracker/ |
st_mesa_to_tgsi.h | 55 const ubyte inputSemanticName[], 56 const ubyte inputSemanticIndex[], 60 const ubyte outputSemanticName[], 61 const ubyte outputSemanticIndex[],
|
st_glsl_to_tgsi.h | 45 const ubyte inputSemanticName[], 46 const ubyte inputSemanticIndex[], 51 const ubyte outputSemanticName[], 52 const ubyte outputSemanticIndex[],
|
st_program.h | 157 ubyte output_semantic_name[VERT_RESULT_MAX]; 158 ubyte output_semantic_index[VERT_RESULT_MAX]; 211 ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; 212 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS];
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_texture.h | 194 ubyte * 211 ubyte * 217 ubyte *
|
lp_draw_arrays.c | 83 (ubyte *) mapped_indices + lp->index_buffer.offset,
|
lp_surface.c | 153 const ubyte *src_linear_ptr 157 ubyte *dst_linear_ptr
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 52 ubyte id; /* TGSI register index */ 53 ubyte sn; /* TGSI semantic name */ 54 ubyte si; /* TGSI semantic index */
|
/external/mesa3d/src/gallium/drivers/nvc0/ |
nvc0_program.h | 22 ubyte type;
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_pipe_util.c | 79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
|
draw_pt.c | 240 const ubyte *elem = (const ubyte *) draw->pt.user.elts; 272 ubyte *ptr = (ubyte *) draw->pt.user.vbuffer[buf]; 311 ubyte *u = (ubyte *) ptr; 373 const ubyte *elt_ub = (const ubyte *) draw->pt.user.elts;
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tile_cache.h | 70 ubyte stencil8[TILE_SIZE][TILE_SIZE]; 74 ubyte any[1];
|
sp_draw_arrays.c | 93 (ubyte *) mapped_indices + sp->index_buffer.offset,
|
sp_fs_exec.c | 136 const ubyte *sem_name = var->info.output_semantic_name; 137 const ubyte *sem_index = var->info.output_semantic_index;
|
/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_dynamic.c | 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; 222 ubyte p[4];
|
/prebuilts/misc/common/swig/include/2.0.11/d/ |
typemaps.i | 72 INPUT_TYPEMAP(unsigned char, unsigned char, ubyte) 155 OUTPUT_TYPEMAP(unsigned char, unsigned char, ubyte, UINT8_PTR) 246 INOUT_TYPEMAP(unsigned char, unsigned char, ubyte, UINT8_PTR)
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
u_unfilled_indices.c | 33 const ubyte *in_ub = (const ubyte *)in;
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_generic.c | 188 ATTRIB( R8G8B8A8_USCALED, 4, float, ubyte, TO_8_USCALED ) 189 ATTRIB( R8G8B8_USCALED, 3, float, ubyte, TO_8_USCALED ) 190 ATTRIB( R8G8_USCALED, 2, float, ubyte, TO_8_USCALED ) 191 ATTRIB( R8_USCALED, 1, float, ubyte, TO_8_USCALED ) 198 ATTRIB( R8G8B8A8_UNORM, 4, float, ubyte, TO_8_UNORM ) 199 ATTRIB( R8G8B8_UNORM, 3, float, ubyte, TO_8_UNORM ) 200 ATTRIB( R8G8_UNORM, 2, float, ubyte, TO_8_UNORM ) 201 ATTRIB( R8_UNORM, 1, float, ubyte, TO_8_UNORM ) 218 ATTRIB( R8G8B8A8_UINT, 4, uint32_t, ubyte, TO_INT ) 219 ATTRIB( R8G8B8_UINT, 3, uint32_t, ubyte, TO_INT [all...] |