Home
last modified time | relevance | path

Searched refs:ubyte (Results 1 – 25 of 171) sorted by relevance

1234567

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
Du_pack_color.h52 ubyte ub;
63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a, in util_pack_color_ub()
148 ubyte src[4]; in util_pack_color_ub()
165 ubyte *r, ubyte *g, ubyte *b, ubyte *a) in util_unpack_color_ub()
171 *r = (ubyte) ((p >> 24) & 0xff); in util_unpack_color_ub()
172 *g = (ubyte) ((p >> 16) & 0xff); in util_unpack_color_ub()
173 *b = (ubyte) ((p >> 8) & 0xff); in util_unpack_color_ub()
174 *a = (ubyte) ((p >> 0) & 0xff); in util_unpack_color_ub()
180 *r = (ubyte) ((p >> 24) & 0xff); in util_unpack_color_ub()
181 *g = (ubyte) ((p >> 16) & 0xff); in util_unpack_color_ub()
[all …]
Du_gen_mipmap.c185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA; in do_row()
186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB; in do_row()
187 ubyte(*dst)[4] = (ubyte(*)[4]) dstRow; in do_row()
198 const ubyte(*rowA)[3] = (const ubyte(*)[3]) srcRowA; in do_row()
199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB; in do_row()
200 ubyte(*dst)[3] = (ubyte(*)[3]) dstRow; in do_row()
210 const ubyte(*rowA)[2] = (const ubyte(*)[2]) srcRowA; in do_row()
211 const ubyte(*rowB)[2] = (const ubyte(*)[2]) srcRowB; in do_row()
212 ubyte(*dst)[2] = (ubyte(*)[2]) dstRow; in do_row()
221 const ubyte *rowA = (const ubyte *) srcRowA; in do_row()
[all …]
Du_rect.c44 util_copy_rect(ubyte * dst, in util_copy_rect()
51 const ubyte * src, in util_copy_rect()
91 util_fill_rect(ubyte * dst, in util_fill_rect()
153 ubyte *row = dst; in util_fill_rect()
Du_rect.h92 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,
/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h52 ubyte ub;
63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a, in util_pack_color_ub()
148 ubyte src[4]; in util_pack_color_ub()
165 ubyte *r, ubyte *g, ubyte *b, ubyte *a) in util_unpack_color_ub()
171 *r = (ubyte) ((p >> 24) & 0xff); in util_unpack_color_ub()
172 *g = (ubyte) ((p >> 16) & 0xff); in util_unpack_color_ub()
173 *b = (ubyte) ((p >> 8) & 0xff); in util_unpack_color_ub()
174 *a = (ubyte) ((p >> 0) & 0xff); in util_unpack_color_ub()
180 *r = (ubyte) ((p >> 24) & 0xff); in util_unpack_color_ub()
181 *g = (ubyte) ((p >> 16) & 0xff); in util_unpack_color_ub()
[all …]
Du_gen_mipmap.c185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA; in do_row()
186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB; in do_row()
187 ubyte(*dst)[4] = (ubyte(*)[4]) dstRow; in do_row()
198 const ubyte(*rowA)[3] = (const ubyte(*)[3]) srcRowA; in do_row()
199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB; in do_row()
200 ubyte(*dst)[3] = (ubyte(*)[3]) dstRow; in do_row()
210 const ubyte(*rowA)[2] = (const ubyte(*)[2]) srcRowA; in do_row()
211 const ubyte(*rowB)[2] = (const ubyte(*)[2]) srcRowB; in do_row()
212 ubyte(*dst)[2] = (ubyte(*)[2]) dstRow; in do_row()
221 const ubyte *rowA = (const ubyte *) srcRowA; in do_row()
[all …]
Du_rect.c44 util_copy_rect(ubyte * dst, in util_copy_rect()
51 const ubyte * src, in util_copy_rect()
91 util_fill_rect(ubyte * dst, in util_fill_rect()
153 ubyte *row = dst; in util_fill_rect()
Du_rect.h92 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,
/external/mesa3d/src/gallium/drivers/nv50/
Dnv50_program.h39 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/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
Dnv50_program.h39 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/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h43 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 …]
Dtgsi_scan.c159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; in tgsi_scan_shader()
160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; in tgsi_scan_shader()
161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader()
162 info->input_centroid[reg] = (ubyte)fulldecl->Interp.Centroid; in tgsi_scan_shader()
163 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in tgsi_scan_shader()
191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; in tgsi_scan_shader()
192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; in tgsi_scan_shader()
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h43 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 …]
Dtgsi_scan.c159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; in tgsi_scan_shader()
160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; in tgsi_scan_shader()
161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader()
162 info->input_centroid[reg] = (ubyte)fulldecl->Interp.Centroid; in tgsi_scan_shader()
163 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in tgsi_scan_shader()
191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name; in tgsi_scan_shader()
192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index; in tgsi_scan_shader()
/external/oprofile/opjitconv/
Ddebug_line.c34 typedef uint8_t ubyte; typedef
95 ubyte minimum_instruction_length;
96 ubyte default_is_stmt;
100 ubyte line_range;
102 ubyte opcode_base;
124 ubyte pointer_size;
139 static ubyte const standard_opcode_length[DW_LNS_max_opcode - 1] =
169 ubyte cur = data & 0x7F; in emit_unsigned_LEB128()
184 ubyte cur = data & 0x7F; in emit_signed_LEB128()
198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode, in emit_extended_opcode()
[all …]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_mesa_to_tgsi.h55 const ubyte inputSemanticName[],
56 const ubyte inputSemanticIndex[],
60 const ubyte outputSemanticName[],
61 const ubyte outputSemanticIndex[],
Dst_glsl_to_tgsi.h45 const ubyte inputSemanticName[],
46 const ubyte inputSemanticIndex[],
51 const ubyte outputSemanticName[],
52 const ubyte outputSemanticIndex[],
Dst_program.h157 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/mesa/state_tracker/
Dst_mesa_to_tgsi.h55 const ubyte inputSemanticName[],
56 const ubyte inputSemanticIndex[],
60 const ubyte outputSemanticName[],
61 const ubyte outputSemanticIndex[],
Dst_glsl_to_tgsi.h45 const ubyte inputSemanticName[],
46 const ubyte inputSemanticIndex[],
51 const ubyte outputSemanticName[],
52 const ubyte outputSemanticIndex[],
Dst_program.h157 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/auxiliary/translate/
Dtranslate_generic.c188 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 …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/
Dtranslate_generic.c188 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 …]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
Ddraw_pt.c240 const ubyte *elem = (const ubyte *) draw->pt.user.elts; in draw_print_arrays()
272 ubyte *ptr = (ubyte *) draw->pt.user.vbuffer[buf]; in draw_print_arrays()
311 ubyte *u = (ubyte *) ptr; in draw_print_arrays()
373 const ubyte *elt_ub = (const ubyte *) draw->pt.user.elts; in draw_pt_arrays_restart()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c240 const ubyte *elem = (const ubyte *) draw->pt.user.elts; in draw_print_arrays()
272 ubyte *ptr = (ubyte *) draw->pt.user.vbuffer[buf]; in draw_print_arrays()
311 ubyte *u = (ubyte *) ptr; in draw_print_arrays()
373 const ubyte *elt_ub = (const ubyte *) draw->pt.user.elts; in draw_pt_arrays_restart()

1234567