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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/mesa/src/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/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/chromium_org/third_party/mesa/src/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...]
  /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...]
  /external/chromium_org/third_party/mesa/src/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;
  /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;
  /external/chromium_org/third_party/mesa/src/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];
  /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];
  /external/oprofile/opjitconv/
debug_line.c 34 typedef uint8_t ubyte; typedef
95 ubyte minimum_instruction_length;
96 ubyte default_is_stmt;
100 ubyte line_range;
102 ubyte opcode_base;
124 ubyte pointer_size;
139 static ubyte const standard_opcode_length[DW_LNS_max_opcode - 1] =
169 ubyte cur = data & 0x7F;
184 ubyte cur = data & 0x7F;
198 static void emit_extended_opcode(struct growable_buffer * b, ubyte opcode
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_texture.h 194 ubyte *
211 ubyte *
217 ubyte *
  /external/chromium_org/third_party/mesa/src/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 */
  /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 */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_program.h 22 ubyte type;
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_program.h 22 ubyte type;
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_util.c 79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr );
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tile_cache.h 70 ubyte stencil8[TILE_SIZE][TILE_SIZE];
74 ubyte any[1];

Completed in 482 milliseconds

1 2 3 4 5 6 7