Home
last modified time | relevance | path

Searched refs:dec (Results 1 - 25 of 670) sorted by relevance

12345678910>>...27

/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_decoder.c120 get_video_buffer_private(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *buf) in get_video_buffer_private() argument
122 struct pipe_context *pipe = dec->context; in get_video_buffer_private()
128 priv = vl_video_buffer_get_associated_data(buf, &dec->base); in get_video_buffer_private()
134 list_add(&priv->list, &dec->buffer_privates); in get_video_buffer_private()
147 vl_video_buffer_set_associated_data(buf, &dec->base, priv, destroy_video_buffer_private); in get_video_buffer_private()
153 free_video_buffer_privates(struct vl_mpeg12_decoder *dec) in free_video_buffer_privates() argument
157 LIST_FOR_EACH_ENTRY_SAFE(priv, next, &dec->buffer_privates, list) { in free_video_buffer_privates()
160 vl_video_buffer_set_associated_data(buf, &dec->base, NULL, NULL); in free_video_buffer_privates()
165 init_zscan_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) in init_zscan_buffer() argument
173 assert(dec in init_zscan_buffer()
239 init_idct_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buffer) init_idct_buffer() argument
284 init_mc_buffer(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buf) init_mc_buffer() argument
407 UploadYcbcrBlocks(struct vl_mpeg12_decoder *dec, struct vl_mpeg12_buffer *buf, const struct pipe_mpeg12_macroblock *mb) UploadYcbcrBlocks() argument
482 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder*)decoder; vl_mpeg12_destroy() local
529 vl_mpeg12_get_decode_buffer(struct vl_mpeg12_decoder *dec, struct pipe_video_buffer *target) vl_mpeg12_get_decode_buffer() argument
592 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; vl_mpeg12_begin_frame() local
659 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; vl_mpeg12_decode_macroblock() local
730 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; vl_mpeg12_decode_bitstream() local
753 struct vl_mpeg12_decoder *dec = (struct vl_mpeg12_decoder *)decoder; vl_mpeg12_end_frame() local
856 init_pipe_state(struct vl_mpeg12_decoder *dec) init_pipe_state() argument
901 find_format_config(struct vl_mpeg12_decoder *dec, const struct format_config configs[], unsigned num_configs) find_format_config() argument
935 init_zscan(struct vl_mpeg12_decoder *dec, const struct format_config* format_config) init_zscan() argument
960 init_idct(struct vl_mpeg12_decoder *dec, const struct format_config* format_config) init_idct() argument
1045 init_mc_source_widthout_idct(struct vl_mpeg12_decoder *dec, const struct format_config* format_config) init_mc_source_widthout_idct() argument
1071 struct vl_mpeg12_decoder *dec = priv; mc_vert_shader_callback() local
1092 struct vl_mpeg12_decoder *dec = priv; mc_frag_shader_callback() local
1114 struct vl_mpeg12_decoder *dec; vl_create_mpeg12_decoder() local
[all...]
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_dec_jpeg.c38 static struct pb_buffer *radeon_jpeg_get_decode_param(struct radeon_decoder *dec, in radeon_jpeg_get_decode_param() argument
46 dec->jpg.bsd_size = align(dec->bs_size, 128); in radeon_jpeg_get_decode_param()
47 dec->jpg.dt_luma_top_offset = luma->surface.u.gfx9.surf_offset; in radeon_jpeg_get_decode_param()
49 dec->jpg.dt_chroma_top_offset = chroma->surface.u.gfx9.surf_offset; in radeon_jpeg_get_decode_param()
50 dec->jpg.dt_pitch = luma->surface.u.gfx9.surf_pitch * luma->surface.blk_w; in radeon_jpeg_get_decode_param()
51 dec->jpg.dt_uv_pitch = dec->jpg.dt_pitch / 2; in radeon_jpeg_get_decode_param()
57 static void set_reg_jpeg(struct radeon_decoder *dec, unsigned reg, unsigned cond, unsigned type, in set_reg_jpeg() argument
60 radeon_emit(&dec in set_reg_jpeg()
65 send_cmd_bitstream(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, unsigned usage, enum radeon_bo_domain domain) send_cmd_bitstream() argument
108 send_cmd_target(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, unsigned usage, enum radeon_bo_domain domain) send_cmd_target() argument
187 send_cmd_bitstream_direct(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, unsigned usage, enum radeon_bo_domain domain) send_cmd_bitstream_direct() argument
227 send_cmd_target_direct(struct radeon_decoder *dec, struct pb_buffer *buf, uint32_t off, unsigned usage, enum radeon_bo_domain domain) send_cmd_target_direct() argument
281 send_cmd_jpeg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) send_cmd_jpeg() argument
[all...]
H A Dradeon_uvd.c97 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush() argument
99 return dec->ws->cs_flush(&dec->cs, flags, NULL); in flush()
103 static void set_reg(struct ruvd_decoder *dec, unsigned reg, uint32_t val) in set_reg() argument
105 radeon_emit(&dec->cs, RUVD_PKT0(reg >> 2, 0)); in set_reg()
106 radeon_emit(&dec->cs, val); in set_reg()
110 static void send_cmd(struct ruvd_decoder *dec, unsigned cmd, struct pb_buffer *buf, uint32_t off, in send_cmd() argument
115 reloc_idx = dec->ws->cs_add_buffer(&dec->cs, buf, usage | RADEON_USAGE_SYNCHRONIZED, domain); in send_cmd()
116 if (!dec in send_cmd()
131 have_it(struct ruvd_decoder *dec) have_it() argument
137 map_msg_fb_it_buf(struct ruvd_decoder *dec) map_msg_fb_it_buf() argument
159 send_msg_buf(struct ruvd_decoder *dec) send_msg_buf() argument
185 next_buffer(struct ruvd_decoder *dec) next_buffer() argument
192 profile2stream_type(struct ruvd_decoder *dec, unsigned family) profile2stream_type() argument
219 calc_ctx_size_h264_perf(struct ruvd_decoder *dec) calc_ctx_size_h264_perf() argument
273 calc_ctx_size_h265_main(struct ruvd_decoder *dec) calc_ctx_size_h265_main() argument
290 calc_ctx_size_h265_main10(struct ruvd_decoder *dec, struct pipe_h265_picture_desc *pic) calc_ctx_size_h265_main10() argument
325 get_db_pitch_alignment(struct ruvd_decoder *dec) get_db_pitch_alignment() argument
334 calc_dpb_size(struct ruvd_decoder *dec) calc_dpb_size() argument
488 get_h264_msg(struct ruvd_decoder *dec, struct pipe_h264_picture_desc *pic) get_h264_msg() argument
586 get_h265_msg(struct ruvd_decoder *dec, struct pipe_video_buffer *target, struct pipe_h265_picture_desc *pic) get_h265_msg() argument
844 get_ref_pic_idx(struct ruvd_decoder *dec, struct pipe_video_buffer *ref) get_ref_pic_idx() argument
862 get_mpeg2_msg(struct ruvd_decoder *dec, struct pipe_mpeg12_picture_desc *pic) get_mpeg2_msg() argument
908 get_mpeg4_msg(struct ruvd_decoder *dec, struct pipe_mpeg4_picture_desc *pic) get_mpeg4_msg() argument
973 struct ruvd_decoder *dec = (struct ruvd_decoder *)decoder; ruvd_destroy() local
1006 struct ruvd_decoder *dec = (struct ruvd_decoder *)decoder; ruvd_begin_frame() local
1041 struct ruvd_decoder *dec = (struct ruvd_decoder *)decoder; ruvd_decode_bitstream() local
1080 struct ruvd_decoder *dec = (struct ruvd_decoder *)decoder; ruvd_end_frame() local
1224 struct ruvd_decoder *dec; si_common_uvd_create_decoder() local
[all...]
H A Dradeon_vcn_dec.c55 static unsigned calc_dpb_size(struct radeon_decoder *dec);
56 static unsigned calc_ctx_size_h264_perf(struct radeon_decoder *dec);
57 static unsigned calc_ctx_size_h265_main(struct radeon_decoder *dec);
58 static unsigned calc_ctx_size_h265_main10(struct radeon_decoder *dec,
66 static rvcn_dec_message_avc_t get_h264_msg(struct radeon_decoder *dec, in get_h264_msg() argument
94 result.level = dec->base.level; in get_h264_msg()
101 result.sps_info_flags |= ((dec->dpb_type == DPB_DYNAMIC_TIER_2) ? 0 : 1) in get_h264_msg()
110 switch (dec->base.chroma_format) { in get_h264_msg()
147 memcpy(dec->it, result.scaling_list_4x4, 6 * 16); in get_h264_msg()
148 memcpy((dec in get_h264_msg()
291 get_h265_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_h265_picture_desc *pic) get_h265_msg() argument
504 get_vp9_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_vp9_picture_desc *pic) get_vp9_msg() argument
739 get_av1_msg(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_av1_picture_desc *pic) get_av1_msg() argument
1349 calc_ctx_size_h265_main(struct radeon_decoder *dec) calc_ctx_size_h265_main() argument
1366 calc_ctx_size_h265_main10(struct radeon_decoder *dec, struct pipe_h265_picture_desc *pic) calc_ctx_size_h265_main10() argument
1460 get_ref_pic_idx(struct radeon_decoder *dec, struct pipe_video_buffer *ref) get_ref_pic_idx() argument
1477 get_mpeg2_msg(struct radeon_decoder *dec, struct pipe_mpeg12_picture_desc *pic) get_mpeg2_msg() argument
1523 get_mpeg4_msg(struct radeon_decoder *dec, struct pipe_mpeg4_picture_desc *pic) get_mpeg4_msg() argument
1566 rvcn_dec_message_create(struct radeon_decoder *dec) rvcn_dec_message_create() argument
1591 rvcn_dec_dynamic_dpb_t2_message(struct radeon_decoder *dec, rvcn_dec_message_decode_t *decode, rvcn_dec_message_dynamic_dpb_t2_t *dynamic_dpb_t2, bool encrypted) rvcn_dec_dynamic_dpb_t2_message() argument
1700 rvcn_dec_message_decode(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) rvcn_dec_message_decode() argument
2103 rvcn_dec_message_destroy(struct radeon_decoder *dec) rvcn_dec_message_destroy() argument
2116 rvcn_dec_message_feedback(struct radeon_decoder *dec) rvcn_dec_message_feedback() argument
2125 rvcn_dec_sq_tail(struct radeon_decoder *dec) rvcn_dec_sq_tail() argument
2133 flush(struct radeon_decoder *dec, unsigned flags) flush() argument
2141 set_reg(struct radeon_decoder *dec, unsigned reg, uint32_t val) set_reg() argument
2148 send_cmd(struct radeon_decoder *dec, unsigned cmd, struct pb_buffer *buf, uint32_t off, unsigned usage, enum radeon_bo_domain domain) send_cmd() argument
2234 have_it(struct radeon_decoder *dec) have_it() argument
2240 have_probs(struct radeon_decoder *dec) have_probs() argument
2246 map_msg_fb_it_probs_buf(struct radeon_decoder *dec) map_msg_fb_it_probs_buf() argument
2269 send_msg_buf(struct radeon_decoder *dec) send_msg_buf() argument
2297 next_buffer(struct radeon_decoder *dec) next_buffer() argument
2303 calc_ctx_size_h264_perf(struct radeon_decoder *dec) calc_ctx_size_h264_perf() argument
2351 calc_dpb_size(struct radeon_decoder *dec) calc_dpb_size() argument
2500 struct radeon_decoder *dec = (struct radeon_decoder *)decoder; radeon_dec_destroy() local
2550 struct radeon_decoder *dec = (struct radeon_decoder *)decoder; radeon_dec_begin_frame() local
2587 struct radeon_decoder *dec = (struct radeon_decoder *)decoder; radeon_dec_decode_bitstream() local
2624 send_cmd_dec(struct radeon_decoder *dec, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) send_cmd_dec() argument
2670 struct radeon_decoder *dec = (struct radeon_decoder *)decoder; radeon_dec_end_frame() local
2688 struct radeon_decoder *dec = (struct radeon_decoder *)decoder; radeon_dec_jpeg_end_frame() local
2718 struct radeon_decoder *dec; radeon_create_decoder() local
[all...]
/third_party/skia/third_party/externals/libwebp/src/dec/
H A Dframe_dec.c15 #include "src/dec/vp8i_dec.h"
71 static void ReconstructRow(const VP8Decoder* const dec, in ReconstructRow() argument
77 uint8_t* const y_dst = dec->yuv_b_ + Y_OFF; in ReconstructRow()
78 uint8_t* const u_dst = dec->yuv_b_ + U_OFF; in ReconstructRow()
79 uint8_t* const v_dst = dec->yuv_b_ + V_OFF; in ReconstructRow()
102 for (mb_x = 0; mb_x < dec->mb_w_; ++mb_x) { in ReconstructRow()
118 VP8TopSamples* const top_yuv = dec->yuv_t_ + mb_x; in ReconstructRow()
134 if (mb_x >= dec->mb_w_ - 1) { // on rightmost border in ReconstructRow()
169 if (mb_y < dec->mb_h_ - 1) { in ReconstructRow()
177 const int y_offset = cache_id * 16 * dec in ReconstructRow()
203 DoFilter(const VP8Decoder* const dec, int mb_x, int mb_y) DoFilter() argument
253 FilterRow(const VP8Decoder* const dec) FilterRow() argument
265 PrecomputeFilterStrengths(VP8Decoder* const dec) PrecomputeFilterStrengths() argument
328 VP8InitDithering(const WebPDecoderOptions* const options, VP8Decoder* const dec) VP8InitDithering() argument
371 DitherRow(VP8Decoder* const dec) DitherRow() argument
403 VP8Decoder* const dec = (VP8Decoder*)arg1; FinishRow() local
501 VP8ProcessRow(VP8Decoder* const dec, VP8Io* const io) VP8ProcessRow() argument
549 VP8EnterCritical(VP8Decoder* const dec, VP8Io* const io) VP8EnterCritical() argument
601 VP8ExitCritical(VP8Decoder* const dec, VP8Io* const io) VP8ExitCritical() argument
641 InitThreadContext(VP8Decoder* const dec) InitThreadContext() argument
682 AllocateMemory(VP8Decoder* const dec) AllocateMemory() argument
784 InitIo(VP8Decoder* const dec, VP8Io* io) InitIo() argument
795 VP8InitFrame(VP8Decoder* const dec, VP8Io* const io) VP8InitFrame() argument
[all...]
H A Dalpha_dec.c15 #include "src/dec/alphai_dec.h"
16 #include "src/dec/vp8i_dec.h"
17 #include "src/dec/vp8li_dec.h"
28 ALPHDecoder* const dec = (ALPHDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in ALPHNew() local
29 return dec; in ALPHNew()
33 static void ALPHDelete(ALPHDecoder* const dec) { in ALPHDelete() argument
34 if (dec != NULL) { in ALPHDelete()
35 VP8LDelete(dec->vp8l_dec_); in ALPHDelete()
36 dec in ALPHDelete()
48 ALPHInit(ALPHDecoder* const dec, const uint8_t* data, size_t data_size, const VP8Io* const src_io, uint8_t* output) ALPHInit() argument
110 ALPHDecode(VP8Decoder* const dec, int row, int num_rows) ALPHDecode() argument
150 AllocateAlphaPlane(VP8Decoder* const dec, const VP8Io* const io) AllocateAlphaPlane() argument
165 WebPDeallocateAlphaMemory(VP8Decoder* const dec) WebPDeallocateAlphaMemory() argument
177 VP8DecompressAlphaRows(VP8Decoder* const dec, const VP8Io* const io, int row, int num_rows) VP8DecompressAlphaRows() argument
[all...]
H A Dvp8_dec.c16 #include "src/dec/alphai_dec.h"
17 #include "src/dec/vp8i_dec.h"
18 #include "src/dec/vp8li_dec.h"
19 #include "src/dec/webpi_dec.h"
42 static void SetOk(VP8Decoder* const dec) { in SetOk() argument
43 dec->status_ = VP8_STATUS_OK; in SetOk()
44 dec->error_msg_ = "OK"; in SetOk()
58 VP8Decoder* const dec = (VP8Decoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in VP8New() local
59 if (dec ! in VP8New()
69 VP8Status(VP8Decoder* const dec) VP8Status() argument
74 VP8StatusMessage(VP8Decoder* const dec) VP8StatusMessage() argument
80 VP8Delete(VP8Decoder* const dec) VP8Delete() argument
87 VP8SetError(VP8Decoder* const dec, VP8StatusCode error, const char* const msg) VP8SetError() argument
201 ParsePartitions(VP8Decoder* const dec, const uint8_t* buf, size_t size) ParsePartitions() argument
233 ParseFilterHeader(VP8BitReader* br, VP8Decoder* const dec) ParseFilterHeader() argument
259 VP8GetHeaders(VP8Decoder* const dec, VP8Io* const io) VP8GetHeaders() argument
511 ParseResiduals(VP8Decoder* const dec, VP8MB* const mb, VP8BitReader* const token_br) ParseResiduals() argument
605 VP8DecodeMB(VP8Decoder* const dec, VP8BitReader* const token_br) VP8DecodeMB() argument
632 VP8InitScanline(VP8Decoder* const dec) VP8InitScanline() argument
640 ParseFrame(VP8Decoder* const dec, VP8Io* io) ParseFrame() argument
670 VP8Decode(VP8Decoder* const dec, VP8Io* const io) VP8Decode() argument
709 VP8Clear(VP8Decoder* const dec) VP8Clear() argument
[all...]
H A Dvp8l_dec.c17 #include "src/dec/alphai_dec.h"
18 #include "src/dec/vp8li_dec.h"
106 VP8LDecoder* const dec,
249 VP8LDecoder* const dec, const int* const code_length_code_lengths, in ReadHuffmanCodeLengths()
252 VP8LBitReader* const br = &dec->br_; in ReadHuffmanCodeLengths()
304 if (!ok) dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCodeLengths()
310 static int ReadHuffmanCode(int alphabet_size, VP8LDecoder* const dec, in ReadHuffmanCode() argument
315 VP8LBitReader* const br = &dec->br_; in ReadHuffmanCode()
337 dec->status_ = VP8_STATUS_BITSTREAM_ERROR; in ReadHuffmanCode()
344 ok = ReadHuffmanCodeLengths(dec, code_length_code_length in ReadHuffmanCode()
248 ReadHuffmanCodeLengths( VP8LDecoder* const dec, const int* const code_length_code_lengths, int num_symbols, int* const code_lengths) ReadHuffmanCodeLengths() argument
360 ReadHuffmanCodes(VP8LDecoder* const dec, int xsize, int ysize, int color_cache_bits, int allow_recursion) ReadHuffmanCodes() argument
539 AllocateAndInitRescaler(VP8LDecoder* const dec, VP8Io* const io) AllocateAndInitRescaler() argument
598 EmitRescaledRowsRGBA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h, uint8_t* const out, int out_stride) EmitRescaledRowsRGBA() argument
668 ExportYUVA(const VP8LDecoder* const dec, int y_pos) ExportYUVA() argument
683 EmitRescaledRowsYUVA(const VP8LDecoder* const dec, uint8_t* in, int in_stride, int mb_h) EmitRescaledRowsYUVA() argument
702 EmitRowsYUVA(const VP8LDecoder* const dec, const uint8_t* in, int in_stride, int mb_w, int num_rows) EmitRowsYUVA() argument
765 ApplyInverseTransforms(VP8LDecoder* const dec, int start_row, int num_rows, const uint32_t* const rows) ApplyInverseTransforms() argument
788 ProcessRows(VP8LDecoder* const dec, int row) ProcessRows() argument
865 ExtractPalettedAlphaRows(VP8LDecoder* const dec, int last_row) ExtractPalettedAlphaRows() argument
1013 DecodeAlphaData(VP8LDecoder* const dec, uint8_t* const data, int width, int height, int last_row) DecodeAlphaData() argument
1098 SaveState(VP8LDecoder* const dec, int last_pixel) SaveState() argument
1107 RestoreState(VP8LDecoder* const dec) RestoreState() argument
1118 DecodeImageData(VP8LDecoder* const dec, uint32_t* const data, int width, int height, int last_row, ProcessRowsFunc process_func) DecodeImageData() argument
1300 ReadTransform(int* const xsize, int const* ysize, VP8LDecoder* const dec) ReadTransform() argument
1376 VP8LDecoder* const dec = (VP8LDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); VP8LNew() local
1386 VP8LClear(VP8LDecoder* const dec) VP8LClear() argument
1405 VP8LDelete(VP8LDecoder* const dec) VP8LDelete() argument
1412 UpdateDecoder(VP8LDecoder* const dec, int width, int height) UpdateDecoder() argument
1422 DecodeImageStream(int xsize, int ysize, int is_level0, VP8LDecoder* const dec, uint32_t** const decoded_data) DecodeImageStream() argument
1513 AllocateInternalBuffers32b(VP8LDecoder* const dec, int final_width) AllocateInternalBuffers32b() argument
1534 AllocateInternalBuffers8b(VP8LDecoder* const dec) AllocateInternalBuffers8b() argument
1548 ExtractAlphaRows(VP8LDecoder* const dec, int last_row) ExtractAlphaRows() argument
1579 VP8LDecoder* dec = VP8LNew(); VP8LDecodeAlphaHeader() local
1625 VP8LDecoder* const dec = alph_dec->vp8l_dec_; VP8LDecodeAlphaImageStream() local
1645 VP8LDecodeHeader(VP8LDecoder* const dec, VP8Io* const io) VP8LDecodeHeader() argument
1674 VP8LDecodeImage(VP8LDecoder* const dec) VP8LDecodeImage() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dradeon_uvd.c103 static int flush(struct ruvd_decoder *dec, unsigned flags) in flush() argument
105 return dec->ws->cs_flush(&dec->cs, flags, NULL); in flush()
109 static void set_reg(struct ruvd_decoder *dec, unsigned reg, uint32_t val) in set_reg() argument
111 radeon_emit(&dec->cs, RUVD_PKT0(reg >> 2, 0)); in set_reg()
112 radeon_emit(&dec->cs, val); in set_reg()
116 static void send_cmd(struct ruvd_decoder *dec, unsigned cmd, in send_cmd() argument
122 reloc_idx = dec->ws->cs_add_buffer(&dec->cs, buf, usage | RADEON_USAGE_SYNCHRONIZED, in send_cmd()
124 if (!dec in send_cmd()
139 have_it(struct ruvd_decoder *dec) have_it() argument
146 map_msg_fb_it_buf(struct ruvd_decoder *dec) map_msg_fb_it_buf() argument
168 send_msg_buf(struct ruvd_decoder *dec) send_msg_buf() argument
198 next_buffer(struct ruvd_decoder *dec) next_buffer() argument
205 profile2stream_type(struct ruvd_decoder *dec, unsigned family) profile2stream_type() argument
230 get_db_pitch_alignment(struct ruvd_decoder *dec) get_db_pitch_alignment() argument
236 calc_dpb_size(struct ruvd_decoder *dec) calc_dpb_size() argument
372 get_h264_msg(struct ruvd_decoder *dec, struct pipe_h264_picture_desc *pic) get_h264_msg() argument
542 get_ref_pic_idx(struct ruvd_decoder *dec, struct pipe_video_buffer *ref) get_ref_pic_idx() argument
560 get_mpeg2_msg(struct ruvd_decoder *dec, struct pipe_mpeg12_picture_desc *pic) get_mpeg2_msg() argument
601 get_mpeg4_msg(struct ruvd_decoder *dec, struct pipe_mpeg4_picture_desc *pic) get_mpeg4_msg() argument
661 get_mjpeg_slice_header(struct ruvd_decoder *dec, struct pipe_mjpeg_picture_desc *pic) get_mjpeg_slice_header() argument
799 struct ruvd_decoder *dec = (struct ruvd_decoder*)decoder; ruvd_destroy() local
833 struct ruvd_decoder *dec = (struct ruvd_decoder*)decoder; ruvd_begin_frame() local
871 struct ruvd_decoder *dec = (struct ruvd_decoder*)decoder; ruvd_decode_bitstream() local
927 struct ruvd_decoder *dec = (struct ruvd_decoder*)decoder; ruvd_end_frame() local
1044 struct ruvd_decoder *dec; ruvd_create_decoder() local
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_video.c33 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nvc0_decoder_begin_frame() local
34 uint32_t comm_seq = ++dec->fence_seq; in nvc0_decoder_begin_frame()
37 assert(dec); in nvc0_decoder_begin_frame()
41 ret = nvc0_decoder_bsp_begin(dec, comm_seq); in nvc0_decoder_begin_frame()
54 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nvc0_decoder_decode_bitstream() local
55 uint32_t comm_seq = dec->fence_seq; in nvc0_decoder_decode_bitstream()
60 ret = nvc0_decoder_bsp_next(dec, comm_seq, num_buffers, data, num_bytes); in nvc0_decoder_decode_bitstream()
70 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nvc0_decoder_end_frame() local
72 uint32_t comm_seq = dec->fence_seq; in nvc0_decoder_end_frame()
81 ret = nvc0_decoder_bsp_end(dec, des in nvc0_decoder_end_frame()
96 struct nouveau_vp3_decoder *dec; nvc0_create_decoder() local
[all...]
H A Dnvc0_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, in dump_comm_vp() argument
47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()
61 nvc0_decoder_kick_ref(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target) in nvc0_decoder_kick_ref() argument
63 dec->refs[target->valid_ref].last_used = 0; in nvc0_decoder_kick_ref()
68 nvc0_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, in nvc0_decoder_vp() argument
73 struct nouveau_pushbuf *push = dec->pushbuf[1]; in nvc0_decoder_vp()
76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nvc0_decoder_vp()
77 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_vp()
78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nvc0_decoder_vp()
82 { dec in nvc0_decoder_vp()
[all...]
H A Dnvc0_video_ppp.c26 nvc0_decoder_setup_ppp(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target, uint32_t low700) { in nvc0_decoder_setup_ppp() argument
27 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nvc0_decoder_setup_ppp()
29 uint32_t stride_in = mb(dec->base.width); in nvc0_decoder_setup_ppp()
31 uint32_t dec_h = mb(dec->base.height); in nvc0_decoder_setup_ppp()
32 uint32_t dec_w = mb(dec->base.width); in nvc0_decoder_setup_ppp()
38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nvc0_decoder_setup_ppp()
40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nvc0_decoder_setup_ppp()
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2); in nvc0_decoder_setup_ppp()
54 in_addr = nouveau_vp3_video_addr(dec, target) >> 8; in nvc0_decoder_setup_ppp()
76 nvc0_decoder_vc1_ppp(struct nouveau_vp3_decoder *dec, struc argument
92 nvc0_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq) nvc0_decoder_ppp() argument
[all...]
H A Dnvc0_video_bsp.c35 nvc0_decoder_bsp_begin(struct nouveau_vp3_decoder *dec, unsigned comm_seq) in nvc0_decoder_bsp_begin() argument
37 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_begin()
40 ret = nouveau_bo_map(bsp_bo, NOUVEAU_BO_WR, dec->client); in nvc0_decoder_bsp_begin()
46 nouveau_vp3_bsp_begin(dec); in nvc0_decoder_bsp_begin()
52 nvc0_decoder_bsp_next(struct nouveau_vp3_decoder *dec, in nvc0_decoder_bsp_next() argument
56 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nvc0_decoder_bsp_next()
57 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nvc0_decoder_bsp_next()
62 bsp_size = dec->bsp_ptr - (char *)bsp_bo->map; in nvc0_decoder_bsp_next()
78 ret = nouveau_bo_new(dec->client->device, NOUVEAU_BO_VRAM, 0, bsp_size, &cfg, &tmp_bo); in nvc0_decoder_bsp_next()
85 ret = nouveau_bo_map(tmp_bo, NOUVEAU_BO_WR, dec in nvc0_decoder_bsp_next()
134 nvc0_decoder_bsp_end(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq, unsigned *vp_caps, unsigned *is_ref, struct nouveau_vp3_video_buffer *refs[16]) nvc0_decoder_bsp_end() argument
[all...]
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c64 WebPAnimDecoder* const dec) { in ApplyDecoderOptions()
66 WebPDecoderConfig* config = &dec->config_; in ApplyDecoderOptions()
74 dec->blend_func_ = (mode == MODE_RGBA || mode == MODE_BGRA) in ApplyDecoderOptions()
89 WebPAnimDecoder* dec = NULL; in WebPAnimDecoderNewInternal() local
104 dec = (WebPAnimDecoder*)WebPSafeCalloc(1ULL, sizeof(*dec)); in WebPAnimDecoderNewInternal()
105 if (dec == NULL) goto Error; in WebPAnimDecoderNewInternal()
112 if (!ApplyDecoderOptions(&options, dec)) goto Error; in WebPAnimDecoderNewInternal()
114 dec->demux_ = WebPDemux(webp_data); in WebPAnimDecoderNewInternal()
115 if (dec in WebPAnimDecoderNewInternal()
63 ApplyDecoderOptions(const WebPAnimDecoderOptions* const dec_options, WebPAnimDecoder* const dec) ApplyDecoderOptions() argument
139 WebPAnimDecoderGetInfo(const WebPAnimDecoder* dec, WebPAnimInfo* info) WebPAnimDecoderGetInfo() argument
317 WebPAnimDecoderGetNext(WebPAnimDecoder* dec, uint8_t** buf_ptr, int* timestamp_ptr) WebPAnimDecoderGetNext() argument
437 WebPAnimDecoderHasMoreFrames(const WebPAnimDecoder* dec) WebPAnimDecoderHasMoreFrames() argument
442 WebPAnimDecoderReset(WebPAnimDecoder* dec) WebPAnimDecoderReset() argument
452 WebPAnimDecoderGetDemuxer(const WebPAnimDecoder* dec) WebPAnimDecoderGetDemuxer() argument
457 WebPAnimDecoderDelete(WebPAnimDecoder* dec) WebPAnimDecoderDelete() argument
[all...]
/third_party/ffmpeg/libavcodec/
H A Dtruespeech.c82 static void truespeech_read_frame(TSContext *dec, const uint8_t *input) in truespeech_read_frame() argument
86 dec->bdsp.bswap_buf((uint32_t *) dec->buffer, (const uint32_t *) input, 8); in truespeech_read_frame()
87 init_get_bits(&gb, dec->buffer, 32 * 8); in truespeech_read_frame()
89 dec->vector[7] = ts_codebook[7][get_bits(&gb, 3)]; in truespeech_read_frame()
90 dec->vector[6] = ts_codebook[6][get_bits(&gb, 3)]; in truespeech_read_frame()
91 dec->vector[5] = ts_codebook[5][get_bits(&gb, 3)]; in truespeech_read_frame()
92 dec->vector[4] = ts_codebook[4][get_bits(&gb, 4)]; in truespeech_read_frame()
93 dec->vector[3] = ts_codebook[3][get_bits(&gb, 4)]; in truespeech_read_frame()
94 dec in truespeech_read_frame()
130 truespeech_correlate_filter(TSContext *dec) truespeech_correlate_filter() argument
149 truespeech_filters_merge(TSContext *dec) truespeech_filters_merge() argument
170 truespeech_apply_twopoint_filter(TSContext *dec, int quart) truespeech_apply_twopoint_filter() argument
196 truespeech_place_pulses(TSContext *dec, int16_t *out, int quart) truespeech_place_pulses() argument
239 truespeech_update_filters(TSContext *dec, int16_t *out, int quart) truespeech_update_filters() argument
250 truespeech_synth(TSContext *dec, int16_t *out, int quart) truespeech_synth() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv98_video.c38 struct nouveau_vp3_decoder *dec = (struct nouveau_vp3_decoder *)decoder; in nv98_decoder_decode_bitstream() local
40 uint32_t comm_seq = ++dec->fence_seq; in nv98_decoder_decode_bitstream()
51 ret = nv98_decoder_bsp(dec, desc, target, comm_seq, in nv98_decoder_decode_bitstream()
58 nv98_decoder_vp(dec, desc, target, comm_seq, vp_caps, is_ref, refs); in nv98_decoder_decode_bitstream()
59 nv98_decoder_ppp(dec, desc, target, comm_seq); in nv98_decoder_decode_bitstream()
90 struct nouveau_vp3_decoder *dec; in nv98_create_decoder() local
107 dec = CALLOC_STRUCT(nouveau_vp3_decoder); in nv98_create_decoder()
108 if (!dec) in nv98_create_decoder()
110 dec->client = nv50->base.client; in nv98_create_decoder()
111 dec in nv98_create_decoder()
[all...]
H A Dnv84_video.c67 nv84_load_firmwares(struct nouveau_device *dev, struct nv84_decoder *dec, in nv84_load_firmwares() argument
79 dec->vp_fw2_offset = align(size1, 0x100); in nv84_load_firmwares()
81 ret = nouveau_bo_new(dev, NOUVEAU_BO_VRAM, 0, dec->vp_fw2_offset + size2, NULL, &fw); in nv84_load_firmwares()
84 ret = nouveau_bo_map(fw, NOUVEAU_BO_WR, dec->client); in nv84_load_firmwares()
90 ret = nv84_copy_firmware(fw2, fw->map + dec->vp_fw2_offset, size2); in nv84_load_firmwares()
101 nv84_load_bsp_firmware(struct nouveau_device *dev, struct nv84_decoder *dec) in nv84_load_bsp_firmware() argument
104 dev, dec, "/lib/firmware/nouveau/nv84_bsp-h264", NULL); in nv84_load_bsp_firmware()
108 nv84_load_vp_firmware(struct nouveau_device *dev, struct nv84_decoder *dec) in nv84_load_vp_firmware() argument
111 dev, dec, in nv84_load_vp_firmware()
117 nv84_load_vp_firmware_mpeg(struct nouveau_device *dev, struct nv84_decoder *dec) in nv84_load_vp_firmware_mpeg() argument
131 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; nv84_decoder_decode_bitstream_h264() local
169 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; nv84_decoder_decode_bitstream_mpeg12() local
186 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; nv84_decoder_begin_frame_mpeg12() local
234 struct nv84_decoder *dec = (struct nv84_decoder *)decoder; nv84_decoder_destroy() local
269 struct nv84_decoder *dec; nv84_create_decoder() local
[all...]
H A Dnv84_video_vp.c66 nv84_decoder_vp_h264(struct nv84_decoder *dec, in nv84_decoder_vp_h264() argument
75 struct nouveau_pushbuf *push = dec->vp_pushbuf; in nv84_decoder_vp_h264()
79 { dec->vpring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264()
80 { dec->mbring, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264()
81 { dec->vp_params, NOUVEAU_BO_RDWR | NOUVEAU_BO_GART }, in nv84_decoder_vp_h264()
82 { dec->fence, NOUVEAU_BO_RDWR | NOUVEAU_BO_VRAM }, in nv84_decoder_vp_h264()
147 memcpy(dec->vp_params->map, &param1, sizeof(param1)); in nv84_decoder_vp_h264()
148 memcpy(dec->vp_params->map + 0x400, &param2, sizeof(param2)); in nv84_decoder_vp_h264()
154 PUSH_DATAh(push, dec->fence->offset); in nv84_decoder_vp_h264()
155 PUSH_DATA (push, dec in nv84_decoder_vp_h264()
250 nv84_decoder_vp_mpeg12_mb(struct nv84_decoder *dec, struct pipe_mpeg12_picture_desc *desc, const struct pipe_mpeg12_macroblock *macrob) nv84_decoder_vp_mpeg12_mb() argument
480 nv84_decoder_vp_mpeg12(struct nv84_decoder *dec, struct pipe_mpeg12_picture_desc *desc, struct nv84_video_buffer *dest) nv84_decoder_vp_mpeg12() argument
[all...]
H A Dnv98_video_vp.c27 static void dump_comm_vp(struct nouveau_vp3_decoder *dec, struct comm *comm, u32 comm_seq, in dump_comm_vp() argument
47 int ret = nouveau_bo_map(inter_bo, NOUVEAU_BO_RD|NOUVEAU_BO_NOBLOCK, dec->client); in dump_comm_vp()
61 nv98_decoder_kick_ref(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target) in nv98_decoder_kick_ref() argument
63 dec->refs[target->valid_ref].last_used = 0; in nv98_decoder_kick_ref()
68 nv98_decoder_vp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, in nv98_decoder_vp() argument
73 struct nouveau_pushbuf *push = dec->pushbuf[1]; in nv98_decoder_vp()
76 enum pipe_video_format codec = u_reduce_video_profile(dec->base.profile); in nv98_decoder_vp()
77 struct nouveau_bo *bsp_bo = dec->bsp_bo[comm_seq % NOUVEAU_VP3_VIDEO_QDEPTH]; in nv98_decoder_vp()
78 struct nouveau_bo *inter_bo = dec->inter_bo[comm_seq & 1]; in nv98_decoder_vp()
82 { dec in nv98_decoder_vp()
[all...]
H A Dnv98_video_ppp.c26 nv98_decoder_setup_ppp(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target, uint32_t low700) { in nv98_decoder_setup_ppp() argument
27 struct nouveau_pushbuf *push = dec->pushbuf[2]; in nv98_decoder_setup_ppp()
29 uint32_t stride_in = mb(dec->base.width); in nv98_decoder_setup_ppp()
31 uint32_t dec_h = mb(dec->base.height); in nv98_decoder_setup_ppp()
32 uint32_t dec_w = mb(dec->base.width); in nv98_decoder_setup_ppp()
38 { dec->ref_bo, NOUVEAU_BO_RD | NOUVEAU_BO_VRAM }, in nv98_decoder_setup_ppp()
40 { dec->fence_bo, NOUVEAU_BO_WR | NOUVEAU_BO_GART }, in nv98_decoder_setup_ppp()
51 nouveau_vp3_ycbcr_offsets(dec, &y2, &cbcr, &cbcr2); in nv98_decoder_setup_ppp()
54 in_addr = nouveau_vp3_video_addr(dec, target) >> 8; in nv98_decoder_setup_ppp()
76 nv98_decoder_vc1_ppp(struct nouveau_vp3_decoder *dec, struc argument
92 nv98_decoder_ppp(struct nouveau_vp3_decoder *dec, union pipe_desc desc, struct nouveau_vp3_video_buffer *target, unsigned comm_seq) nv98_decoder_ppp() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c36 nouveau_vpe_init(struct nouveau_decoder *dec) { in nouveau_vpe_init() argument
38 if (dec->cmds) in nouveau_vpe_init()
40 ret = nouveau_bo_map(dec->cmd_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init()
45 ret = nouveau_bo_map(dec->data_bo, NOUVEAU_BO_RDWR, dec->client); in nouveau_vpe_init()
50 dec->cmds = dec->cmd_bo->map; in nouveau_vpe_init()
51 dec->data = dec in nouveau_vpe_init()
56 nouveau_vpe_synch(struct nouveau_decoder *dec) nouveau_vpe_synch() argument
71 nouveau_vpe_fini(struct nouveau_decoder *dec) nouveau_vpe_fini() argument
104 nouveau_vpe_mb_dct_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) nouveau_vpe_mb_dct_blocks() argument
129 nouveau_vpe_mb_data_blocks(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb) nouveau_vpe_mb_data_blocks() argument
147 nouveau_vpe_mb_dct_header(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb, bool luma) nouveau_vpe_mb_dct_header() argument
232 nouveau_vpe_mb_mv(struct nouveau_decoder *dec, unsigned mc_header, bool luma, bool frame, bool forward, bool vert, int x, int y, const short motions[2], unsigned surface, bool first) nouveau_vpe_mb_mv() argument
271 nouveau_vpe_mb_mv_header(struct nouveau_decoder *dec, const struct pipe_mpeg12_macroblock *mb, bool luma) nouveau_vpe_mb_mv_header() argument
374 nouveau_decoder_surface_index(struct nouveau_decoder *dec, struct pipe_video_buffer *buffer) nouveau_decoder_surface_index() argument
417 struct nouveau_decoder *dec = (struct nouveau_decoder *)decoder; nouveau_decoder_decode_macroblock() local
467 struct nouveau_decoder *dec = (struct nouveau_decoder *)decoder; nouveau_decoder_flush() local
475 struct nouveau_decoder *dec = (struct nouveau_decoder*)decoder; nouveau_decoder_destroy() local
506 struct nouveau_decoder *dec; nouveau_create_decoder() local
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_deesser.c108 DeesserChannel *dec = &s->chan[ch]; in filter_frame() local
123 dec->s3 = dec->s2; in filter_frame()
124 dec->s2 = dec->s1; in filter_frame()
125 dec->s1 = sample; in filter_frame()
126 dec->m1 = (dec->s1 - dec->s2) * ((dec in filter_frame()
[all...]
/third_party/ffmpeg/libavcodec/tests/
H A Dcabac.c30 CABACContext dec; member
45 while (c->dec.range < 0x100) { in renorm_cabac_encoder()
47 if (c->dec.low < 0x100) { in renorm_cabac_encoder()
49 } else if (c->dec.low < 0x200) { in renorm_cabac_encoder()
51 c->dec.low -= 0x100; in renorm_cabac_encoder()
54 c->dec.low -= 0x200; in renorm_cabac_encoder()
57 c->dec.range += c->dec.range; in renorm_cabac_encoder()
58 c->dec.low += c->dec in renorm_cabac_encoder()
[all...]
/third_party/mesa3d/src/virtio/venus-protocol/
H A Dvn_protocol_driver_types.h30 vn_decode_uint64_t(struct vn_cs_decoder *dec, uint64_t *val) in vn_decode_uint64_t() argument
32 vn_decode(dec, 8, val, sizeof(*val)); in vn_decode_uint64_t()
53 vn_decode_uint64_t_array(struct vn_cs_decoder *dec, uint64_t *val, uint32_t count) in vn_decode_uint64_t_array() argument
57 vn_decode(dec, size, val, size); in vn_decode_uint64_t_array()
76 vn_decode_int32_t(struct vn_cs_decoder *dec, int32_t *val) in vn_decode_int32_t() argument
78 vn_decode(dec, 4, val, sizeof(*val)); in vn_decode_int32_t()
99 vn_decode_int32_t_array(struct vn_cs_decoder *dec, int32_t *val, uint32_t count) in vn_decode_int32_t_array() argument
103 vn_decode(dec, size, val, size); in vn_decode_int32_t_array()
122 vn_decode_VkStructureType(struct vn_cs_decoder *dec, VkStructureType *val) in vn_decode_VkStructureType() argument
124 vn_decode_int32_t(dec, (int32_ in vn_decode_VkStructureType()
143 vn_decode_size_t(struct vn_cs_decoder *dec, size_t *val) vn_decode_size_t() argument
168 vn_decode_size_t_array(struct vn_cs_decoder *dec, size_t *val, uint32_t count) vn_decode_size_t_array() argument
193 vn_decode_blob_array(struct vn_cs_decoder *dec, void *val, size_t size) vn_decode_blob_array() argument
214 vn_decode_char_array(struct vn_cs_decoder *dec, char *val, size_t size) vn_decode_char_array() argument
238 vn_decode_array_size(struct vn_cs_decoder *dec, uint64_t expected_size) vn_decode_array_size() argument
250 vn_decode_array_size_unchecked(struct vn_cs_decoder *dec) vn_decode_array_size_unchecked() argument
258 vn_peek_array_size(struct vn_cs_decoder *dec) vn_peek_array_size() argument
281 vn_decode_simple_pointer(struct vn_cs_decoder *dec) vn_decode_simple_pointer() argument
302 vn_decode_uint32_t(struct vn_cs_decoder *dec, uint32_t *val) vn_decode_uint32_t() argument
325 vn_decode_uint32_t_array(struct vn_cs_decoder *dec, uint32_t *val, uint32_t count) vn_decode_uint32_t_array() argument
348 vn_decode_float(struct vn_cs_decoder *dec, float *val) vn_decode_float() argument
371 vn_decode_float_array(struct vn_cs_decoder *dec, float *val, uint32_t count) vn_decode_float_array() argument
394 vn_decode_uint8_t(struct vn_cs_decoder *dec, uint8_t *val) vn_decode_uint8_t() argument
417 vn_decode_uint8_t_array(struct vn_cs_decoder *dec, uint8_t *val, uint32_t count) vn_decode_uint8_t_array() argument
440 vn_decode_uint16_t(struct vn_cs_decoder *dec, uint16_t *val) vn_decode_uint16_t() argument
460 vn_decode_VkSampleMask(struct vn_cs_decoder *dec, VkSampleMask *val) vn_decode_VkSampleMask() argument
478 vn_decode_VkSampleMask_array(struct vn_cs_decoder *dec, VkSampleMask *val, uint32_t count) vn_decode_VkSampleMask_array() argument
498 vn_decode_VkBool32(struct vn_cs_decoder *dec, VkBool32 *val) vn_decode_VkBool32() argument
516 vn_decode_VkBool32_array(struct vn_cs_decoder *dec, VkBool32 *val, uint32_t count) vn_decode_VkBool32_array() argument
536 vn_decode_VkFlags(struct vn_cs_decoder *dec, VkFlags *val) vn_decode_VkFlags() argument
554 vn_decode_VkFlags_array(struct vn_cs_decoder *dec, VkFlags *val, uint32_t count) vn_decode_VkFlags_array() argument
574 vn_decode_VkFlags64(struct vn_cs_decoder *dec, VkFlags64 *val) vn_decode_VkFlags64() argument
594 vn_decode_VkDeviceSize(struct vn_cs_decoder *dec, VkDeviceSize *val) vn_decode_VkDeviceSize() argument
612 vn_decode_VkDeviceSize_array(struct vn_cs_decoder *dec, VkDeviceSize *val, uint32_t count) vn_decode_VkDeviceSize_array() argument
632 vn_decode_VkDeviceAddress(struct vn_cs_decoder *dec, VkDeviceAddress *val) vn_decode_VkDeviceAddress() argument
650 vn_decode_VkDeviceAddress_array(struct vn_cs_decoder *dec, VkDeviceAddress *val, uint32_t count) vn_decode_VkDeviceAddress_array() argument
671 vn_decode_VkFramebufferCreateFlagBits(struct vn_cs_decoder *dec, VkFramebufferCreateFlagBits *val) vn_decode_VkFramebufferCreateFlagBits() argument
692 vn_decode_VkRenderPassCreateFlagBits(struct vn_cs_decoder *dec, VkRenderPassCreateFlagBits *val) vn_decode_VkRenderPassCreateFlagBits() argument
713 vn_decode_VkSamplerCreateFlagBits(struct vn_cs_decoder *dec, VkSamplerCreateFlagBits *val) vn_decode_VkSamplerCreateFlagBits() argument
734 vn_decode_VkPipelineCacheCreateFlagBits(struct vn_cs_decoder *dec, VkPipelineCacheCreateFlagBits *val) vn_decode_VkPipelineCacheCreateFlagBits() argument
755 vn_decode_VkPipelineDepthStencilStateCreateFlagBits(struct vn_cs_decoder *dec, VkPipelineDepthStencilStateCreateFlagBits *val) vn_decode_VkPipelineDepthStencilStateCreateFlagBits() argument
776 vn_decode_VkPipelineColorBlendStateCreateFlagBits(struct vn_cs_decoder *dec, VkPipelineColorBlendStateCreateFlagBits *val) vn_decode_VkPipelineColorBlendStateCreateFlagBits() argument
797 vn_decode_VkPipelineShaderStageCreateFlagBits(struct vn_cs_decoder *dec, VkPipelineShaderStageCreateFlagBits *val) vn_decode_VkPipelineShaderStageCreateFlagBits() argument
818 vn_decode_VkDescriptorSetLayoutCreateFlagBits(struct vn_cs_decoder *dec, VkDescriptorSetLayoutCreateFlagBits *val) vn_decode_VkDescriptorSetLayoutCreateFlagBits() argument
839 vn_decode_VkDeviceQueueCreateFlagBits(struct vn_cs_decoder *dec, VkDeviceQueueCreateFlagBits *val) vn_decode_VkDeviceQueueCreateFlagBits() argument
860 vn_decode_VkQueueFlagBits(struct vn_cs_decoder *dec, VkQueueFlagBits *val) vn_decode_VkQueueFlagBits() argument
881 vn_decode_VkMemoryPropertyFlagBits(struct vn_cs_decoder *dec, VkMemoryPropertyFlagBits *val) vn_decode_VkMemoryPropertyFlagBits() argument
902 vn_decode_VkMemoryHeapFlagBits(struct vn_cs_decoder *dec, VkMemoryHeapFlagBits *val) vn_decode_VkMemoryHeapFlagBits() argument
923 vn_decode_VkAccessFlagBits(struct vn_cs_decoder *dec, VkAccessFlagBits *val) vn_decode_VkAccessFlagBits() argument
944 vn_decode_VkBufferUsageFlagBits(struct vn_cs_decoder *dec, VkBufferUsageFlagBits *val) vn_decode_VkBufferUsageFlagBits() argument
965 vn_decode_VkBufferCreateFlagBits(struct vn_cs_decoder *dec, VkBufferCreateFlagBits *val) vn_decode_VkBufferCreateFlagBits() argument
986 vn_decode_VkShaderStageFlagBits(struct vn_cs_decoder *dec, VkShaderStageFlagBits *val) vn_decode_VkShaderStageFlagBits() argument
1007 vn_decode_VkImageUsageFlagBits(struct vn_cs_decoder *dec, VkImageUsageFlagBits *val) vn_decode_VkImageUsageFlagBits() argument
1028 vn_decode_VkImageCreateFlagBits(struct vn_cs_decoder *dec, VkImageCreateFlagBits *val) vn_decode_VkImageCreateFlagBits() argument
1049 vn_decode_VkImageViewCreateFlagBits(struct vn_cs_decoder *dec, VkImageViewCreateFlagBits *val) vn_decode_VkImageViewCreateFlagBits() argument
1070 vn_decode_VkPipelineCreateFlagBits(struct vn_cs_decoder *dec, VkPipelineCreateFlagBits *val) vn_decode_VkPipelineCreateFlagBits() argument
1091 vn_decode_VkColorComponentFlagBits(struct vn_cs_decoder *dec, VkColorComponentFlagBits *val) vn_decode_VkColorComponentFlagBits() argument
1112 vn_decode_VkFenceCreateFlagBits(struct vn_cs_decoder *dec, VkFenceCreateFlagBits *val) vn_decode_VkFenceCreateFlagBits() argument
1133 vn_decode_VkFormatFeatureFlagBits(struct vn_cs_decoder *dec, VkFormatFeatureFlagBits *val) vn_decode_VkFormatFeatureFlagBits() argument
1154 vn_decode_VkQueryControlFlagBits(struct vn_cs_decoder *dec, VkQueryControlFlagBits *val) vn_decode_VkQueryControlFlagBits() argument
1175 vn_decode_VkQueryResultFlagBits(struct vn_cs_decoder *dec, VkQueryResultFlagBits *val) vn_decode_VkQueryResultFlagBits() argument
1196 vn_decode_VkEventCreateFlagBits(struct vn_cs_decoder *dec, VkEventCreateFlagBits *val) vn_decode_VkEventCreateFlagBits() argument
1217 vn_decode_VkCommandPoolCreateFlagBits(struct vn_cs_decoder *dec, VkCommandPoolCreateFlagBits *val) vn_decode_VkCommandPoolCreateFlagBits() argument
1238 vn_decode_VkCommandPoolResetFlagBits(struct vn_cs_decoder *dec, VkCommandPoolResetFlagBits *val) vn_decode_VkCommandPoolResetFlagBits() argument
1259 vn_decode_VkCommandBufferResetFlagBits(struct vn_cs_decoder *dec, VkCommandBufferResetFlagBits *val) vn_decode_VkCommandBufferResetFlagBits() argument
1280 vn_decode_VkCommandBufferUsageFlagBits(struct vn_cs_decoder *dec, VkCommandBufferUsageFlagBits *val) vn_decode_VkCommandBufferUsageFlagBits() argument
1301 vn_decode_VkQueryPipelineStatisticFlagBits(struct vn_cs_decoder *dec, VkQueryPipelineStatisticFlagBits *val) vn_decode_VkQueryPipelineStatisticFlagBits() argument
1322 vn_decode_VkImageAspectFlagBits(struct vn_cs_decoder *dec, VkImageAspectFlagBits *val) vn_decode_VkImageAspectFlagBits() argument
1343 vn_decode_VkSparseMemoryBindFlagBits(struct vn_cs_decoder *dec, VkSparseMemoryBindFlagBits *val) vn_decode_VkSparseMemoryBindFlagBits() argument
1364 vn_decode_VkSparseImageFormatFlagBits(struct vn_cs_decoder *dec, VkSparseImageFormatFlagBits *val) vn_decode_VkSparseImageFormatFlagBits() argument
1385 vn_decode_VkSubpassDescriptionFlagBits(struct vn_cs_decoder *dec, VkSubpassDescriptionFlagBits *val) vn_decode_VkSubpassDescriptionFlagBits() argument
1406 vn_decode_VkPipelineStageFlagBits(struct vn_cs_decoder *dec, VkPipelineStageFlagBits *val) vn_decode_VkPipelineStageFlagBits() argument
1427 vn_decode_VkSampleCountFlagBits(struct vn_cs_decoder *dec, VkSampleCountFlagBits *val) vn_decode_VkSampleCountFlagBits() argument
1445 vn_decode_VkSampleCountFlagBits_array(struct vn_cs_decoder *dec, VkSampleCountFlagBits *val, uint32_t count) vn_decode_VkSampleCountFlagBits_array() argument
1466 vn_decode_VkAttachmentDescriptionFlagBits(struct vn_cs_decoder *dec, VkAttachmentDescriptionFlagBits *val) vn_decode_VkAttachmentDescriptionFlagBits() argument
1487 vn_decode_VkStencilFaceFlagBits(struct vn_cs_decoder *dec, VkStencilFaceFlagBits *val) vn_decode_VkStencilFaceFlagBits() argument
1508 vn_decode_VkCullModeFlagBits(struct vn_cs_decoder *dec, VkCullModeFlagBits *val) vn_decode_VkCullModeFlagBits() argument
1529 vn_decode_VkDescriptorPoolCreateFlagBits(struct vn_cs_decoder *dec, VkDescriptorPoolCreateFlagBits *val) vn_decode_VkDescriptorPoolCreateFlagBits() argument
1550 vn_decode_VkDependencyFlagBits(struct vn_cs_decoder *dec, VkDependencyFlagBits *val) vn_decode_VkDependencyFlagBits() argument
1571 vn_decode_VkSubgroupFeatureFlagBits(struct vn_cs_decoder *dec, VkSubgroupFeatureFlagBits *val) vn_decode_VkSubgroupFeatureFlagBits() argument
1592 vn_decode_VkPipelineCreationFeedbackFlagBits(struct vn_cs_decoder *dec, VkPipelineCreationFeedbackFlagBits *val) vn_decode_VkPipelineCreationFeedbackFlagBits() argument
1613 vn_decode_VkSemaphoreWaitFlagBits(struct vn_cs_decoder *dec, VkSemaphoreWaitFlagBits *val) vn_decode_VkSemaphoreWaitFlagBits() argument
1634 vn_decode_VkAccessFlagBits2(struct vn_cs_decoder *dec, VkAccessFlagBits2 *val) vn_decode_VkAccessFlagBits2() argument
1655 vn_decode_VkPipelineStageFlagBits2(struct vn_cs_decoder *dec, VkPipelineStageFlagBits2 *val) vn_decode_VkPipelineStageFlagBits2() argument
1676 vn_decode_VkFormatFeatureFlagBits2(struct vn_cs_decoder *dec, VkFormatFeatureFlagBits2 *val) vn_decode_VkFormatFeatureFlagBits2() argument
1697 vn_decode_VkRenderingFlagBits(struct vn_cs_decoder *dec, VkRenderingFlagBits *val) vn_decode_VkRenderingFlagBits() argument
1718 vn_decode_VkPeerMemoryFeatureFlagBits(struct vn_cs_decoder *dec, VkPeerMemoryFeatureFlagBits *val) vn_decode_VkPeerMemoryFeatureFlagBits() argument
1739 vn_decode_VkMemoryAllocateFlagBits(struct vn_cs_decoder *dec, VkMemoryAllocateFlagBits *val) vn_decode_VkMemoryAllocateFlagBits() argument
1760 vn_decode_VkExternalMemoryHandleTypeFlagBits(struct vn_cs_decoder *dec, VkExternalMemoryHandleTypeFlagBits *val) vn_decode_VkExternalMemoryHandleTypeFlagBits() argument
1781 vn_decode_VkExternalMemoryFeatureFlagBits(struct vn_cs_decoder *dec, VkExternalMemoryFeatureFlagBits *val) vn_decode_VkExternalMemoryFeatureFlagBits() argument
1802 vn_decode_VkExternalSemaphoreHandleTypeFlagBits(struct vn_cs_decoder *dec, VkExternalSemaphoreHandleTypeFlagBits *val) vn_decode_VkExternalSemaphoreHandleTypeFlagBits() argument
1823 vn_decode_VkExternalSemaphoreFeatureFlagBits(struct vn_cs_decoder *dec, VkExternalSemaphoreFeatureFlagBits *val) vn_decode_VkExternalSemaphoreFeatureFlagBits() argument
1844 vn_decode_VkSemaphoreImportFlagBits(struct vn_cs_decoder *dec, VkSemaphoreImportFlagBits *val) vn_decode_VkSemaphoreImportFlagBits() argument
1865 vn_decode_VkExternalFenceHandleTypeFlagBits(struct vn_cs_decoder *dec, VkExternalFenceHandleTypeFlagBits *val) vn_decode_VkExternalFenceHandleTypeFlagBits() argument
1886 vn_decode_VkExternalFenceFeatureFlagBits(struct vn_cs_decoder *dec, VkExternalFenceFeatureFlagBits *val) vn_decode_VkExternalFenceFeatureFlagBits() argument
1907 vn_decode_VkFenceImportFlagBits(struct vn_cs_decoder *dec, VkFenceImportFlagBits *val) vn_decode_VkFenceImportFlagBits() argument
1928 vn_decode_VkDescriptorBindingFlagBits(struct vn_cs_decoder *dec, VkDescriptorBindingFlagBits *val) vn_decode_VkDescriptorBindingFlagBits() argument
1949 vn_decode_VkConditionalRenderingFlagBitsEXT(struct vn_cs_decoder *dec, VkConditionalRenderingFlagBitsEXT *val) vn_decode_VkConditionalRenderingFlagBitsEXT() argument
1970 vn_decode_VkResolveModeFlagBits(struct vn_cs_decoder *dec, VkResolveModeFlagBits *val) vn_decode_VkResolveModeFlagBits() argument
1991 vn_decode_VkToolPurposeFlagBits(struct vn_cs_decoder *dec, VkToolPurposeFlagBits *val) vn_decode_VkToolPurposeFlagBits() argument
2012 vn_decode_VkSubmitFlagBits(struct vn_cs_decoder *dec, VkSubmitFlagBits *val) vn_decode_VkSubmitFlagBits() argument
2033 vn_decode_VkAttachmentLoadOp(struct vn_cs_decoder *dec, VkAttachmentLoadOp *val) vn_decode_VkAttachmentLoadOp() argument
2054 vn_decode_VkAttachmentStoreOp(struct vn_cs_decoder *dec, VkAttachmentStoreOp *val) vn_decode_VkAttachmentStoreOp() argument
2075 vn_decode_VkBlendFactor(struct vn_cs_decoder *dec, VkBlendFactor *val) vn_decode_VkBlendFactor() argument
2096 vn_decode_VkBlendOp(struct vn_cs_decoder *dec, VkBlendOp *val) vn_decode_VkBlendOp() argument
2117 vn_decode_VkBorderColor(struct vn_cs_decoder *dec, VkBorderColor *val) vn_decode_VkBorderColor() argument
2138 vn_decode_VkPipelineCacheHeaderVersion(struct vn_cs_decoder *dec, VkPipelineCacheHeaderVersion *val) vn_decode_VkPipelineCacheHeaderVersion() argument
2159 vn_decode_VkComponentSwizzle(struct vn_cs_decoder *dec, VkComponentSwizzle *val) vn_decode_VkComponentSwizzle() argument
2180 vn_decode_VkCommandBufferLevel(struct vn_cs_decoder *dec, VkCommandBufferLevel *val) vn_decode_VkCommandBufferLevel() argument
2201 vn_decode_VkCompareOp(struct vn_cs_decoder *dec, VkCompareOp *val) vn_decode_VkCompareOp() argument
2222 vn_decode_VkDescriptorType(struct vn_cs_decoder *dec, VkDescriptorType *val) vn_decode_VkDescriptorType() argument
2240 vn_decode_VkDescriptorType_array(struct vn_cs_decoder *dec, VkDescriptorType *val, uint32_t count) vn_decode_VkDescriptorType_array() argument
2261 vn_decode_VkDynamicState(struct vn_cs_decoder *dec, VkDynamicState *val) vn_decode_VkDynamicState() argument
2279 vn_decode_VkDynamicState_array(struct vn_cs_decoder *dec, VkDynamicState *val, uint32_t count) vn_decode_VkDynamicState_array() argument
2300 vn_decode_VkPolygonMode(struct vn_cs_decoder *dec, VkPolygonMode *val) vn_decode_VkPolygonMode() argument
2321 vn_decode_VkFormat(struct vn_cs_decoder *dec, VkFormat *val) vn_decode_VkFormat() argument
2339 vn_decode_VkFormat_array(struct vn_cs_decoder *dec, VkFormat *val, uint32_t count) vn_decode_VkFormat_array() argument
2360 vn_decode_VkFrontFace(struct vn_cs_decoder *dec, VkFrontFace *val) vn_decode_VkFrontFace() argument
2381 vn_decode_VkImageLayout(struct vn_cs_decoder *dec, VkImageLayout *val) vn_decode_VkImageLayout() argument
2402 vn_decode_VkImageTiling(struct vn_cs_decoder *dec, VkImageTiling *val) vn_decode_VkImageTiling() argument
2423 vn_decode_VkImageType(struct vn_cs_decoder *dec, VkImageType *val) vn_decode_VkImageType() argument
2444 vn_decode_VkImageViewType(struct vn_cs_decoder *dec, VkImageViewType *val) vn_decode_VkImageViewType() argument
2465 vn_decode_VkSharingMode(struct vn_cs_decoder *dec, VkSharingMode *val) vn_decode_VkSharingMode() argument
2486 vn_decode_VkIndexType(struct vn_cs_decoder *dec, VkIndexType *val) vn_decode_VkIndexType() argument
2504 vn_decode_VkIndexType_array(struct vn_cs_decoder *dec, VkIndexType *val, uint32_t count) vn_decode_VkIndexType_array() argument
2525 vn_decode_VkLogicOp(struct vn_cs_decoder *dec, VkLogicOp *val) vn_decode_VkLogicOp() argument
2546 vn_decode_VkPhysicalDeviceType(struct vn_cs_decoder *dec, VkPhysicalDeviceType *val) vn_decode_VkPhysicalDeviceType() argument
2567 vn_decode_VkPipelineBindPoint(struct vn_cs_decoder *dec, VkPipelineBindPoint *val) vn_decode_VkPipelineBindPoint() argument
2588 vn_decode_VkPrimitiveTopology(struct vn_cs_decoder *dec, VkPrimitiveTopology *val) vn_decode_VkPrimitiveTopology() argument
2609 vn_decode_VkQueryType(struct vn_cs_decoder *dec, VkQueryType *val) vn_decode_VkQueryType() argument
2630 vn_decode_VkSubpassContents(struct vn_cs_decoder *dec, VkSubpassContents *val) vn_decode_VkSubpassContents() argument
2651 vn_decode_VkResult(struct vn_cs_decoder *dec, VkResult *val) vn_decode_VkResult() argument
2669 vn_decode_VkResult_array(struct vn_cs_decoder *dec, VkResult *val, uint32_t count) vn_decode_VkResult_array() argument
2690 vn_decode_VkStencilOp(struct vn_cs_decoder *dec, VkStencilOp *val) vn_decode_VkStencilOp() argument
2711 vn_decode_VkSystemAllocationScope(struct vn_cs_decoder *dec, VkSystemAllocationScope *val) vn_decode_VkSystemAllocationScope() argument
2732 vn_decode_VkInternalAllocationType(struct vn_cs_decoder *dec, VkInternalAllocationType *val) vn_decode_VkInternalAllocationType() argument
2753 vn_decode_VkSamplerAddressMode(struct vn_cs_decoder *dec, VkSamplerAddressMode *val) vn_decode_VkSamplerAddressMode() argument
2774 vn_decode_VkFilter(struct vn_cs_decoder *dec, VkFilter *val) vn_decode_VkFilter() argument
2795 vn_decode_VkSamplerMipmapMode(struct vn_cs_decoder *dec, VkSamplerMipmapMode *val) vn_decode_VkSamplerMipmapMode() argument
2816 vn_decode_VkVertexInputRate(struct vn_cs_decoder *dec, VkVertexInputRate *val) vn_decode_VkVertexInputRate() argument
2837 vn_decode_VkObjectType(struct vn_cs_decoder *dec, VkObjectType *val) vn_decode_VkObjectType() argument
2858 vn_decode_VkDescriptorUpdateTemplateType(struct vn_cs_decoder *dec, VkDescriptorUpdateTemplateType *val) vn_decode_VkDescriptorUpdateTemplateType() argument
2879 vn_decode_VkPointClippingBehavior(struct vn_cs_decoder *dec, VkPointClippingBehavior *val) vn_decode_VkPointClippingBehavior() argument
2900 vn_decode_VkTimeDomainEXT(struct vn_cs_decoder *dec, VkTimeDomainEXT *val) vn_decode_VkTimeDomainEXT() argument
2918 vn_decode_VkTimeDomainEXT_array(struct vn_cs_decoder *dec, VkTimeDomainEXT *val, uint32_t count) vn_decode_VkTimeDomainEXT_array() argument
2939 vn_decode_VkConservativeRasterizationModeEXT(struct vn_cs_decoder *dec, VkConservativeRasterizationModeEXT *val) vn_decode_VkConservativeRasterizationModeEXT() argument
2960 vn_decode_VkSemaphoreType(struct vn_cs_decoder *dec, VkSemaphoreType *val) vn_decode_VkSemaphoreType() argument
2981 vn_decode_VkLineRasterizationModeEXT(struct vn_cs_decoder *dec, VkLineRasterizationModeEXT *val) vn_decode_VkLineRasterizationModeEXT() argument
3002 vn_decode_VkProvokingVertexModeEXT(struct vn_cs_decoder *dec, VkProvokingVertexModeEXT *val) vn_decode_VkProvokingVertexModeEXT() argument
3023 vn_decode_VkTessellationDomainOrigin(struct vn_cs_decoder *dec, VkTessellationDomainOrigin *val) vn_decode_VkTessellationDomainOrigin() argument
3044 vn_decode_VkSamplerYcbcrModelConversion(struct vn_cs_decoder *dec, VkSamplerYcbcrModelConversion *val) vn_decode_VkSamplerYcbcrModelConversion() argument
3065 vn_decode_VkSamplerYcbcrRange(struct vn_cs_decoder *dec, VkSamplerYcbcrRange *val) vn_decode_VkSamplerYcbcrRange() argument
3086 vn_decode_VkChromaLocation(struct vn_cs_decoder *dec, VkChromaLocation *val) vn_decode_VkChromaLocation() argument
3107 vn_decode_VkSamplerReductionMode(struct vn_cs_decoder *dec, VkSamplerReductionMode *val) vn_decode_VkSamplerReductionMode() argument
3128 vn_decode_VkShaderFloatControlsIndependence(struct vn_cs_decoder *dec, VkShaderFloatControlsIndependence *val) vn_decode_VkShaderFloatControlsIndependence() argument
3149 vn_decode_VkVendorId(struct vn_cs_decoder *dec, VkVendorId *val) vn_decode_VkVendorId() argument
3170 vn_decode_VkDriverId(struct vn_cs_decoder *dec, VkDriverId *val) vn_decode_VkDriverId() argument
3191 vn_decode_VkCommandFlagBitsEXT(struct vn_cs_decoder *dec, VkCommandFlagBitsEXT *val) vn_decode_VkCommandFlagBitsEXT() argument
3212 vn_decode_VkCommandTypeEXT(struct vn_cs_decoder *dec, VkCommandTypeEXT *val) vn_decode_VkCommandTypeEXT() argument
[all...]
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_parsed_ir.cpp357 auto &dec = meta[id].decoration; in set_decoration_string() local
358 dec.decoration_flags.set(decoration); in set_decoration_string()
363 dec.hlsl_semantic = argument; in set_decoration_string()
373 auto &dec = meta[id].decoration; in set_decoration() local
374 dec.decoration_flags.set(decoration); in set_decoration()
379 dec.builtin = true; in set_decoration()
380 dec.builtin_type = static_cast<BuiltIn>(argument); in set_decoration()
384 dec.location = argument; in set_decoration()
388 dec.component = argument; in set_decoration()
392 dec in set_decoration()
452 auto &dec = meta[id].members[index]; set_member_decoration() local
661 auto &dec = meta[id].decoration; unset_decoration() local
783 auto &dec = m->decoration; get_decoration_bitset() local
793 auto &dec = meta[id].members[index]; set_member_decoration_string() local
[all...]

Completed in 22 milliseconds

12345678910>>...27