Searched refs:src_size (Results 1 - 25 of 39) sorted by relevance

12

/xsrc/external/mit/mesa-demos/dist/src/rbug/
H A Dbin_to_bmp.c41 uint8_t *data, unsigned src_size);
60 uint8_t *data, unsigned src_size)
58 dump(unsigned width,unsigned height,unsigned src_stride,enum pipe_format src_format,uint8_t * data,unsigned src_size) argument
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp159 int src_size = 0; local in function:fs_visitor::register_coalesce
180 src_size = alloc.sizes[inst->src[0].nr];
181 assert(src_size <= MAX_VGRF_SIZE);
183 channels_remaining = src_size;
193 for (int i = 0; i < src_size; i++) {
220 for (int i = 0; i < src_size; i++) {
244 for (int i = 0; i < src_size; i++) {
273 for (int i = 0; i < src_size; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/
H A Dintel_blit.h51 GLubyte *src_bits, GLuint src_size,
H A Dintel_blit.c499 GLubyte *src_bits, GLuint src_size,
509 int dwords = ALIGN(src_size, 8) / 4;
527 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
497 intelEmitImmediateColorExpandBlit(struct intel_context * intel,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,drm_intel_bo * dst_buffer,GLuint dst_offset,uint32_t dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/
H A Dintel_blit.h51 GLubyte *src_bits, GLuint src_size,
H A Dintel_blit.c499 GLubyte *src_bits, GLuint src_size,
509 int dwords = ALIGN(src_size, 8) / 4;
527 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
497 intelEmitImmediateColorExpandBlit(struct intel_context * intel,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,drm_intel_bo * dst_buffer,GLuint dst_offset,uint32_t dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_register_coalesce.cpp195 int src_size = 0; local in function:fs_visitor::register_coalesce
216 src_size = alloc.sizes[inst->src[0].nr];
217 assert(src_size <= MAX_VGRF_SIZE);
219 channels_remaining = src_size;
229 for (int i = 0; i < src_size; i++) {
256 for (int i = 0; i < src_size; i++) {
279 for (int i = 0; i < src_size; i++) {
321 for (int i = 0; i < src_size; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_format_pack.py358 src_size = src_channel.size
363 if src_type == FLOAT and src_size == 16:
365 src_size = 32
369 if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_channel.size == 32:
371 if src_type == FLOAT and src_size == 32 and dst_channel.type == UNSIGNED and dst_channel.norm and dst_channel.size == 8:
393 tmp_native_type = intermediate_native_type(src_size + dst_channel.size, src_channel.sign and dst_channel.sign)
403 if src_size <= 23:
407 src_size = 32
411 src_size = 64
414 if src_size <
[all...]
/xsrc/external/mit/MesaLib/dist/src/util/format/
H A Du_format_pack.py348 src_size = src_channel.size
353 if src_type == FLOAT and src_size == 16:
355 src_size = 32
359 if src_type == UNSIGNED and src_norm and src_size == 8 and dst_channel.type == FLOAT and dst_channel.size == 32:
361 if src_type == FLOAT and src_size == 32 and dst_channel.type == UNSIGNED and dst_channel.norm and dst_channel.size == 8:
381 tmp_native_type = intermediate_native_type(src_size + dst_channel.size, src_channel.sign and dst_channel.sign)
391 if src_size <= 23:
395 src_size = 32
399 src_size = 64
402 if src_size <
[all...]
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-crash-test.c132 int32_t src_size,
144 src_size, 1,
158 1, src_size,
131 do_test(int32_t dst_size,int32_t src_size,int32_t src_offs,int32_t scale_factor) argument
H A Dcover-test.c164 int src_size,
178 ref_src = pixman_int_to_fixed (src_size) -
163 calc_translate(int dst_size,int src_size,pixman_fixed_t scale,pixman_bool_t low_align,pixman_bool_t bilinear) argument
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_vlc.h69 vl_vlc_init_table(struct vl_vlc_entry *dst, unsigned dst_size, const struct vl_vlc_compressed *src, unsigned src_size) argument
74 assert(src && src_size);
81 for(; src_size > 0; --src_size, ++src) {
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
H A Dintel_blit.h55 GLubyte *src_bits, GLuint src_size,
H A Dintel_blit.c623 GLubyte *src_bits, GLuint src_size,
634 int dwords = ALIGN(src_size, 8) / 4;
652 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
621 intelEmitImmediateColorExpandBlit(struct brw_context * brw,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,struct brw_bo * dst_buffer,GLuint dst_offset,enum isl_tiling dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_vlc.h69 vl_vlc_init_table(struct vl_vlc_entry *dst, unsigned dst_size, const struct vl_vlc_compressed *src, unsigned src_size) argument
74 assert(src && src_size);
81 for(; src_size > 0; --src_size, ++src) {
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
H A Dbrw_blit.h55 GLubyte *src_bits, GLuint src_size,
H A Dbrw_blit.c631 GLubyte *src_bits, GLuint src_size,
642 int dwords = ALIGN(src_size, 8) / 4;
660 dst_buffer, dst_pitch, dst_offset, x, y, w, h, src_size, dwords);
629 brw_emit_immediate_color_expand_blit(struct brw_context * brw,GLuint cpp,GLubyte * src_bits,GLuint src_size,GLuint fg_color,GLshort dst_pitch,struct brw_bo * dst_buffer,GLuint dst_offset,enum isl_tiling dst_tiling,GLshort x,GLshort y,GLshort w,GLshort h,enum gl_logicop_mode logic_op) argument
/xsrc/external/mit/xf86-video-ati/dist/src/
H A Devergreen_textured_videofuncs.c239 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
250 tex_res.size = accel_state->src_size[0];
332 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
343 tex_res.size = accel_state->src_size[0];
H A Dr600_textured_videofuncs.c263 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
274 tex_res.size = accel_state->src_size[0];
360 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
371 tex_res.size = accel_state->src_size[0];
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
H A Devergreen_textured_videofuncs.c223 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
234 tex_res.size = accel_state->src_size[0];
319 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
330 tex_res.size = accel_state->src_size[0];
H A Dr600_textured_videofuncs.c239 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
250 tex_res.size = accel_state->src_size[0];
333 accel_state->src_size[0] = accel_state->src_obj[0].pitch * pPriv->h;
344 tex_res.size = accel_state->src_size[0];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c551 static void bitcopy(void *dst, int dst_offset, void *src, int src_size) argument
566 if (cpy_size >= src_size)
573 if (cpy_size >= src_size)
578 memcpy(cpy_dst, cpy_src, align_to_word(src_size) * 4);
/xsrc/external/mit/xf86-video-intel/dist/test/
H A Ddri3-test.c542 int src_stride, src_size; local in function:test_read_after_write
559 src_size = PAGE_ALIGN(src_stride * height);
561 width, height, src_stride, src_size, domain);
563 src = gem_create(device, src_size);
570 gem_fill(device, src, pixel, src_size, domain);
578 src_fd, bpp, src_stride, src_size);
/xsrc/external/mit/xf86-video-intel-2014/dist/test/
H A Ddri3-test.c547 int src_stride, src_size; local in function:test_read_after_write
564 src_size = PAGE_ALIGN(src_stride * height);
566 width, height, src_stride, src_size, domain);
568 src = gem_create(device, src_size);
575 gem_fill(device, src, pixel, src_size, domain);
583 src_fd, bpp, src_stride, src_size);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/lima/ir/pp/
H A Dcodegen.c675 static void bitcopy(void *dst, int dst_offset, void *src, int src_size) argument
690 if (cpy_size >= src_size)
697 if (cpy_size >= src_size)
702 memcpy(cpy_dst, cpy_src, align_to_word(src_size) * 4);

Completed in 38 milliseconds

12