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

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_render_translate.c34 unsigned out_offset; local in function:r300_translate_index_buffer
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_render_translate.c34 unsigned out_offset; local in function:r300_translate_index_buffer
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_upload.c72 brw_upload_space(struct brw_uploader * upload,uint32_t size,uint32_t alignment,struct brw_bo ** out_bo,uint32_t * out_offset) argument
114 brw_upload_data(struct brw_uploader * upload,const void * data,uint32_t size,uint32_t alignment,struct brw_bo ** out_bo,uint32_t * out_offset) argument
H A Dbrw_program_cache.c333 brw_upload_cache(struct brw_cache * cache,enum brw_cache_id cache_id,const void * key,GLuint key_size,const void * data,GLuint data_size,const void * prog_data,GLuint prog_data_size,uint32_t * out_offset,void * out_prog_data) argument
H A Dintel_batchbuffer.c1032 brw_state_batch(struct brw_context * brw,int size,int alignment,uint32_t * out_offset) argument
H A Dbrw_wm_surface_state.c627 brw_emit_buffer_surface_state(struct brw_context * brw,uint32_t * out_offset,struct brw_bo * bo,unsigned buffer_offset,unsigned surface_format,unsigned buffer_size,unsigned pitch,unsigned reloc_flags) argument
725 brw_update_sol_surface(struct brw_context * brw,struct gl_buffer_object * buffer_obj,uint32_t * out_offset,unsigned num_vector_components,unsigned stride_dwords,unsigned offset_dwords) argument
840 emit_null_surface_state(struct brw_context * brw,const struct gl_framebuffer * fb,uint32_t * out_offset) argument
1324 upload_buffer_surface(struct brw_context * brw,struct gl_buffer_binding * binding,uint32_t * out_offset,enum isl_format format,unsigned reloc_flags) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.c93 virgl_staging_alloc(struct virgl_staging_mgr * staging,unsigned size,unsigned alignment,unsigned * out_offset,struct virgl_hw_res ** outbuf,void ** ptr) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_upload.c71 brw_upload_space(struct brw_uploader * upload,uint32_t size,uint32_t alignment,struct brw_bo ** out_bo,uint32_t * out_offset) argument
113 brw_upload_data(struct brw_uploader * upload,const void * data,uint32_t size,uint32_t alignment,struct brw_bo ** out_bo,uint32_t * out_offset) argument
H A Dbrw_program_cache.c306 brw_upload_cache(struct brw_cache * cache,enum brw_cache_id cache_id,const void * key,GLuint key_size,const void * data,GLuint data_size,const void * prog_data,GLuint prog_data_size,uint32_t * out_offset,void * out_prog_data) argument
H A Dbrw_batch.c1068 brw_state_batch(struct brw_context * brw,int size,int alignment,uint32_t * out_offset) argument
/xsrc/external/mit/MesaLib/dist/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) 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) 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) argument
H A Du_helpers.c152 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) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_suballoc.c88 u_suballocator_alloc(struct u_suballocator * allocator,unsigned size,unsigned alignment,unsigned * out_offset,struct pipe_resource ** outbuf) argument
H A Du_helpers.c108 util_upload_index_buffer(struct pipe_context * pipe,const struct pipe_draw_info * info,struct pipe_resource ** out_buffer,unsigned * out_offset) argument
H A Du_upload_mgr.c224 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) argument
287 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) argument
H A Du_vbuf.c399 unsigned out_offset, mask; local in function:u_vbuf_translate_buffers
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_blorp.c56 stream_state(struct iris_batch * batch,struct u_upload_mgr * uploader,unsigned size,unsigned alignment,uint32_t * out_offset,struct iris_bo ** out_bo) argument
/xsrc/external/mit/MesaLib/dist/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) argument
/xsrc/external/mit/MesaLib/dist/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) argument
/xsrc/external/mit/MesaLib/dist/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) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/tests/
H A Dvirgl_staging_mgr_test.cpp162 unsigned out_offset; local in function:TEST_P
196 unsigned out_offset; local in function:TEST_F
228 unsigned out_offset; local in function:TEST_F
260 unsigned out_offset; local in function:TEST_F
294 unsigned out_offset; local in function:TEST_F
332 unsigned out_offset; local in function:TEST_F
357 unsigned out_offset; local in function:TEST_F
375 unsigned out_offset; local in function:TEST_F
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dglthread_bufferobj.c65 _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) argument
/xsrc/external/mit/MesaLib.old/dist/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) argument
/xsrc/external/mit/MesaLib/dist/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) argument

Completed in 34 milliseconds

12