Home
last modified time | relevance | path

Searched defs:out_offset (Results 1 - 25 of 32) sorted by relevance

12

/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_translate.c34 unsigned out_offset; in r300_translate_index_buffer() local
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.c94 virgl_staging_alloc(struct virgl_staging_mgr *staging, unsigned size, unsigned alignment, unsigned *out_offset, struct virgl_hw_res **outbuf, void **ptr) virgl_staging_alloc() argument
/third_party/mesa3d/src/virtio/vulkan/
H A Dvn_renderer_util.c96 vn_renderer_shmem_pool_alloc(struct vn_renderer *renderer, struct vn_renderer_shmem_pool *pool, size_t size, size_t *out_offset) vn_renderer_shmem_pool_alloc() argument
H A Dvn_instance.h168 vn_instance_cs_shmem_alloc(struct vn_instance *instance, size_t size, size_t *out_offset) vn_instance_cs_shmem_alloc() argument
H A Dvn_feedback.c191 vn_feedback_pool_alloc_locked(struct vn_feedback_pool *pool, uint32_t size, uint32_t *out_offset) vn_feedback_pool_alloc_locked() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_suballoc.c71 u_suballocator_alloc(struct u_suballocator *allocator, unsigned size, unsigned alignment, unsigned *out_offset, struct pipe_resource **outbuf) u_suballocator_alloc() argument
H A Du_upload_mgr.c254 u_upload_alloc(struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned alignment, unsigned *out_offset, struct pipe_resource **outbuf, void **ptr) u_upload_alloc() argument
319 u_upload_data(struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned alignment, const void *data, unsigned *out_offset, struct pipe_resource **outbuf) u_upload_data() argument
H A Du_helpers.c153 util_upload_index_buffer(struct pipe_context *pipe, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, struct pipe_resource **out_buffer, unsigned *out_offset, unsigned alignment) util_upload_index_buffer() argument
H A Du_vbuf.c470 unsigned out_offset, mask; in u_vbuf_translate_buffers() local
/third_party/mesa3d/src/amd/common/
H A Dac_nir_lower_global_access.c30 try_extract_additions(nir_builder *b, nir_ssa_scalar scalar, uint64_t *out_const, nir_ssa_def **out_offset) try_extract_additions() argument
/third_party/ffmpeg/tests/api/
H A Dapi-flac-test.c113 int in_offset = 0, out_offset = 0; in run_test() local
/third_party/mesa3d/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp163 unsigned out_offset; in TEST_P() local
197 unsigned out_offset; in TEST_F() local
229 unsigned out_offset; in TEST_F() local
261 unsigned out_offset; TEST_F() local
295 unsigned out_offset; TEST_F() local
334 unsigned out_offset; TEST_F() local
359 unsigned out_offset; TEST_F() local
377 unsigned out_offset; TEST_F() local
[all...]
/third_party/mesa3d/src/mesa/main/
H A Dglthread_bufferobj.c66 _mesa_glthread_upload(struct gl_context *ctx, const void *data, GLsizeiptr size, unsigned *out_offset, struct gl_buffer_object **out_buffer, uint8_t **out_ptr) _mesa_glthread_upload() argument
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_blorp.c49 stream_state(struct iris_batch *batch, struct u_upload_mgr *uploader, unsigned size, unsigned alignment, uint32_t *out_offset, struct iris_bo **out_bo) stream_state() argument
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_blorp.c53 stream_state(struct crocus_batch *batch, unsigned size, unsigned alignment, uint32_t *out_offset, struct crocus_bo **out_bo) stream_state() argument
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw_elements.c62 translate_indices(struct svga_hwtnl *hwtnl, const struct pipe_draw_info *info, const struct pipe_draw_start_count_bias *draw, enum pipe_prim_type gen_prim, unsigned orig_nr, unsigned gen_nr, unsigned gen_size, u_translate_func translate, struct pipe_resource **out_buf, unsigned *out_offset) translate_indices() argument
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_compute_transforms.cpp81 nir_ssa_def *out_offset = nir_imul(&b, draw_id, nir_imm_int(&b, out_stride)); in get_indirect_draw_base_vertex_transform() local
/third_party/skia/third_party/externals/libwebp/src/demux/
H A Danim_decode.c358 const uint64_t out_offset = (uint64_t)iter.y_offset * stride + in WebPAnimDecoderGetNext() local
/third_party/ffmpeg/libavfilter/
H A Daf_silenceremove.c135 copy_double(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_double() argument
145 copy_doublep(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_doublep() argument
155 copy_float(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_float() argument
165 copy_floatp(SilenceRemoveContext *s, AVFrame *out, AVFrame *in, int ch, int out_offset, int in_offset) copy_floatp() argument
/third_party/cups-filters/filter/
H A Dimagetopdf.c529 int out_offset; /* Offset into output buffer */ in outImage() local
/third_party/lwip/src/core/
H A Dpbuf.c1111 u16_t out_offset; in pbuf_get_contiguous() local
1186 pbuf_skip_const(const struct pbuf *in, u16_t in_offset, u16_t *out_offset) in pbuf_skip_const() argument
1212 pbuf_skip(struct pbuf *in, u16_t in_offset, u16_t *out_offset) pbuf_skip() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample_aos.c78 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, LLVMValueRef offset, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) lp_build_sample_wrap_nearest_int() argument
/third_party/alsa-lib/src/pcm/
H A Dpcm_rate.c576 snd_pcm_uframes_t out_offset; in do_convert() local
/third_party/skia/third_party/externals/freetype/src/sfnt/
H A Dsfwoff2.c253 pad4( FT_Byte** sfnt_bytes, FT_ULong* sfnt_size, FT_ULong* out_offset, FT_Memory memory ) pad4() argument
756 store_loca( FT_ULong* loca_values, FT_ULong loca_values_size, FT_UShort index_format, FT_ULong* checksum, FT_Byte** sfnt_bytes, FT_ULong* sfnt_size, FT_ULong* out_offset, FT_Memory memory ) store_loca() argument
820 reconstruct_glyf( FT_Stream stream, FT_ULong* glyf_checksum, FT_ULong* loca_checksum, FT_Byte** sfnt_bytes, FT_ULong* sfnt_size, FT_ULong* out_offset, WOFF2_Info info, FT_Memory memory ) reconstruct_glyf() argument
1347 reconstruct_hmtx( FT_Stream stream, FT_UShort num_glyphs, FT_UShort num_hmetrics, FT_Short* x_mins, FT_ULong* checksum, FT_Byte** sfnt_bytes, FT_ULong* sfnt_size, FT_ULong* out_offset, FT_Memory memory ) reconstruct_hmtx() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_state_common.c2248 unsigned out_offset; in r600_draw_vbo() local

Completed in 29 milliseconds

12