Home
last modified time | relevance | path

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

12345678

/external/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h51 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_simple_shaders.h153 const ubyte *semantic_names,
154 const ubyte *semantic_indexes);
166 const ubyte *vs_semantic_names,
167 const ubyte *vs_semantic_indexes,
168 const ubyte *tes_semantic_names,
169 const ubyte *tes_semantic_indexes,
Du_surface.h48 util_copy_box(ubyte * dst,
53 const ubyte * src,
58 util_fill_rect(ubyte * dst, enum pipe_format format,
63 util_fill_box(ubyte * dst, enum pipe_format format,
70 util_fill_zs_box(ubyte *dst, enum pipe_format format,
Du_surface.c65 util_copy_box(ubyte * dst, in util_copy_box()
70 const ubyte * src, in util_copy_box()
94 util_fill_rect(ubyte * dst, in util_fill_rect()
150 ubyte *row = dst; in util_fill_rect()
163 util_fill_box(ubyte * dst, in util_fill_box()
330 ubyte *dst_map, in util_clear_color_texture_helper()
356 ubyte *dst_map; in util_clear_color_texture()
395 ubyte *dst_map; in util_clear_render_target()
431 util_fill_zs_rect(ubyte *dst_map, in util_fill_zs_rect()
523 util_fill_zs_box(ubyte *dst, in util_fill_zs_box()
[all …]
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h47 ubyte num_inputs;
48 ubyte num_outputs;
49 ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; /**< TGSI_SEMANTIC_x */
50 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS];
51 ubyte input_interpolate[PIPE_MAX_SHADER_INPUTS];
52 ubyte input_interpolate_loc[PIPE_MAX_SHADER_INPUTS];
53 ubyte input_usage_mask[PIPE_MAX_SHADER_INPUTS];
54 ubyte input_cylindrical_wrap[PIPE_MAX_SHADER_INPUTS];
55 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */
56 ubyte output_semantic_index[PIPE_MAX_SHADER_OUTPUTS];
[all …]
/external/virglrenderer/src/gallium/auxiliary/tgsi/
Dtgsi_scan.h47 ubyte num_inputs;
48 ubyte num_outputs;
49 ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS]; /**< TGSI_SEMANTIC_x */
50 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS];
51 ubyte input_interpolate[PIPE_MAX_SHADER_INPUTS];
52 ubyte input_interpolate_loc[PIPE_MAX_SHADER_INPUTS];
53 ubyte input_usage_mask[PIPE_MAX_SHADER_INPUTS];
54 ubyte input_cylindrical_wrap[PIPE_MAX_SHADER_INPUTS];
55 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */
56 ubyte output_semantic_index[PIPE_MAX_SHADER_OUTPUTS];
[all …]
Dtgsi_scan.c284 info->input_semantic_name[reg] = (ubyte) semName; in tgsi_scan_shader()
285 info->input_semantic_index[reg] = (ubyte) semIndex; in tgsi_scan_shader()
286 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in tgsi_scan_shader()
287 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; in tgsi_scan_shader()
288 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap; in tgsi_scan_shader()
369 info->output_semantic_name[reg] = (ubyte) semName; in tgsi_scan_shader()
370 info->output_semantic_index[reg] = (ubyte) semIndex; in tgsi_scan_shader()
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h39 ubyte sn; /* semantic name */
40 ubyte si; /* semantic index */
55 ubyte type;
65 ubyte max_gpr; /* REG_ALLOC_TEMP */
66 ubyte max_out; /* REG_ALLOC_RESULT or FP_RESULT_COUNT */
68 ubyte in_nr;
69 ubyte out_nr;
75 ubyte psiz; /* output slot of point size */
76 ubyte bfc[2]; /* indices into varying for FFC (FP) or BFC (VP) */
77 ubyte edgeflag;
[all …]
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h330 ubyte num_inputs;
331 ubyte num_outputs;
332 ubyte input_semantic[PIPE_MAX_SHADER_INPUTS];
333 ubyte input_interpolate[PIPE_MAX_SHADER_INPUTS];
334 ubyte input_usage_mask[PIPE_MAX_SHADER_INPUTS];
335 ubyte output_semantic[PIPE_MAX_SHADER_OUTPUTS];
337 ubyte output_usagemask[PIPE_MAX_SHADER_OUTPUTS];
338 ubyte output_readmask[PIPE_MAX_SHADER_OUTPUTS];
339 ubyte output_streams[PIPE_MAX_SHADER_OUTPUTS];
340 ubyte output_type[PIPE_MAX_SHADER_OUTPUTS]; /* enum nir_alu_type */
[all …]
/external/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi.h49 const ubyte inputMapping[],
50 const ubyte inputSlotToAttr[],
51 const ubyte inputSemanticName[],
52 const ubyte inputSemanticIndex[],
53 const ubyte interpMode[],
55 const ubyte outputMapping[],
56 const ubyte outputSemanticName[],
57 const ubyte outputSemanticIndex[]);
Dst_mesa_to_tgsi.h57 const ubyte inputMapping[],
58 const ubyte inputSemanticName[],
59 const ubyte inputSemanticIndex[],
60 const ubyte interpMode[],
62 const ubyte outputMapping[],
63 const ubyte outputSemanticName[],
64 const ubyte outputSemanticIndex[]);
Dst_atifs_to_tgsi.h46 const ubyte inputMapping[],
47 const ubyte inputSemanticName[],
48 const ubyte inputSemanticIndex[],
49 const ubyte interpMode[],
51 const ubyte outputMapping[],
52 const ubyte outputSemanticName[],
53 const ubyte outputSemanticIndex[]);
Dst_program.h257 ubyte index_to_input[PIPE_MAX_ATTRIBS];
258 ubyte num_inputs;
260 ubyte input_to_index[VERT_ATTRIB_MAX];
263 ubyte result_to_output[VARYING_SLOT_MAX];
/external/virglrenderer/src/gallium/auxiliary/util/
Du_pack_color.h52 ubyte ub;
64 pack_ub4(ubyte b0, ubyte b1, ubyte b2, ubyte b3) in pack_ub4()
Du_surface.h48 util_copy_rect(ubyte * dst, enum pipe_format format,
50 unsigned width, unsigned height, const ubyte * src,
54 util_copy_box(ubyte * dst,
59 const ubyte * src,
64 util_fill_rect(ubyte * dst, enum pipe_format format,
69 util_fill_box(ubyte * dst, enum pipe_format format,
Du_surface.c66 util_copy_rect(ubyte * dst, in util_copy_rect()
73 const ubyte * src, in util_copy_rect()
118 util_copy_box(ubyte * dst, in util_copy_box()
123 const ubyte * src, in util_copy_box()
147 util_fill_rect(ubyte * dst, in util_fill_rect()
205 ubyte *row = dst; in util_fill_rect()
218 util_fill_box(ubyte * dst, in util_fill_box()
/external/mesa3d/src/gallium/drivers/swr/
Dswr_shader.h92 ubyte vs_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS];
93 ubyte vs_output_semantic_idx[PIPE_MAX_SHADER_OUTPUTS];
106 ubyte vs_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS];
107 ubyte vs_output_semantic_idx[PIPE_MAX_SHADER_OUTPUTS];
113 ubyte vs_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS];
114 ubyte vs_output_semantic_idx[PIPE_MAX_SHADER_OUTPUTS];
120 ubyte prev_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS];
121 ubyte prev_output_semantic_idx[PIPE_MAX_SHADER_OUTPUTS];
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c191 ATTRIB(R8G8B8A8_USCALED, 4, float, ubyte, TO_8_USCALED)
192 ATTRIB(R8G8B8_USCALED, 3, float, ubyte, TO_8_USCALED)
193 ATTRIB(R8G8_USCALED, 2, float, ubyte, TO_8_USCALED)
194 ATTRIB(R8_USCALED, 1, float, ubyte, TO_8_USCALED)
201 ATTRIB(R8G8B8A8_UNORM, 4, float, ubyte, TO_8_UNORM)
202 ATTRIB(R8G8B8_UNORM, 3, float, ubyte, TO_8_UNORM)
203 ATTRIB(R8G8_UNORM, 2, float, ubyte, TO_8_UNORM)
204 ATTRIB(R8_UNORM, 1, float, ubyte, TO_8_UNORM)
221 ATTRIB(R8G8B8A8_UINT, 4, uint32_t, ubyte, TO_INT)
222 ATTRIB(R8G8B8_UINT, 3, uint32_t, ubyte, TO_INT)
[all …]
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c262 const ubyte *elem = (const ubyte *) draw->pt.user.elts; in draw_print_arrays()
294 ubyte *ptr = (ubyte *) draw->pt.user.vbuffer[buf].map; in draw_print_arrays()
333 ubyte *u = (ubyte *) ptr; in draw_print_arrays()
340 ubyte *u = (ubyte *) ptr; in draw_print_arrays()
406 const ubyte *elt_ub = (const ubyte *) draw->pt.user.elts; in draw_pt_arrays_restart()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_link.h14 ubyte input_map[PIPE_MAX_SHADER_INPUTS];
18 ubyte output_map[PIPE_MAX_SHADER_OUTPUTS];
/external/mesa3d/src/gallium/include/pipe/
Dp_state.h382 ubyte ref_value[2];
396 ubyte samples; /**< Number of samples in a no-attachment framebuffer */
399 ubyte nr_cbufs;
743 ubyte vertices_per_patch; /**< the number of vertices per patch */
744 ubyte index_size; /**< if 0, the draw is not indexed. */
/external/flatbuffers/tests/
Dmonster_test.fbs18 enum Color:ubyte (bit_flags) {
76 inventory:[ubyte] (id: 5);
89 testnestedflatbuffer:[ubyte] (id:13, nested_flatbuffer: "Monster");
103 flex:[ubyte] (id:30, flexbuffer);
/external/mesa3d/src/gallium/drivers/i915/
Di915_state_dynamic.c222 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
223 ubyte p[4]; in upload_STIPPLE()
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir_driver.h55 ubyte id; /* TGSI register index */
56 ubyte sn; /* TGSI semantic name */
57 ubyte si; /* TGSI semantic index */
/external/libtextclassifier/native/utils/
Dlua_utils_tests.fbs21 ubyte_field: ubyte;
33 repeated_ubyte_field: [ubyte];

12345678