Home
last modified time | relevance | path

Searched refs:buf_ptr (Results 26 - 50 of 74) sorted by relevance

123

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader_llvm_gs.c101 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); in ngg_get_emulated_counters_buf() local
103 return ac_build_load_to_sgpr(&ctx->ac, buf_ptr, in ngg_get_emulated_counters_buf()
265 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); in si_preload_esgs_ring() local
267 ctx->esgs_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in si_preload_esgs_ring()
310 LLVMValueRef buf_ptr = ac_get_arg(&ctx->ac, ctx->internal_bindings); in si_preload_gs_rings() local
311 LLVMValueRef base_ring = ac_build_load_to_sgpr(&ctx->ac, buf_ptr, offset); in si_preload_gs_rings()
437 LLVMValueRef buf_ptr = ac_get_arg(&ctx.ac, ctx.internal_bindings); in si_generate_gs_copy_shader() local
439 ac_build_load_to_sgpr(&ctx.ac, buf_ptr, LLVMConstInt(ctx.ac.i32, SI_RING_GSVS, 0)); in si_generate_gs_copy_shader()
/third_party/ffmpeg/libavformat/
H A Ddovi_isom.h31 int ff_isom_parse_dvcc_dvvc(AVFormatContext *s, AVStream *st, const uint8_t *buf_ptr, uint64_t size);
H A Drtpenc_jpeg.c41 s->buf_ptr = s->buf; in ff_rtp_send_jpeg()
188 p = s->buf_ptr; in ff_rtp_send_jpeg()
H A Dhttp.c69 unsigned char buffer[BUFFER_SIZE], *buf_ptr, *buf_end; member
761 if (s->buf_ptr >= s->buf_end) { in http_getc()
768 s->buf_ptr = s->buffer; in http_getc()
772 return *s->buf_ptr++; in http_getc()
1523 s->buf_ptr = s->buffer; in http_connect()
1603 len = s->buf_end - s->buf_ptr; in http_buf_read()
1607 memcpy(buf, s->buf_ptr, len); in http_buf_read()
1608 s->buf_ptr += len; in http_buf_read()
1947 old_buf_size = s->buf_end - s->buf_ptr; in http_seek_internal()
1948 memcpy(old_buf, s->buf_ptr, old_buf_siz in http_seek_internal()
[all...]
H A Drtpenc.h50 uint8_t *buf_ptr; member
H A Dmxfenc.c638 PRINT_KEY(s, "preface key", pb->buf_ptr - 16); in mxf_write_preface()
644 PRINT_KEY(s, "preface uid", pb->buf_ptr - 16); in mxf_write_preface()
775 PRINT_KEY(s, "identification key", pb->buf_ptr - 16); in mxf_write_identification()
786 PRINT_KEY(s, "identification uid", pb->buf_ptr - 16); in mxf_write_identification()
818 PRINT_KEY(s, "content storage key", pb->buf_ptr - 16); in mxf_write_content_storage()
824 PRINT_KEY(s, "content storage uid", pb->buf_ptr - 16); in mxf_write_content_storage()
846 PRINT_KEY(s, "track key", pb->buf_ptr - 16); in mxf_write_track()
852 PRINT_KEY(s, "track uid", pb->buf_ptr - 16); in mxf_write_track()
918 PRINT_KEY(s, "sequence key", pb->buf_ptr - 16); in mxf_write_sequence()
924 PRINT_KEY(s, "sequence uid", pb->buf_ptr in mxf_write_sequence()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dmjpegdec.c2192 const uint8_t *buf_ptr; in find_marker() local
2197 buf_ptr = *pbuf_ptr; in find_marker()
2198 while (buf_end - buf_ptr > 1) { in find_marker()
2199 v = *buf_ptr++; in find_marker()
2200 v2 = *buf_ptr; in find_marker()
2201 if ((v == 0xff) && (v2 >= SOF0) && (v2 <= COM) && buf_ptr < buf_end) { in find_marker()
2202 val = *buf_ptr++; in find_marker()
2207 buf_ptr = buf_end; in find_marker()
2211 *pbuf_ptr = buf_ptr; in find_marker()
2216 const uint8_t **buf_ptr, cons in ff_mjpeg_find_marker()
2215 ff_mjpeg_find_marker(MJpegDecodeContext *s, const uint8_t **buf_ptr, const uint8_t *buf_end, const uint8_t **unescaped_buf_ptr, int *unescaped_buf_size) ff_mjpeg_find_marker() argument
2412 const uint8_t *buf_end, *buf_ptr; ff_mjpeg_receive_frame() local
[all...]
H A Dcavsdec.c1243 const uint8_t *buf_ptr; in cavs_decode_frame() local
1256 buf_ptr = buf; in cavs_decode_frame()
1259 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &stc); in cavs_decode_frame()
1260 if ((stc & 0xFFFFFE00) || buf_ptr == buf_end) { in cavs_decode_frame()
1263 return FFMAX(0, buf_ptr - buf); in cavs_decode_frame()
1265 input_size = (buf_end - buf_ptr) * 8; in cavs_decode_frame()
1268 init_get_bits(&h->gb, buf_ptr, input_size); in cavs_decode_frame()
1286 init_get_bits(&h->gb, buf_ptr, input_size); in cavs_decode_frame()
1303 //mpeg_decode_extension(avctx, buf_ptr, input_siz in cavs_decode_frame()
[all...]
H A Dlibdavs2.c193 const uint8_t *buf_ptr = avpkt->data; in davs2_decode_frame() local
201 cad->packet.data = buf_ptr; in davs2_decode_frame()
H A Dmpeg12dec.c2438 const uint8_t *buf_ptr = buf; in decode_chunks() local
2447 buf_ptr = avpriv_find_start_code(buf_ptr, buf_end, &start_code); in decode_chunks()
2478 return FFMAX(0, buf_ptr - buf - s2->parse_context.last_index); in decode_chunks()
2480 return FFMAX(0, buf_ptr - buf); in decode_chunks()
2484 input_size = buf_end - buf_ptr; in decode_chunks()
2488 start_code, buf_ptr - buf, input_size); in decode_chunks()
2494 mpeg1_decode_sequence(avctx, buf_ptr, input_size); in decode_chunks()
2544 if (mpeg1_decode_picture(avctx, buf_ptr, input_size) < 0) in decode_chunks()
2556 ret = init_get_bits8(&s2->gb, buf_ptr, input_siz in decode_chunks()
[all...]
H A Dmjpegdec.h184 const uint8_t **buf_ptr, const uint8_t *buf_end,
/third_party/node/src/
H A Dnode_wasi.cc841 uint32_t buf_ptr; in FdReaddir() local
849 CHECK_TO_TYPE_OR_RETURN(args, args[1], Uint32, buf_ptr); in FdReaddir()
857 buf_ptr, in FdReaddir()
862 CHECK_BOUNDS_OR_RETURN(args, mem_size, buf_ptr, buf_len); in FdReaddir()
870 &memory[buf_ptr], in FdReaddir()
1046 uint32_t buf_ptr; in PathFilestatGet() local
1054 CHECK_TO_TYPE_OR_RETURN(args, args[4], Uint32, buf_ptr); in PathFilestatGet()
1065 buf_ptr, in PathFilestatGet()
1075 uvwasi_serdes_write_filestat_t(memory, buf_ptr, &stats); in PathFilestatGet()
1229 uint32_t buf_ptr; in PathReadlink() local
1479 uint32_t buf_ptr; RandomGet() local
[all...]
/third_party/alsa-utils/axfer/
H A Dxfer-libasound-irq-rw.c78 closure->cache.buf_ptr, in read_frames()
82 closure->cache.buf_ptr, in read_frames()
221 closure->cache.buf_ptr, &avail_count, cntrs); in write_frames()
H A Dframe-cache.h13 void *buf_ptr; member
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs_linear_llvm.c472 LLVMValueRef buf_ptr = lp_build_alloca(gallivm, pixelt, ""); in llvmpipe_fs_variant_linear_llvm() local
487 buf = LLVMBuildLoad(gallivm->builder, buf_ptr, ""); in llvmpipe_fs_variant_linear_llvm()
490 LLVMBuildStore(builder, buf, buf_ptr); in llvmpipe_fs_variant_linear_llvm()
496 buf = LLVMBuildLoad(gallivm->builder, buf_ptr, ""); in llvmpipe_fs_variant_linear_llvm()
/third_party/vk-gl-cts/external/amber/src/src/
H A Dbuffer.cc185 auto* buf_ptr = GetValues<uint8_t>(); in GetHistogramForChannel() local
192 buf_ptr += seg.PaddingBytes(); in GetHistogramForChannel()
197 const auto bin = *reinterpret_cast<const uint8_t*>(buf_ptr); in GetHistogramForChannel()
200 buf_ptr += seg.SizeInBytes(); in GetHistogramForChannel()
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_64.c236 sljit_ins *buf_ptr; in sljit_generate_code() local
268 buf_ptr = (sljit_ins*)buf->memory; in sljit_generate_code()
269 buf_end = buf_ptr + (buf->used_size >> 2); in sljit_generate_code()
271 *code_ptr = *buf_ptr++; in sljit_generate_code()
303 } while (buf_ptr < buf_end); in sljit_generate_code()
324 buf_ptr = (sljit_ins *)jump->addr; in sljit_generate_code()
327 addr = (addr - (sljit_sw)SLJIT_ADD_EXEC_OFFSET(buf_ptr, executable_offset)) >> 2; in sljit_generate_code()
329 buf_ptr[0] = ((jump->flags & IS_BL) ? BL : B) | (sljit_ins)(addr & 0x3ffffff); in sljit_generate_code()
331 buf_ptr[-1] -= (4 << 5); in sljit_generate_code()
335 addr = (addr - (sljit_sw)SLJIT_ADD_EXEC_OFFSET(buf_ptr, executable_offse in sljit_generate_code()
[all...]
/third_party/fsverity-utils/common/
H A Dfsverity_uapi.h96 __u64 buf_ptr; member
/third_party/rust/crates/rustix/src/path/
H A Darg.rs955 let buf_ptr = buf.as_mut_ptr() as *mut u8; in with_c_str()
961 ptr::copy_nonoverlapping(bytes.as_ptr(), buf_ptr, bytes.len()); in with_c_str()
962 buf_ptr.add(bytes.len()).write(0); in with_c_str()
967 match CStr::from_bytes_with_nul(unsafe { slice::from_raw_parts(buf_ptr, bytes.len() + 1) }) { in with_c_str()
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c318 uint8_t** buf_ptr, int* timestamp_ptr) { in WebPAnimDecoderGetNext()
326 if (dec == NULL || buf_ptr == NULL || timestamp_ptr == NULL) return 0; in WebPAnimDecoderGetNext()
428 *buf_ptr = dec->curr_frame_; in WebPAnimDecoderGetNext()
317 WebPAnimDecoderGetNext(WebPAnimDecoder* dec, uint8_t** buf_ptr, int* timestamp_ptr) WebPAnimDecoderGetNext() argument
/third_party/lzma/C/
H A DXzIn.c220 const Byte *buf_ptr = buf; in Xz_ReadBackward() local
221 if (GetUi32(buf_ptr) != CrcCalc(buf + 4, 6)) in Xz_ReadBackward()
/third_party/ffmpeg/libavcodec/loongarch/
H A Dhevc_idct_lsx.c207 ptr0 = (buf_ptr + 112); \
208 ptr1 = (buf_ptr + 128); \
261 __lsx_vst(dst0, buf_ptr, 0); \
262 __lsx_vst(dst1, (buf_ptr + ((15 - (j * 2)) << 4)), 0); \
273 buf_ptr += 16; \
390 int16_t *buf_ptr = &buf[0]; in ff_hevc_idct_16x16_lsx() local
423 buf_ptr = (&buf[0] + 8); in ff_hevc_idct_16x16_lsx()
428 buf_ptr = coeffs; in ff_hevc_idct_16x16_lsx()
457 buf_ptr = coeffs + 8; in ff_hevc_idct_16x16_lsx()
/third_party/ffmpeg/libavcodec/mips/
H A Dhevc_idct_msa.c200 ptr0 = (buf_ptr + 112); \
201 ptr1 = (buf_ptr + 128); \
248 ST_SH(dst0, buf_ptr); \
249 ST_SH(dst1, (buf_ptr + ((15 - (j * 2)) * 16))); \
260 buf_ptr += 16; \
350 int16_t *buf_ptr = &buf[0]; in hevc_idct_16x16_msa() local
376 buf_ptr = (&buf[0] + 8); in hevc_idct_16x16_msa()
381 buf_ptr = coeffs; in hevc_idct_16x16_msa()
404 buf_ptr = coeffs + 8; in hevc_idct_16x16_msa()
/third_party/fsverity-utils/programs/
H A Dcmd_dump_metadata.c126 arg.buf_ptr = (uintptr_t)buf; in fsverity_cmd_dump_metadata()
/third_party/mesa3d/include/drm-uapi/
H A Dpanfrost_drm.h204 __u64 buf_ptr; member

Completed in 33 milliseconds

123