Home
last modified time | relevance | path

Searched refs:inst_index (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dradeon_vcn_enc_2_0.c86 unsigned int inst_index = 0; in radeon_enc_slice_header_hevc() local
101 instruction[inst_index] = RENCODE_HEADER_INSTRUCTION_COPY; in radeon_enc_slice_header_hevc()
102 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_enc_slice_header_hevc()
104 inst_index++; in radeon_enc_slice_header_hevc()
106 instruction[inst_index] = RENCODE_HEVC_HEADER_INSTRUCTION_FIRST_SLICE; in radeon_enc_slice_header_hevc()
107 inst_index++; in radeon_enc_slice_header_hevc()
115 instruction[inst_index] = RENCODE_HEADER_INSTRUCTION_COPY; in radeon_enc_slice_header_hevc()
116 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_enc_slice_header_hevc()
118 inst_index++; in radeon_enc_slice_header_hevc()
120 instruction[inst_index] in radeon_enc_slice_header_hevc()
[all...]
H A Dradeon_vcn_enc_1_2.c796 unsigned int inst_index = 0; in radeon_enc_slice_header() local
813 instruction[inst_index] = RENCODE_HEADER_INSTRUCTION_COPY; in radeon_enc_slice_header()
814 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_enc_slice_header()
816 inst_index++; in radeon_enc_slice_header()
818 instruction[inst_index] = RENCODE_H264_HEADER_INSTRUCTION_FIRST_MB; in radeon_enc_slice_header()
819 inst_index++; in radeon_enc_slice_header()
885 instruction[inst_index] = RENCODE_HEADER_INSTRUCTION_COPY; in radeon_enc_slice_header()
886 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_enc_slice_header()
888 inst_index++; in radeon_enc_slice_header()
890 instruction[inst_index] in radeon_enc_slice_header()
924 unsigned int inst_index = 0; radeon_enc_slice_header_hevc() local
[all...]
H A Dradeon_uvd_enc_1_1.c640 unsigned int inst_index = 0; in radeon_uvd_enc_slice_header_hevc() local
654 instruction[inst_index] = RENC_UVD_HEADER_INSTRUCTION_COPY; in radeon_uvd_enc_slice_header_hevc()
655 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_uvd_enc_slice_header_hevc()
657 inst_index++; in radeon_uvd_enc_slice_header_hevc()
659 instruction[inst_index] = RENC_UVD_HEADER_INSTRUCTION_FIRST_SLICE; in radeon_uvd_enc_slice_header_hevc()
660 inst_index++; in radeon_uvd_enc_slice_header_hevc()
669 instruction[inst_index] = RENC_UVD_HEADER_INSTRUCTION_COPY; in radeon_uvd_enc_slice_header_hevc()
670 num_bits[inst_index] = enc->bits_output - bits_copied; in radeon_uvd_enc_slice_header_hevc()
672 inst_index++; in radeon_uvd_enc_slice_header_hevc()
674 instruction[inst_index] in radeon_uvd_enc_slice_header_hevc()
[all...]

Completed in 4 milliseconds