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

1 2 3 4

  /external/mesa3d/src/gallium/drivers/nv50/
nv50_program.h 39 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/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_scan.h 43 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...]
tgsi_scan.c 159 info->input_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name;
160 info->input_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index;
161 info->input_interpolate[reg] = (ubyte)fulldecl->Interp.Interpolate;
162 info->input_centroid[reg] = (ubyte)fulldecl->Interp.Centroid;
163 info->input_cylindrical_wrap[reg] = (ubyte)fulldecl->Interp.CylindricalWrap;
191 info->output_semantic_name[reg] = (ubyte)fulldecl->Semantic.Name;
192 info->output_semantic_index[reg] = (ubyte)fulldecl->Semantic.Index;
  /external/mesa3d/src/gallium/auxiliary/util/
u_pack_color.h 52 ubyte ub;
60 * Pack ubyte R,G,B,A into dest pixel.
63 util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a,
148 ubyte src[4];
165 ubyte *r, ubyte *g, ubyte *b, ubyte *a
    [all...]
u_rect.h 92 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,
u_rect.c 44 util_copy_rect(ubyte * dst,
51 const ubyte * src,
91 util_fill_rect(ubyte * dst,
153 ubyte *row = dst;
u_gen_mipmap.c 185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA;
186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB;
187 ubyte(*dst)[4] = (ubyte(*)[4]) dstRow;
198 const ubyte(*rowA)[3] = (const ubyte(*)[3]) srcRowA;
199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB
    [all...]
u_linkage.c 50 ubyte *semantic_name;
51 ubyte *semantic_index;
  /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_glsl_to_tgsi.h 45 const ubyte inputSemanticName[],
46 const ubyte inputSemanticIndex[],
51 const ubyte outputSemanticName[],
52 const ubyte outputSemanticIndex[],
st_program.h 157 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];
  /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;
  /packages/services/BuiltInPrintService/jni/include/
wtypes.h 58 typedef unsigned char ubyte; typedef
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_texture.h 194 ubyte *
211 ubyte *
217 ubyte *
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_driver.h 52 ubyte id; /* TGSI register index */
53 ubyte sn; /* TGSI semantic name */
54 ubyte si; /* TGSI semantic index */
  /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/nvc0/
nvc0_program.h 22 ubyte type;
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_util.c 79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
draw_pt.c 240 const ubyte *elem = (const ubyte *) draw->pt.user.elts;
272 ubyte *ptr = (ubyte *) draw->pt.user.vbuffer[buf];
311 ubyte *u = (ubyte *) ptr;
373 const ubyte *elt_ub = (const ubyte *) draw->pt.user.elts;
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tile_cache.h 70 ubyte stencil8[TILE_SIZE][TILE_SIZE];
74 ubyte any[1];
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_dynamic.c 221 const ubyte *mask = (const ubyte *)i915->poly_stipple.stipple;
222 ubyte p[4];
  /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 33 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 1492 milliseconds

1 2 3 4