Searched refs:uint8_t (Results 1 - 25 of 2099) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_format_table.h34 uint8_t rt_type;
37 uint8_t tex_type;
45 uint8_t swizzle[4];
48 uint8_t return_size;
53 uint8_t return_channels;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_format_table.h34 uint8_t rt_type;
37 uint8_t tex_type;
45 uint8_t swizzle[4];
48 uint8_t return_size;
53 uint8_t return_channels;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_video_state.h184 const uint8_t *intra_matrix;
185 const uint8_t *non_intra_matrix;
237 uint8_t vop_coding_type;
238 uint8_t vop_fcode_forward;
239 uint8_t vop_fcode_backward;
240 uint8_t resync_marker_disable;
241 uint8_t interlaced;
242 uint8_t quant_type;
243 uint8_t quarter_sample;
244 uint8_t short_video_heade
[all...]
/xsrc/external/mit/brotli/dist/c/common/
H A Dcontext.c6 const uint8_t _kBrotliContextLookupTable[2048] = {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dinstr-a2xx.h129 uint8_t vector_dest : 6;
130 uint8_t vector_dest_rel : 1;
131 uint8_t low_precision_16b_fp : 1;
132 uint8_t scalar_dest : 6;
133 uint8_t scalar_dest_rel : 1;
134 uint8_t export_data : 1;
135 uint8_t vector_write_mask : 4;
136 uint8_t scalar_write_mask : 4;
137 uint8_t vector_clamp : 1;
138 uint8_t scalar_clam
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_video_state.h138 uint8_t *decrypt_key;
169 const uint8_t *intra_matrix;
170 const uint8_t *non_intra_matrix;
222 uint8_t vop_coding_type;
223 uint8_t vop_fcode_forward;
224 uint8_t vop_fcode_backward;
225 uint8_t resync_marker_disable;
226 uint8_t interlaced;
227 uint8_t quant_type;
228 uint8_t quarter_sampl
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_bptc.h40 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
41 const uint8_t *src_row, unsigned src_stride,
44 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
45 const uint8_t *src_row, unsigned src_stride,
49 const uint8_t *src_row, unsigned src_stride,
52 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
56 util_format_bptc_rgba_unorm_fetch_rgba_float(float *dst, const uint8_t *src,
60 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
61 const uint8_t *src_row, unsigned src_stride,
64 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *dst_ro
[all...]
H A Du_format_other.h38 const uint8_t *src_row, unsigned src_stride,
42 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
47 util_format_r9g9b9e5_float_fetch_rgba_float(float *dst, const uint8_t *src,
51 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
52 const uint8_t *src_row, unsigned src_stride,
56 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride,
57 const uint8_t *src_row, unsigned src_stride,
63 const uint8_t *src_row, unsigned src_stride,
67 util_format_r11g11b10_float_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride,
72 util_format_r11g11b10_float_fetch_rgba_float(float *dst, const uint8_t *sr
[all...]
H A Du_format_rgtc.h32 util_format_rgtc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j);
35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
47 util_format_rgtc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j);
52 util_format_rgtc1_snorm_fetch_rgba_8unorm(uint8_t *ds
[all...]
H A Du_format_latc.h32 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *src, unsigned i, unsigned j);
35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height);
47 util_format_latc1_unorm_fetch_rgba_float(float *dst, const uint8_t *src, unsigned i, unsigned j);
52 util_format_latc1_snorm_fetch_rgba_8unorm(uint8_t *ds
[all...]
H A Du_format_yuv.h59 uint8_t *y, uint8_t *u, uint8_t *v)
78 util_format_yuv_to_rgb_float(uint8_t y, uint8_t u, uint8_t v,
96 util_format_rgb_8unorm_to_yuv(uint8_t r, uint8_t g, uint8_t b,
97 uint8_t *
[all...]
H A Du_format_s3tc.h49 const uint8_t *src,
51 uint8_t *dst );
56 const uint8_t *src,
58 uint8_t *dst,
70 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height);
76 util_format_dxt1_rgb_fetch_rgba_8unorm(uint8_t *dst, const uint8_t *sr
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_bptc.h40 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
41 const uint8_t *restrict src_row, unsigned src_stride,
44 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
45 const uint8_t *restrict src_row, unsigned src_stride,
49 const uint8_t *restrict src_row, unsigned src_stride,
52 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
56 util_format_bptc_rgba_unorm_fetch_rgba(void *restrict dst, const uint8_t *restrict src,
60 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
61 const uint8_t *restrict src_row, unsigned src_stride,
64 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t *restric
[all...]
H A Du_format_rgtc.h32 util_format_rgtc1_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j);
35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_rgtc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
47 util_format_rgtc1_unorm_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j);
52 util_format_rgtc1_snorm_fetch_rgba_8unorm(uint8_t *restric
[all...]
H A Du_format_other.h38 const uint8_t *restrict src_row,
42 util_format_r9g9b9e5_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
47 util_format_r9g9b9e5_float_fetch_rgba(void *restrict dst, const uint8_t *restrict src,
51 util_format_r9g9b9e5_float_unpack_rgba_8unorm(uint8_t *restrict dst_row,
52 const uint8_t *restrict src_row,
56 util_format_r9g9b9e5_float_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride,
57 const uint8_t *restrict src_row, unsigned src_stride,
63 const uint8_t *restrict src_row,
67 util_format_r11g11b10_float_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride,
72 util_format_r11g11b10_float_fetch_rgba(void *restrict dst, const uint8_t *restric
[all...]
H A Du_format_latc.h32 util_format_latc1_unorm_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j);
35 util_format_latc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
38 util_format_latc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
41 util_format_latc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_latc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
47 util_format_latc1_unorm_fetch_rgba(void *restrict dst, const uint8_t *restrict src, unsigned i, unsigned j);
52 util_format_latc1_snorm_fetch_rgba_8unorm(uint8_t *restric
[all...]
H A Du_format_s3tc.h49 const uint8_t *src,
51 uint8_t *dst );
56 const uint8_t *src,
58 uint8_t *dst,
70 util_format_dxt1_rgb_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
73 util_format_dxt1_rgb_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
76 util_format_dxt1_rgb_fetch_rgba_8unorm(uint8_t *restrict dst, const uint8_t *restric
[all...]
H A Du_format_zs.h40 util_format_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
44 util_format_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
48 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
52 util_format_z16_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
56 util_format_z16_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
60 util_format_z16_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
64 util_format_z32_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
68 util_format_z32_unorm_pack_z_float(uint8_t *restric
[all...]
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir2/
H A Dinstr-a2xx.h128 uint8_t vector_dest : 6;
129 uint8_t vector_dest_rel : 1;
130 uint8_t low_precision_16b_fp : 1;
131 uint8_t scalar_dest : 6;
132 uint8_t scalar_dest_rel : 1;
133 uint8_t export_data : 1;
134 uint8_t vector_write_mask : 4;
135 uint8_t scalar_write_mask : 4;
136 uint8_t vector_clamp : 1;
137 uint8_t scalar_clam
[all...]
/xsrc/external/mit/MesaLib/src/util/format/
H A Du_format_pack.h31 void util_format_none_unpack_rgba_float(void *restrict dst_row, const uint8_t *restrict src, unsigned width);
32 void util_format_none_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
33 void util_format_none_fetch_rgba(void *restrict in_dst, const uint8_t *restrict src, UNUSED unsigned i, UNUSED unsigned j);
34 void util_format_none_unpack_rgba_8unorm(uint8_t *restrict dst_row, const uint8_t *restrict src, unsigned width);
35 void util_format_none_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
36 void util_format_b8g8r8a8_unorm_unpack_rgba_float(void *restrict dst_row, const uint8_t *restrict src, unsigned width);
37 void util_format_b8g8r8a8_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height);
38 void util_format_b8g8r8a8_unorm_fetch_rgba(void *restrict in_dst, const uint8_t *restric
[all...]
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_signature.h46 uint8_t mask; // Mask (column allocation)
48 uint8_t never_writes_mask; // For an output signature, the shader the signature belongs to never
50 uint8_t always_reads_mask; // For an input signature, the shader the signature belongs to always
72 uint8_t rows; // Number of rows this element occupies
73 uint8_t start_row; // Starting row of packing location if allocated
74 uint8_t cols_and_start; // 0:4 = Cols, 4:6 = StartCol, 6:7 == Allocated
75 uint8_t semantic_kind; // PSVSemanticKind
76 uint8_t component_type; // DxilProgramSigCompType
77 uint8_t interpolation_mode; // DXIL::InterpolationMode or D3D10_SB_INTERPOLATION_MODE
78 uint8_t dynamic_mask_and_strea
[all...]
H A Ddxil_nir_lower_int_samplers.h46 uint8_t wrap[3];
47 uint8_t is_int_sampler:1;
48 uint8_t is_nonnormalized_coords:1;
49 uint8_t is_linear_filtering:1;
50 uint8_t skip_boundary_conditions:1;
51 uint8_t unused:4;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.h12 uint8_t stream[4];
13 uint8_t varying_count[4];
14 uint8_t varying_index[4][128];
26 uint8_t num_gprs;
38 uint8_t clip_enable; /* mask of defined clip planes */
39 uint8_t cull_enable; /* mask of defined cull distances */
40 uint8_t num_ucps; /* also set to max if ClipDistance is used */
41 uint8_t edgeflag; /* attribute index of edgeflag input */
46 uint8_t early_z;
47 uint8_t color
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.h12 uint8_t stream[4];
13 uint8_t varying_count[4];
14 uint8_t varying_index[4][128];
28 uint8_t num_gprs;
40 uint8_t clip_enable; /* mask of defined clip planes */
41 uint8_t cull_enable; /* mask of defined cull distances */
42 uint8_t num_ucps; /* also set to max if ClipDistance is used */
43 uint8_t edgeflag; /* attribute index of edgeflag input */
49 uint8_t early_z;
50 uint8_t color
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Dradeon_uvd.h139 uint8_t chroma_format;
140 uint8_t bit_depth_luma_minus8;
141 uint8_t bit_depth_chroma_minus8;
142 uint8_t log2_max_frame_num_minus4;
144 uint8_t pic_order_cnt_type;
145 uint8_t log2_max_pic_order_cnt_lsb_minus4;
146 uint8_t num_ref_frames;
147 uint8_t reserved_8bit;
154 uint8_t num_slice_groups_minus1;
155 uint8_t slice_group_map_typ
[all...]

Completed in 17 milliseconds

1234567891011>>