Home
last modified time | relevance | path

Searched refs:ubyte (Results 1 - 25 of 108) sorted by relevance

12345

/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_pack_color.h51 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, in util_pack_color_ub()
148 ubyte src[4]; in util_pack_color_ub()
165 ubyte *r, ubyte *g, ubyte * in util_unpack_color_ub()
[all...]
H A 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,
H A 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,
H A 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 *ds
[all...]
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A 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_usagemas
[all...]
H A 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)fulldec in scan_declaration()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A 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 edgefla
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A 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_stream
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A 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];
H A Dsvga_link.h14 ubyte input_map[PIPE_MAX_SHADER_INPUTS];
18 ubyte output_map[PIPE_MAX_SHADER_OUTPUTS];
H A Dsvga_draw_private.h69 ubyte vertices_per_patch) in svga_translate_prim()
246 ubyte vertices_per_patch);
/third_party/mesa3d/src/gallium/auxiliary/translate/
H A 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_IN
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A 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/mesa3d/src/gallium/auxiliary/draw/
H A 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()
H A Ddraw_pipe_util.c79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr + in draw_alloc_temp_verts()
H A Ddraw_pt_vsplit.c124 vsplit_add_cache_ubyte(struct vsplit_frontend *vsplit, const ubyte *elts, in vsplit_add_cache_ubyte()
189 #define ELT_TYPE ubyte
/third_party/mesa3d/src/mesa/state_tracker/
H A 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()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene.h87 ubyte data[DATA_BLOCK_SIZE];
260 ubyte *data = block->data + block->used; in lp_scene_alloc()
292 ubyte *data = block->data + block->used; in lp_scene_alloc_aligned()
/third_party/mesa3d/src/gallium/drivers/i915/
H A 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/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_tile_cache.h71 ubyte stencil8[TILE_SIZE][TILE_SIZE];
75 ubyte any[1];
H A Dsp_fs_exec.c131 const ubyte *sem_name = var->info.output_semantic_name; in exec_run()
132 const ubyte *sem_index = var->info.output_semantic_index; in exec_run()
H A Dsp_quad_depth_test.c50 ubyte stencilVals[TGSI_QUAD_SIZE];
52 ubyte shader_stencil_refs[TGSI_QUAD_SIZE];
360 ubyte refs[TGSI_QUAD_SIZE]; in do_stencil_test()
438 unsigned mask, unsigned op, ubyte ref, ubyte wrtMask) in apply_stencil_op()
441 ubyte newstencil[TGSI_QUAD_SIZE]; in apply_stencil_op()
442 ubyte refs[TGSI_QUAD_SIZE]; in apply_stencil_op()
624 ubyte ref, wrtMask, valMask; in depth_stencil_test_quad()
/third_party/mesa3d/src/util/indices/
H A Du_unfilled_indices.c43 const ubyte *in_ub = (const ubyte *)in; in translate_ubyte_ushort()
/third_party/ffmpeg/libswscale/ppc/
H A Dyuv2rgb_altivec.c108 typedef unsigned char ubyte; typedef
288 static inline vector unsigned char vec_xl(signed long long offset, const ubyte *addr) in vec_xl()
327 const ubyte *y1i = in[0]; \
328 const ubyte *y2i = in[0] + instrides[0]; \
329 const ubyte *ui = in[1]; \
330 const ubyte *vi = in[2]; \
486 const ubyte *img; in altivec_uyvy_rgb32()
/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_state.h391 ubyte ref_value[2];
405 ubyte samples; /**< Number of samples in a no-attachment framebuffer */
408 ubyte nr_cbufs;

Completed in 19 milliseconds

12345