Searched refs:out_offset (Results 1 - 25 of 61) sorted by relevance

123

/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
41 &out_offset, out_buffer, &ptr);
48 *start = out_offset / 2;
55 &out_offset, out_buffer, &ptr);
62 *start = out_offset / 2;
70 &out_offset, out_buffer, &ptr);
77 *start = out_offset / 4;
/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
41 &out_offset, out_buffer, &ptr);
48 *start = out_offset / 2;
55 &out_offset, out_buffer, &ptr);
62 *start = out_offset / 2;
70 &out_offset, out_buffer, &ptr);
77 *start = out_offset / 4;
/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
168 virgl_staging_alloc(&staging, alloc_sizes[i], alignment, &out_offset,
172 EXPECT_EQ(out_offset, expected_offset);
196 unsigned out_offset; local in function:TEST_F
201 virgl_staging_alloc(&staging, staging_size - 1, 1, &out_offset,
205 EXPECT_EQ(out_offset, 0);
210 virgl_staging_alloc(&staging, 2, 1, &out_offset,
214 EXPECT_EQ(out_offset, 0);
228 unsigned out_offset; local in function:TEST_F
233 virgl_staging_alloc(&staging, staging_size - 1, 1, &out_offset,
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.old/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.h97 * \param min_out_offset Minimum offset that should be returned in out_offset.
100 * \param out_offset Pointer to where the new buffer offset will be returned.
108 unsigned *out_offset,
124 unsigned *out_offset,
H A Du_suballoc.h46 unsigned alignment, unsigned *out_offset,
H A Du_helpers.h52 unsigned *out_offset);
H A Du_upload_mgr.c228 unsigned *out_offset,
247 *out_offset = ~0;
265 *out_offset = ~0;
281 *out_offset = offset;
292 unsigned *out_offset,
298 out_offset, outbuf,
224 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_suballoc.c89 unsigned alignment, unsigned *out_offset,
146 *out_offset = allocator->offset;
88 u_suballocator_alloc(struct u_suballocator * allocator,unsigned size,unsigned alignment,unsigned * out_offset,struct pipe_resource ** outbuf) argument
H A Du_helpers.c111 unsigned *out_offset)
118 out_offset, out_buffer);
120 *out_offset -= start_offset;
108 util_upload_index_buffer(struct pipe_context * pipe,const struct pipe_draw_info * info,struct pipe_resource ** out_buffer,unsigned * out_offset) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.h97 * \param min_out_offset Minimum offset that should be returned in out_offset.
100 * \param out_offset Pointer to where the new buffer offset will be returned.
108 unsigned *out_offset,
124 unsigned *out_offset,
H A Du_suballoc.h65 unsigned alignment, unsigned *out_offset,
H A Du_upload_mgr.c258 unsigned *out_offset,
276 *out_offset = ~0;
291 *out_offset = ~0;
306 *out_offset = offset;
324 unsigned *out_offset,
330 out_offset, outbuf,
254 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_suballoc.c72 unsigned alignment, unsigned *out_offset,
129 *out_offset = allocator->offset;
71 u_suballocator_alloc(struct u_suballocator * allocator,unsigned size,unsigned alignment,unsigned * out_offset,struct pipe_resource ** outbuf) argument
H A Du_helpers.h63 unsigned *out_offset, unsigned alignment);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_buffer_objects.h107 uint32_t *out_offset);
113 uint32_t *out_offset);
H A Dintel_upload.c69 * \param out_offset Offset within the buffer object that the data will land.
76 uint32_t *out_offset)
98 *out_offset = offset;
119 uint32_t *out_offset)
121 void *dst = brw_upload_space(upload, size, alignment, out_bo, out_offset);
72 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_state.h196 uint32_t *out_offset, void *out_aux);
218 int size, int alignment, uint32_t *out_offset);
235 uint32_t *out_offset,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_staging_mgr.c96 unsigned *out_offset,
103 assert(out_offset);
113 *out_offset = ~0;
131 *out_offset = offset;
93 virgl_staging_alloc(struct virgl_staging_mgr * staging,unsigned size,unsigned alignment,unsigned * out_offset,struct virgl_hw_res ** outbuf,void ** ptr) argument
H A Dvirgl_staging_mgr.h75 * \param out_offset Pointer to where the new buffer offset will be returned.
84 unsigned *out_offset,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_upload.c68 * \param out_offset Offset within the buffer object that the data will land.
75 uint32_t *out_offset)
97 *out_offset = offset;
118 uint32_t *out_offset)
120 void *dst = brw_upload_space(upload, size, alignment, out_bo, out_offset);
71 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_buffer_objects.h107 uint32_t *out_offset);
113 uint32_t *out_offset);
H A Dbrw_state.h193 uint32_t *out_offset, void *out_aux);
215 int size, int alignment, uint32_t *out_offset);
232 uint32_t *out_offset,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_blorp.c53 uint32_t *out_offset,
59 u_upload_alloc(uploader, 0, size, alignment, out_offset, &res, &ptr);
65 bo->address + *out_offset, size);
74 *out_offset += iris_bo_offset_from_base_address(bo);
49 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.c70 unsigned *out_offset)
123 *out_offset = 0;
133 out_offset, &dst, &dst_map);
62 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.old/dist/src/gallium/drivers/iris/
H A Diris_blorp.c60 uint32_t *out_offset,
66 u_upload_alloc(uploader, 0, size, alignment, out_offset, &res, &ptr);
78 *out_offset += iris_bo_offset_from_base_address(bo);
56 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

Completed in 16 milliseconds

123