| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_render_translate.c | 34 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 D | r300_render_translate.c | 34 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 D | virgl_staging_mgr_test.cpp | 162 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 D | u_upload_mgr.h | 97 * \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 D | u_suballoc.h | 46 unsigned alignment, unsigned *out_offset,
|
| H A D | u_helpers.h | 52 unsigned *out_offset);
|
| H A D | u_upload_mgr.c | 228 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 D | u_suballoc.c | 89 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 D | u_helpers.c | 111 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 D | u_upload_mgr.h | 97 * \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 D | u_suballoc.h | 65 unsigned alignment, unsigned *out_offset,
|
| H A D | u_upload_mgr.c | 258 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 D | u_suballoc.c | 72 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 D | u_helpers.h | 63 unsigned *out_offset, unsigned alignment);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_buffer_objects.h | 107 uint32_t *out_offset); 113 uint32_t *out_offset);
|
| H A D | intel_upload.c | 69 * \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 D | brw_state.h | 196 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 D | virgl_staging_mgr.c | 96 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 D | virgl_staging_mgr.h | 75 * \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 D | brw_upload.c | 68 * \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 D | brw_buffer_objects.h | 107 uint32_t *out_offset); 113 uint32_t *out_offset);
|
| H A D | brw_state.h | 193 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 D | iris_blorp.c | 53 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 D | svga_draw_elements.c | 70 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 D | iris_blorp.c | 60 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
|