Home
last modified time | relevance | path

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

12345678910

/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.h157 const ubyte *semantic_names,
158 const ubyte *semantic_indexes);
170 const ubyte *vs_semantic_names,
171 const ubyte *vs_semantic_indexes,
172 const ubyte *tes_semantic_names,
173 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 …]
Dtgsi_scan.c669 info->input_semantic_name[reg] = (ubyte) semName; in scan_declaration()
670 info->input_semantic_index[reg] = (ubyte) semIndex; in scan_declaration()
671 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate; in scan_declaration()
672 info->input_interpolate_loc[reg] = (ubyte)fulldecl->Interp.Location; in scan_declaration()
735 info->output_semantic_name[reg] = (ubyte) semName; in scan_declaration()
736 info->output_semantic_index[reg] = (ubyte) semIndex; in scan_declaration()
741 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamX; in scan_declaration()
745 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamY << 2; in scan_declaration()
749 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamZ << 4; in scan_declaration()
753 info->output_streams[reg] |= (ubyte)fulldecl->Semantic.StreamW << 6; in scan_declaration()
/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.h369 ubyte semantic;
370 ubyte interpolate;
371 ubyte fp16_lo_hi_valid;
372 ubyte usage_mask;
382 ubyte num_inputs;
383 ubyte num_outputs;
385 ubyte output_semantic[PIPE_MAX_SHADER_OUTPUTS];
386 ubyte output_usagemask[PIPE_MAX_SHADER_OUTPUTS];
387 ubyte output_readmask[PIPE_MAX_SHADER_OUTPUTS];
388 ubyte output_streams[PIPE_MAX_SHADER_OUTPUTS];
[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/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/mesa3d/src/gallium/drivers/svga/
Dsvga_shader.h302 ubyte num_inputs;
303 ubyte num_outputs;
305 ubyte input_semantic_name[PIPE_MAX_SHADER_INPUTS];
306 ubyte input_semantic_index[PIPE_MAX_SHADER_INPUTS];
307 ubyte input_usage_mask[PIPE_MAX_SHADER_INPUTS];
308 ubyte output_semantic_name[PIPE_MAX_SHADER_OUTPUTS];
309 ubyte output_semantic_index[PIPE_MAX_SHADER_OUTPUTS];
310 ubyte output_usage_mask[PIPE_MAX_SHADER_OUTPUTS];
Dsvga_link.h14 ubyte input_map[PIPE_MAX_SHADER_INPUTS];
18 ubyte output_map[PIPE_MAX_SHADER_OUTPUTS];
/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/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/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/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.cpp363 ubyte *dst = (ubyte*)map + z*transfer->layer_stride; in CreateResource()
364 … const ubyte *src = (const ubyte*)pInitialDataUP->pSysMem + z*pInitialDataUP->SysMemSlicePitch; in CreateResource()
920 ubyte *dst = (ubyte*)map + z*transfer->layer_stride; in ResourceUpdateSubResourceUP()
921 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
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_state_dynamic.c221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple; in upload_STIPPLE()
222 ubyte p[4]; in upload_STIPPLE()
/third_party/skia/third_party/externals/opengl-registry/extensions/SGI/
DSGI_complex_type.txt69 UNSIGNED_BYTE ubyte No
76 BITMAP ubyte Yes
77 UNSIGNED_BYTE_3_3_2_EXT ubyte Yes
82 COMPLEX_UNSIGNED_BYTE_SGI ubyte No
172 UNSIGNED_BYTE ubyte c = ((2**8)-1)*f
179 UNSIGNED_BYTE_3_3_2_EXT ubyte c = ((2**N)-1)*f
184 COMPLEX_UNSIGNED_BYTE ubyte cs = ((2**8)-1)*fs
/third_party/openGLES/extensions/SGI/
DSGI_complex_type.txt69 UNSIGNED_BYTE ubyte No
76 BITMAP ubyte Yes
77 UNSIGNED_BYTE_3_3_2_EXT ubyte Yes
82 COMPLEX_UNSIGNED_BYTE_SGI ubyte No
172 UNSIGNED_BYTE ubyte c = ((2**8)-1)*f
179 UNSIGNED_BYTE_3_3_2_EXT ubyte c = ((2**N)-1)*f
184 COMPLEX_UNSIGNED_BYTE ubyte cs = ((2**8)-1)*fs
/third_party/openGLES/extensions/AMD/
DAMD_multi_draw_indirect.txt96 const ubyte * ptr = (const ubyte *)indirect;
138 const ubyte * ptr = (const ubyte *)indirect;
/third_party/skia/third_party/externals/opengl-registry/extensions/AMD/
DAMD_multi_draw_indirect.txt96 const ubyte * ptr = (const ubyte *)indirect;
138 const ubyte * ptr = (const ubyte *)indirect;
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_rasterpos.c120 update_attrib(struct gl_context *ctx, const ubyte *outputMapping, in update_attrib()
126 const ubyte k = outputMapping[result]; in update_attrib()
146 const ubyte *outputMapping = stvp->result_to_output; in rastpos_point()

12345678910