HomeSort by relevance Sort by last modified time
    Searched refs:ubyte (Results 1 - 25 of 108) sorted by null

1 2 3 4 5

  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 47 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/mesa3d/src/gallium/drivers/nouveau/nv50/
nv50_program.h 39 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/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_atifs_to_tgsi.h 47 const ubyte inputSemanticName[],
48 const ubyte inputSemanticIndex[],
52 const ubyte outputSemanticName[],
53 const ubyte outputSemanticIndex[]);
st_glsl_to_tgsi.h 47 const ubyte inputSemanticName[],
48 const ubyte inputSemanticIndex[],
53 const ubyte outputSemanticName[],
54 const ubyte outputSemanticIndex[]);
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 52 ubyte ub;
61 * Pack ubyte R,G,B,A into dest pixel.
64 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a,
149 ubyte src[4];
166 ubyte *r, ubyte *g, ubyte *b, ubyte *a
    [all...]
u_surface.h 48 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,
u_video.h 133 u_copy_yv12_img_to_nv12_surf(ubyte *const *src,
134 ubyte *dst,
142 ubyte *src_0 = src[field];
149 const ubyte *src_1 = src[field];
150 const ubyte *src_2 = src[field+1];
u_simple_shaders.h 156 const ubyte *semantic_names,
157 const ubyte *semantic_indexes);
  /system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/
flatbuffers_types.fbs 21 ssid:[ubyte];
32 security_modes:ubyte;
40 security_modes:ubyte;
41 bssid:[ubyte];
97 record_type:ubyte;
113 channel_scan_count:[ubyte];
  /external/mesa3d/src/gallium/drivers/svga/
svga_link.h 12 ubyte input_map[PIPE_MAX_SHADER_INPUTS];
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
genPCLm.h 27 extern void write_JPEG_Buff(ubyte *outBuff, int quality, int image_width, int image_height,
PCLmGenerator.h 79 bool colorConvertSource(colorSpaceDisposition srcCS, colorSpaceDisposition dstCS, ubyte *strip,
98 int injectRLEStrip(ubyte *RLEBuffer, int numBytes, int imageWidth, int imageHeight,
104 int injectLZStrip(ubyte *LZBuffer, int numBytes, int imageWidth, int imageHeight,
126 void write2Buff(ubyte *buff, int buffSize);
212 int RLEEncodeImage(ubyte *in, ubyte *out, int inLength);
237 ubyte *scratchBuffer;
  /external/mesa3d/src/gallium/drivers/swr/
swr_shader.h 55 ubyte vs_output_semantic_name[PIPE_MAX_SHADER_OUTPUTS];
56 ubyte vs_output_semantic_idx[PIPE_MAX_SHADER_OUTPUTS];
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 58 typedef unsigned char ubyte; typedef
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/src/
genPCLm.cpp 42 #define rgb_2_gray(r, g, b) (ubyte)(0.299*(double)r+0.587*(double)g+0.114*(double)b)
55 static ubyte *shiftStripByLeftMargin(ubyte *ptrToStrip, sint32 currSourceWidth,
58 ubyte *fromPtr, *toPtr, *newStrip;
65 newStrip = (ubyte *) malloc(scanLineWidth * currStripHeight);
76 newStrip = (ubyte *) malloc(scanLineWidth * currStripHeight);
240 void PCLmGenerator::write2Buff(ubyte *buff, int buffSize) {
398 ubyte *buffIn = (unsigned char *) malloc(ADOBE_RGB_SIZE);
420 ubyte *strip, sint32 stripWidth, sint32 stripHeight) {
423 ubyte *srcPtr = strip
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_program.h 23 ubyte type;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c 79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 71 ubyte stencil8[TILE_SIZE][TILE_SIZE];
75 ubyte any[1];
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.h 492 ubyte vs_output_param_offset[SI_MAX_VS_OUTPUTS];
493 ubyte num_input_sgprs;
494 ubyte num_input_vgprs;
497 ubyte nr_pos_exports;
498 ubyte nr_param_exports;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
222 ubyte p[4];
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_driver.h 52 ubyte id; /* TGSI register index */
53 ubyte sn; /* TGSI semantic name */
54 ubyte si; /* TGSI semantic index */
  /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 43 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...]

Completed in 316 milliseconds

1 2 3 4 5