/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_pack_color.h | 51 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 D | u_simple_shaders.h | 157 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 D | u_surface.h | 48 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 D | u_surface.c | 65 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 D | 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 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 D | tgsi_scan.c | 669 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 D | nv50_program.h | 38 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 D | si_shader.h | 369 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 D | svga_shader.h | 302 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 D | svga_link.h | 14 ubyte input_map[PIPE_MAX_SHADER_INPUTS]; 18 ubyte output_map[PIPE_MAX_SHADER_OUTPUTS];
|
H A D | svga_draw_private.h | 69 ubyte vertices_per_patch) in svga_translate_prim() 246 ubyte vertices_per_patch);
|
/third_party/mesa3d/src/gallium/auxiliary/translate/ |
H A D | translate_generic.c | 190 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 D | Resource.cpp | 363 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 D | draw_pt.c | 254 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 D | draw_pipe_util.c | 79 ubyte *store = (ubyte *) MALLOC( MAX_VERTEX_SIZE * nr + in draw_alloc_temp_verts()
|
H A D | draw_pt_vsplit.c | 124 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 D | st_cb_rasterpos.c | 120 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 D | lp_scene.h | 87 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 D | i915_state_dynamic.c | 221 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 D | sp_tile_cache.h | 71 ubyte stencil8[TILE_SIZE][TILE_SIZE]; 75 ubyte any[1];
|
H A D | sp_fs_exec.c | 131 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 D | sp_quad_depth_test.c | 50 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 D | u_unfilled_indices.c | 43 const ubyte *in_ub = (const ubyte *)in; in translate_ubyte_ushort()
|
/third_party/ffmpeg/libswscale/ppc/ |
H A D | yuv2rgb_altivec.c | 108 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 D | p_state.h | 391 ubyte ref_value[2]; 405 ubyte samples; /**< Number of samples in a no-attachment framebuffer */ 408 ubyte nr_cbufs;
|