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

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
H A Dr600_translate.c36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
H A Dr600_translate.c36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_translate.c36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_translate.c36 unsigned out_offset; local
42 &out_offset, &out_buffer, &ptr);
49 ib->offset = out_offset;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_render_translate.c34 unsigned out_offset; local
41 &out_offset, out_buffer, &ptr);
48 *start = out_offset / 2;
55 &out_offset, out_buffer, &ptr);
61 *start = out_offset / 2;
69 &out_offset, out_buffer, &ptr);
75 *start = out_offset / 4;
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_render_translate.c34 unsigned out_offset; local
41 &out_offset, out_buffer, &ptr);
48 *start = out_offset / 2;
55 &out_offset, out_buffer, &ptr);
61 *start = out_offset / 2;
69 &out_offset, out_buffer, &ptr);
75 *start = out_offset / 4;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c124 uint32_t *out_offset)
147 *out_offset = offset;
120 brw_state_batch(struct brw_context *brw, enum state_struct_type type, int size, int alignment, uint32_t *out_offset) argument
H A Dbrw_state_cache.c270 uint32_t *out_offset,
315 *out_offset = item->offset;
262 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 *aux, GLuint aux_size, uint32_t *out_offset, void *out_aux) argument
H A Dgen7_wm_surface_state.c408 uint32_t *out_offset)
414 sizeof(*surf), 32, out_offset);
443 (*out_offset +
404 gen7_create_constant_surface(struct brw_context *brw, drm_intel_bo *bo, uint32_t offset, int width, uint32_t *out_offset) argument
H A Dbrw_wm_surface_state.c832 uint32_t *out_offset)
839 6 * 4, 32, out_offset);
864 *out_offset + 4,
878 uint32_t *out_offset, unsigned num_vector_components,
886 out_offset);
951 *out_offset + 4,
828 brw_create_constant_surface(struct brw_context *brw, drm_intel_bo *bo, uint32_t offset, int width, uint32_t *out_offset) argument
876 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
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_batch.c124 uint32_t *out_offset)
147 *out_offset = offset;
120 brw_state_batch(struct brw_context *brw, enum state_struct_type type, int size, int alignment, uint32_t *out_offset) argument
H A Dbrw_state_cache.c270 uint32_t *out_offset,
315 *out_offset = item->offset;
262 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 *aux, GLuint aux_size, uint32_t *out_offset, void *out_aux) argument
H A Dgen7_wm_surface_state.c408 uint32_t *out_offset)
414 sizeof(*surf), 32, out_offset);
443 (*out_offset +
404 gen7_create_constant_surface(struct brw_context *brw, drm_intel_bo *bo, uint32_t offset, int width, uint32_t *out_offset) argument
H A Dbrw_wm_surface_state.c832 uint32_t *out_offset)
839 6 * 4, 32, out_offset);
864 *out_offset + 4,
878 uint32_t *out_offset, unsigned num_vector_components,
886 out_offset);
951 *out_offset + 4,
828 brw_create_constant_surface(struct brw_context *brw, drm_intel_bo *bo, uint32_t offset, int width, uint32_t *out_offset) argument
876 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
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_upload_mgr.c159 unsigned *out_offset,
170 *out_offset = ~0;
207 *out_offset = offset;
217 unsigned *out_offset,
222 out_offset, outbuf,
242 unsigned *out_offset,
266 out_offset,
156 u_upload_alloc( struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned *out_offset, struct pipe_resource **outbuf, void **ptr ) argument
213 u_upload_data( struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, const void *data, unsigned *out_offset, struct pipe_resource **outbuf) argument
237 u_upload_buffer( struct u_upload_mgr *upload, unsigned min_out_offset, unsigned offset, unsigned size, struct pipe_resource *inbuf, unsigned *out_offset, struct pipe_resource **outbuf) argument
H A Du_vbuf.c270 unsigned out_offset, i; local
318 &out_offset, &out_buffer,
351 &out_offset, &out_buffer,
356 out_offset -= key->output_stride * start_vertex;
369 mgr->real_vertex_buffer[out_vb].buffer_offset = out_offset;
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.c159 unsigned *out_offset,
170 *out_offset = ~0;
207 *out_offset = offset;
217 unsigned *out_offset,
222 out_offset, outbuf,
242 unsigned *out_offset,
266 out_offset,
156 u_upload_alloc( struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, unsigned *out_offset, struct pipe_resource **outbuf, void **ptr ) argument
213 u_upload_data( struct u_upload_mgr *upload, unsigned min_out_offset, unsigned size, const void *data, unsigned *out_offset, struct pipe_resource **outbuf) argument
237 u_upload_buffer( struct u_upload_mgr *upload, unsigned min_out_offset, unsigned offset, unsigned size, struct pipe_resource *inbuf, unsigned *out_offset, struct pipe_resource **outbuf) argument
H A Du_vbuf.c270 unsigned out_offset, i; local
318 &out_offset, &out_buffer,
351 &out_offset, &out_buffer,
356 out_offset -= key->output_stride * start_vertex;
369 mgr->real_vertex_buffer[out_vb].buffer_offset = out_offset;
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/
H A Dkernel_handle.cc56 Error KernelHandle::Seek(off_t offset, int whence, off_t* out_offset) { argument
58 *out_offset = offset;
94 *out_offset = handle_attr_.offs = new_offset;
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Duniform_query.cpp940 unsigned *out_offset)
1035 *out_offset = offset;
937 _mesa_get_uniform_location(struct gl_context *ctx, struct gl_shader_program *shProg, const GLchar *name, unsigned *out_offset) argument
/external/mesa3d/src/mesa/main/
H A Duniform_query.cpp940 unsigned *out_offset)
1035 *out_offset = offset;
937 _mesa_get_uniform_location(struct gl_context *ctx, struct gl_shader_program *shProg, const GLchar *name, unsigned *out_offset) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1244 * @param out_offset resulting relative offset of the pixel block in bytes
1252 LLVMValueRef *out_offset,
1286 assert(out_offset);
1289 *out_offset = offset;
1309 LLVMValueRef *out_offset,
1346 *out_offset = offset;
1248 lp_build_sample_partial_offset(struct lp_build_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef stride, LLVMValueRef *out_offset, LLVMValueRef *out_subcoord) argument
1302 lp_build_sample_offset(struct lp_build_context *bld, const struct util_format_description *format_desc, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef *out_offset, LLVMValueRef *out_i, LLVMValueRef *out_j) argument
H A Dlp_bld_sample_aos.c72 * \param out_offset byte offset for the wrapped coordinate
84 LLVMValueRef *out_offset,
122 out_offset, out_i);
76 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) argument
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_sample.c1244 * @param out_offset resulting relative offset of the pixel block in bytes
1252 LLVMValueRef *out_offset,
1286 assert(out_offset);
1289 *out_offset = offset;
1309 LLVMValueRef *out_offset,
1346 *out_offset = offset;
1248 lp_build_sample_partial_offset(struct lp_build_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef stride, LLVMValueRef *out_offset, LLVMValueRef *out_subcoord) argument
1302 lp_build_sample_offset(struct lp_build_context *bld, const struct util_format_description *format_desc, LLVMValueRef x, LLVMValueRef y, LLVMValueRef z, LLVMValueRef y_stride, LLVMValueRef z_stride, LLVMValueRef *out_offset, LLVMValueRef *out_i, LLVMValueRef *out_j) argument
H A Dlp_bld_sample_aos.c72 * \param out_offset byte offset for the wrapped coordinate
84 LLVMValueRef *out_offset,
122 out_offset, out_i);
76 lp_build_sample_wrap_nearest_int(struct lp_build_sample_context *bld, unsigned block_length, LLVMValueRef coord, LLVMValueRef coord_f, LLVMValueRef length, LLVMValueRef stride, boolean is_pot, unsigned wrap_mode, LLVMValueRef *out_offset, LLVMValueRef *out_i) argument

Completed in 6061 milliseconds