Home
last modified time | relevance | path

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

1234567891011

/third_party/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()
156 ubyte *row = dst; in util_fill_rect()
169 util_fill_box(ubyte * dst, in util_fill_box()
363 ubyte *dst_map, in util_clear_color_texture_helper()
389 ubyte *dst_map; in util_clear_color_texture()
428 ubyte *dst_map; in util_clear_render_target()
464 util_fill_zs_rect(ubyte *dst_map, in util_fill_zs_rect()
554 util_fill_zs_box(ubyte *dst, in util_fill_zs_box()
[all …]
/third_party/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 output_semantic_name[PIPE_MAX_SHADER_OUTPUTS]; /**< TGSI_SEMANTIC_x */
55 ubyte output_semantic_index[PIPE_MAX_SHADER_OUTPUTS];
56 ubyte output_usagemask[PIPE_MAX_SHADER_OUTPUTS];
[all …]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv50_program.h38 ubyte sn; /* semantic name */
39 ubyte si; /* semantic index */
60 ubyte type;
70 ubyte max_gpr; /* REG_ALLOC_TEMP */
71 ubyte max_out; /* REG_ALLOC_RESULT or FP_RESULT_COUNT */
73 ubyte in_nr;
74 ubyte out_nr;
80 ubyte psiz; /* output slot of point size */
81 ubyte bfc[2]; /* indices into varying for FFC (FP) or BFC (VP) */
82 ubyte edgeflag;
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.h331 ubyte semantic;
332 ubyte interpolate;
333 ubyte fp16_lo_hi_valid;
334 ubyte usage_mask;
344 ubyte num_inputs;
345 ubyte num_outputs;
347 ubyte output_semantic[PIPE_MAX_SHADER_OUTPUTS];
348 ubyte output_usagemask[PIPE_MAX_SHADER_OUTPUTS];
349 ubyte output_readmask[PIPE_MAX_SHADER_OUTPUTS];
350 ubyte output_streams[PIPE_MAX_SHADER_OUTPUTS];
[all …]
/third_party/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[]);
/third_party/mindspore/mindspore/schema/
Dcipher.fbs21 p:[ubyte];
23 prime:[ubyte];
32 c_pk:[ubyte];
33 s_pk: [ubyte];
34 pw_iv: [ubyte];
35 pw_salt: [ubyte];
40 share:[ubyte];
46 c_pk:[ubyte];
47 s_pk:[ubyte];
50 ind_iv:[ubyte];
[all …]
/third_party/openGLES/extensions/SUN/
DSUN_vertex.txt38 void Color4ubVertex2fSUN(ubyte r, ubyte g, ubyte b, ubyte a,
40 void Color4ubVertex2fvSUN(const ubyte *c, const float *v);
42 void Color4ubVertex3fSUN(ubyte r, ubyte g, ubyte b, ubyte a,
44 void Color4ubVertex3fvSUN(const ubyte *c, const float *v);
68 ubyte r, ubyte g, ubyte b, ubyte a,
70 void TexCoord2fColor4ubVertex3fvSUN(const float *tc, const ubyte *c, const
104 ubyte r, ubyte g, ubyte b, ubyte a,
106 void ReplacementCodeuiColor4ubVertex3fvSUN(const uint *rc, const ubyte *c,
172 void Color4ubVertex2fSUN(ubyte r, ubyte g, ubyte b, ubyte a,
174 void Color4ubVertex2fvSUN(const ubyte *c, const float *v);
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/SUN/
DSUN_vertex.txt38 void Color4ubVertex2fSUN(ubyte r, ubyte g, ubyte b, ubyte a,
40 void Color4ubVertex2fvSUN(const ubyte *c, const float *v);
42 void Color4ubVertex3fSUN(ubyte r, ubyte g, ubyte b, ubyte a,
44 void Color4ubVertex3fvSUN(const ubyte *c, const float *v);
68 ubyte r, ubyte g, ubyte b, ubyte a,
70 void TexCoord2fColor4ubVertex3fvSUN(const float *tc, const ubyte *c, const
104 ubyte r, ubyte g, ubyte b, ubyte a,
106 void ReplacementCodeuiColor4ubVertex3fvSUN(const uint *rc, const ubyte *c,
172 void Color4ubVertex2fSUN(ubyte r, ubyte g, ubyte b, ubyte a,
174 void Color4ubVertex2fvSUN(const ubyte *c, const float *v);
[all …]
/third_party/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];
/third_party/mindspore/mindspore/lite/examples/train_lenet/
DREADME_CN.md37 │   ├── t10k-images-idx3-ubyte
38 │   └── t10k-labels-idx1-ubyte
40 ├── train-images-idx3-ubyte
41 └── train-labels-idx1-ubyte
113 │   │   │   ├── t10k-images-idx3-ubyte # test images
114 │   │   │   └── t10k-labels-idx1-ubyte # test labels
116 │   │   ├── train-images-idx3-ubyte # train images
117 │   │   └── train-labels-idx1-ubyte # train labels
DREADME.md37 │   ├── t10k-images-idx3-ubyte
38 │   └── t10k-labels-idx1-ubyte
40 ├── train-images-idx3-ubyte
41 └── train-labels-idx1-ubyte
124 │   │   │   ├── t10k-images-idx3-ubyte # test images
125 │   │   │   └── t10k-labels-idx1-ubyte # test labels
127 │   │   ├── train-images-idx3-ubyte # train images
128 │   │   └── train-labels-idx1-ubyte # train labels
/third_party/mindspore/mindspore/lite/examples/unified_api/
DREADME_CN.md37 │   ├── t10k-images-idx3-ubyte
38 │   └── t10k-labels-idx1-ubyte
40 ├── train-images-idx3-ubyte
41 └── train-labels-idx1-ubyte
113 │   │   │   ├── t10k-images-idx3-ubyte # test images
114 │   │   │   └── t10k-labels-idx1-ubyte # test labels
116 │   │   ├── train-images-idx3-ubyte # train images
117 │   │   └── train-labels-idx1-ubyte # train labels
DREADME.md37 │   ├── t10k-images-idx3-ubyte
38 │   └── t10k-labels-idx1-ubyte
40 ├── train-images-idx3-ubyte
41 └── train-labels-idx1-ubyte
124 │   │   │   ├── t10k-images-idx3-ubyte # test images
125 │   │   │   └── t10k-labels-idx1-ubyte # test labels
127 │   │   ├── train-images-idx3-ubyte # train images
128 │   │   └── train-labels-idx1-ubyte # train labels
/third_party/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c190 ATTRIB(R8G8B8A8_USCALED, 4, float, ubyte, TO_8_USCALED)
191 ATTRIB(R8G8B8_USCALED, 3, float, ubyte, TO_8_USCALED)
192 ATTRIB(R8G8_USCALED, 2, float, ubyte, TO_8_USCALED)
193 ATTRIB(R8_USCALED, 1, float, ubyte, TO_8_USCALED)
200 ATTRIB(R8G8B8A8_UNORM, 4, float, ubyte, TO_8_UNORM)
201 ATTRIB(R8G8B8_UNORM, 3, float, ubyte, TO_8_UNORM)
202 ATTRIB(R8G8_UNORM, 2, float, ubyte, TO_8_UNORM)
203 ATTRIB(R8_UNORM, 1, float, ubyte, TO_8_UNORM)
220 ATTRIB(R8G8B8A8_UINT, 4, uint32_t, ubyte, TO_INT)
221 ATTRIB(R8G8B8_UINT, 3, uint32_t, ubyte, TO_INT)
[all …]
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_link.h14 ubyte input_map[PIPE_MAX_SHADER_INPUTS];
18 ubyte output_map[PIPE_MAX_SHADER_OUTPUTS];
/third_party/flatbuffers/tests/
Dmonster_test.fbs18 enum Color:ubyte (bit_flags) {
82 inventory:[ubyte] (id: 5);
95 testnestedflatbuffer:[ubyte] (id:13, nested_flatbuffer: "Monster");
109 flex:[ubyte] (id:30, flexbuffer);
125 testrequirednestedflatbuffer:[ubyte] (id:49, nested_flatbuffer: "Monster");
/third_party/openGLES/extensions/EXT/
DEXT_packed_pixels.txt70 UNSIGNED_BYTE ubyte No
77 BITMAP ubyte Yes
78 UNSIGNED_BYTE_3_3_2_EXT ubyte Yes
120 (GL data types byte and ubyte), signed or unsigned short integers (GL data
154 modified bit orderings are defined only if the GL data type ubyte has
166 is TRUE. These reorderings are defined only when GL data type ubyte
188 element is not 1, 2, 4, or 8 times the number of bits in a GL ubyte,
218 UNSIGNED_BYTE_3_3_2_EXT ubyte 3 RGB
304 the data are a series of GL ubyte values. Each ubyte value specifies
309 the 8 least significant in each ubyte are not significant.
[all …]
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_packed_pixels.txt70 UNSIGNED_BYTE ubyte No
77 BITMAP ubyte Yes
78 UNSIGNED_BYTE_3_3_2_EXT ubyte Yes
120 (GL data types byte and ubyte), signed or unsigned short integers (GL data
154 modified bit orderings are defined only if the GL data type ubyte has
166 is TRUE. These reorderings are defined only when GL data type ubyte
188 element is not 1, 2, 4, or 8 times the number of bits in a GL ubyte,
218 UNSIGNED_BYTE_3_3_2_EXT ubyte 3 RGB
304 the data are a series of GL ubyte values. Each ubyte value specifies
309 the 8 least significant in each ubyte are not significant.
[all …]
/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt.c254 const ubyte *elem = (const ubyte *) draw->pt.user.elts; in draw_print_arrays()
286 ubyte *ptr = (ubyte *) draw->pt.user.vbuffer[buf].map; in draw_print_arrays()
325 ubyte *u = (ubyte *) ptr; in draw_print_arrays()
332 ubyte *u = (ubyte *) ptr; in draw_print_arrays()
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
DResource.cpp338 ubyte *dst = (ubyte*)map + z*transfer->layer_stride; in CreateResource()
339 … const ubyte *src = (const ubyte*)pInitialDataUP->pSysMem + z*pInitialDataUP->SysMemSlicePitch; in CreateResource()
867 ubyte *dst = (ubyte*)map + z*transfer->layer_stride; in ResourceUpdateSubResourceUP()
868 const ubyte *src = (const ubyte*)pSysMemUP + z*DepthPitch; in ResourceUpdateSubResourceUP()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_packed_6bytes.txt64 UNSIGNED_BYTE ubyte No
65 BITMAP ubyte Yes
72 BITMAP ubyte Yes
73 UNSIGNED_BYTE_3_3_2 ubyte Yes
74 UNSIGNED_BYTE_3_3_2_REV ubyte Yes
85 UNSIGNED_6BYTES_12_12_12_12_SGIX 6*ubyte Yes
/third_party/openGLES/extensions/SGIX/
DSGIX_packed_6bytes.txt64 UNSIGNED_BYTE ubyte No
65 BITMAP ubyte Yes
72 BITMAP ubyte Yes
73 UNSIGNED_BYTE_3_3_2 ubyte Yes
74 UNSIGNED_BYTE_3_3_2_REV ubyte Yes
85 UNSIGNED_6BYTES_12_12_12_12_SGIX 6*ubyte Yes

1234567891011