Searched refs:offsets (Results 1 - 25 of 487) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dstatic_data.py29 """Table of functions that have ABI-mandated offsets in the dispatch table.
35 offsets = { variable
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dstatic_data.py29 """Table of functions that have ABI-mandated offsets in the dispatch table.
35 offsets = { variable
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_ir_allocator.h37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0)
43 free(offsets);
54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned));
58 offsets[count] = total_size;
72 * Array of offsets from the start of the VGRF space in allocation
75 unsigned *offsets; member in class:brw::simple_allocator
H A Dbrw_vec4_live_variables.h94 8 * alloc.offsets[reg.nr] + reg.offset / 4 +
97 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
108 8 * alloc.offsets[reg.nr] + reg.offset / 4 +
111 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_ir_allocator.h37 sizes(NULL), offsets(NULL), count(0), total_size(0), capacity(0)
43 free(offsets);
54 offsets = (unsigned *)realloc(offsets, capacity * sizeof(unsigned));
58 offsets[count] = total_size;
72 * Array of offsets from the start of the VGRF space in allocation
75 unsigned *offsets; member in class:brw::simple_allocator
H A Dbrw_vec4_live_variables.h120 8 * alloc.offsets[reg.nr] + reg.offset / 4 +
123 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
134 8 * alloc.offsets[reg.nr] + reg.offset / 4 +
137 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.h46 struct util_dynarray *offsets);
49 etna_etc2_patch(uint8_t *buffer, const struct util_dynarray *offsets);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_etc2.h46 struct util_dynarray *offsets);
49 etna_etc2_patch(uint8_t *buffer, const struct util_dynarray *offsets);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/include/
H A Dsvga_overlay.h124 * Computes the size, pitches and offsets for YUV frames.
130 * Pitches and offsets for the given YUV frame are put in 'pitches'
131 * and 'offsets' respectively. They are both optional though.
142 uint32 *offsets) /* OUT (optional) */
148 if (offsets) {
149 offsets[0] = 0;
161 if (offsets) {
162 offsets[1] = *size;
174 if (offsets) {
175 offsets[
137 VMwareVideoGetAttributes(const SVGAOverlayFormat format,uint32 * width,uint32 * height,uint32 * size,uint32 * pitches,uint32 * offsets) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/include/
H A Dsvga_overlay.h124 * Computes the size, pitches and offsets for YUV frames.
130 * Pitches and offsets for the given YUV frame are put in 'pitches'
131 * and 'offsets' respectively. They are both optional though.
142 uint32 *offsets) /* OUT (optional) */
148 if (offsets) {
149 offsets[0] = 0;
161 if (offsets) {
162 offsets[1] = *size;
174 if (offsets) {
175 offsets[
137 VMwareVideoGetAttributes(const SVGAOverlayFormat format,uint32 * width,uint32 * height,uint32 * size,uint32 * pitches,uint32 * offsets) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.h40 LLVMValueRef offsets,
50 LLVMValueRef offsets,
61 LLVMValueRef offsets,
H A Dlp_bld_sample_aos.h49 const LLVMValueRef *offsets,
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.h40 LLVMValueRef offsets,
50 LLVMValueRef offsets,
61 LLVMValueRef offsets,
H A Dlp_bld_sample_aos.h49 const LLVMValueRef *offsets,
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_vip.c203 * This routine configures the base offsets for video, ancillary or message
204 * mode capture. The input structure can also contain multiple offsets, such
219 VIPINPUTBUFFER_ADDR *offsets; local in function:vip_configure_capture_buffers
226 offsets = &buffer->offsets[VIP_BUFFER_TASK_A];
231 offsets->y_pitch | (offsets->uv_pitch << 16));
236 WRITE_VIP32(VIP_TASKA_VID_ODD_BASE, offsets->even_base[cur_buffer]);
237 WRITE_VIP32(VIP_TASKA_VID_EVEN_BASE, offsets->odd_base[cur_buffer]);
239 WRITE_VIP32(VIP_TASKA_VBI_ODD_BASE, offsets
322 VIPINPUTBUFFER_ADDR *offsets; local in function:vip_toggle_video_offsets
1279 VIPINPUTBUFFER_ADDR *offsets; local in function:vip_get_buffer_configuration
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/tests/
H A Dstate_pool_no_free.c38 uint32_t offsets[STATES_PER_THREAD]; member in struct:job
51 job->offsets[i] = state.offset;
92 if (thread_max < jobs[i].offsets[next[i]]) {
93 thread_max = jobs[i].offsets[next[i]];
105 assert(jobs[max_thread_idx].offsets[next[max_thread_idx]] > highest);
107 highest = jobs[max_thread_idx].offsets[next[max_thread_idx]];
/xsrc/external/mit/MesaLib/dist/src/intel/vulkan/tests/
H A Dstate_pool_no_free.c37 uint32_t offsets[STATES_PER_THREAD]; member in struct:job
50 job->offsets[i] = state.offset;
92 if (thread_max < jobs[i].offsets[next[i]]) {
93 thread_max = jobs[i].offsets[next[i]];
105 ASSERT(jobs[max_thread_idx].offsets[next[max_thread_idx]] > highest);
107 highest = jobs[max_thread_idx].offsets[next[max_thread_idx]];
/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dbuffers.h37 unsigned int offsets[4], enum util_fill_pattern pattern);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_bicubic_filter.c152 unsigned video_height, struct vertex2f *offsets)
218 vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y));
251 struct vertex2f offsets[16]; local in function:vl_bicubic_filter_init
312 offsets[0].x = -1.0f; offsets[0].y = -1.0f;
313 offsets[1].x = 0.0f; offsets[1].y = -1.0f;
314 offsets[2].x = 1.0f; offsets[
151 create_frag_shader(struct vl_bicubic_filter * filter,unsigned video_width,unsigned video_height,struct vertex2f * offsets) argument
[all...]
H A Dvl_median_filter.c77 struct vertex2f *offsets,
89 assert(num_offsets & 1); /* we need an odd number of offsets */
90 if (!(num_offsets & 1)) { /* yeah, we REALLY need an odd number of offsets!!! */
127 if (!is_vec_zero(offsets[i])) {
129 i_vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y));
136 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]);
164 struct vertex2f **offsets, unsigned *num_offsets)
170 assert(offsets && num_offsets);
196 *offsets
76 create_frag_shader(struct vl_median_filter * filter,struct vertex2f * offsets,unsigned num_offsets) argument
163 generate_offsets(enum vl_median_filter_shape shape,unsigned size,struct vertex2f ** offsets,unsigned * num_offsets) argument
251 struct vertex2f *offsets = NULL; local in function:vl_median_filter_init
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_bicubic_filter.c152 unsigned video_height, struct vertex2f *offsets)
219 vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y));
252 struct vertex2f offsets[16]; local in function:vl_bicubic_filter_init
313 offsets[0].x = -1.0f; offsets[0].y = -1.0f;
314 offsets[1].x = 0.0f; offsets[1].y = -1.0f;
315 offsets[2].x = 1.0f; offsets[
151 create_frag_shader(struct vl_bicubic_filter * filter,unsigned video_width,unsigned video_height,struct vertex2f * offsets) argument
[all...]
H A Dvl_median_filter.c77 struct vertex2f *offsets,
89 assert(num_offsets & 1); /* we need an odd number of offsets */
90 if (!(num_offsets & 1)) { /* yeah, we REALLY need an odd number of offsets!!! */
127 if (!is_vec_zero(offsets[i])) {
129 i_vtex, ureg_imm2f(shader, offsets[i].x, offsets[i].y));
136 struct ureg_src src = is_vec_zero(offsets[i]) ? i_vtex : ureg_src(t_array[i]);
164 struct vertex2f **offsets, unsigned *num_offsets)
170 assert(offsets && num_offsets);
196 *offsets
76 create_frag_shader(struct vl_median_filter * filter,struct vertex2f * offsets,unsigned num_offsets) argument
163 generate_offsets(enum vl_median_filter_shape shape,unsigned size,struct vertex2f ** offsets,unsigned * num_offsets) argument
251 struct vertex2f *offsets = NULL; local in function:vl_median_filter_init
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dvertarr.c160 int offsets[4]; local in function:__indirect_glInterleavedArrays
185 offsets[i] = (modes[idx][i].count != 0) ? size : -1;
193 if (offsets[0] >= 0) {
198 if (offsets[1] >= 0) {
202 (const char *) pointer + offsets[1]);
204 if (offsets[2] >= 0) {
207 (const char *) pointer + offsets[2]);
212 (const char *) pointer + offsets[3]);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dvertarr.c160 int offsets[4]; local in function:__indirect_glInterleavedArrays
185 offsets[i] = (modes[idx][i].count != 0) ? size : -1;
193 if (offsets[0] >= 0) {
198 if (offsets[1] >= 0) {
202 (const char *) pointer + offsets[1]);
204 if (offsets[2] >= 0) {
207 (const char *) pointer + offsets[2]);
212 (const char *) pointer + offsets[3]);
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_egl_stubs.c49 uint32_t *offsets, uint32_t *strides,
48 glamor_egl_fds_from_pixmap(ScreenPtr screen,PixmapPtr pixmap,int * fds,uint32_t * offsets,uint32_t * strides,uint64_t * modifier) argument

Completed in 37 milliseconds

1234567891011>>