Searched refs:dst_width (Results 1 - 25 of 77) sorted by relevance

1234

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c75 const unsigned dst_width = 8; local in function:lp_build_alpha_test
80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha);
81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c75 const unsigned dst_width = 8; local in function:lp_build_alpha_test
80 alpha = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, alpha);
81 ref = lp_build_clamped_float_to_unsigned_norm(gallivm, type, dst_width, ref);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.h48 unsigned dst_width,
H A Dr200_blit.c474 * @param[in] dst_width destination image width
495 unsigned dst_width,
520 if (reg_width + dst_x_offset > dst_width)
521 reg_width = dst_width - dst_x_offset;
559 emit_cb_setup(r200, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
482 r200_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.h48 unsigned dst_width,
H A Dradeon_blit.c325 * @param[in] dst_width destination image width
346 unsigned dst_width,
371 if (reg_width + dst_x_offset > dst_width)
372 reg_width = dst_width - dst_x_offset;
410 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
333 r100_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.h48 unsigned dst_width,
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.h48 unsigned dst_width,
H A Dradeon_blit.c316 * @param[in] dst_width destination image width
337 unsigned dst_width,
362 if (reg_width + dst_x_offset > dst_width)
363 reg_width = dst_width - dst_x_offset;
401 emit_cb_setup(r100, dst_bo, dst_offset, dst_mesaformat, dst_pitch, dst_width, dst_height);
324 r100_blit(struct gl_context * ctx,struct radeon_bo * src_bo,intptr_t src_offset,mesa_format src_mesaformat,unsigned src_pitch,unsigned src_width,unsigned src_height,unsigned src_x_offset,unsigned src_y_offset,struct radeon_bo * dst_bo,intptr_t dst_offset,mesa_format dst_mesaformat,unsigned dst_pitch,unsigned dst_width,unsigned dst_height,unsigned dst_x_offset,unsigned dst_y_offset,unsigned reg_width,unsigned reg_height,unsigned flip_y) argument
/xsrc/external/mit/pixman/dist/test/
H A Dscaling-crash-test.c19 run_test (int32_t dst_width, argument
56 dstbuf = (uint32_t *)malloc (dst_width * dst_height * 4);
59 memset (dstbuf, 0x33, dst_width * dst_height * 4);
71 PIXMAN_a8r8g8b8, dst_width, dst_height, dstbuf, dst_width * 4);
82 src_x, src_y, 0, 0, 0, 0, dst_width, dst_height);
87 for (i = 0; i < dst_width * dst_height; i++)
H A Daffine-test.c34 int dst_width, dst_height; local in function:test_composite
59 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;
62 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp;
72 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
74 w = prng_rand_n (dst_width * 3 / 2 - dst_x);
105 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
225 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
226 src_width, src_height, dst_width, dst_height);
266 clip_boxes[i].x1 = prng_rand_n (dst_width);
[all...]
H A Dcomposite-traps-test.c54 int dst_width, dst_height; local in function:test_composite
155 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;
157 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp;
168 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
172 dst_format, dst_width, dst_height, dst_bits, dst_stride);
207 clip_boxes[i].x1 = prng_rand_n (dst_width);
210 clip_boxes[i].x1 + prng_rand_n (dst_width - clip_boxes[i].x1);
H A Dscaling-test.c60 int dst_width, dst_height; local in function:test_composite
113 dst_width = prng_rand_n (MAX_DST_WIDTH) + 1;
117 dst_stride = dst_width * dst_bpp + prng_rand_n (MAX_STRIDE) * dst_bpp;
134 dst_x = -(dst_width / 4) + prng_rand_n (dst_width * 3 / 2);
136 w = prng_rand_n (dst_width * 3 / 2 - dst_x);
176 dst_fmt, dst_width, dst_height, dstbuf, dst_stride);
321 clip_boxes[i].x1 = prng_rand_n (dst_width);
324 clip_boxes[i].x1 + prng_rand_n (dst_width - clip_boxes[i].x1);
374 printf ("dst_width
[all...]
H A Dblitters-test.c239 int dst_width, dst_height; local in function:test_composite
290 dst_width = pixman_image_get_width (dst_img);
298 dst_x = prng_rand_n (dst_width);
344 w = prng_rand_n (dst_width - dst_x + 1);
353 printf ("src_width=%d, src_height=%d, dst_width=%d, dst_height=%d\n",
354 src_width, src_height, dst_width, dst_height);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.h47 unsigned dst_width,
H A Dlp_bld_conv.h56 unsigned dst_width,
H A Dlp_bld_gather.c83 unsigned dst_width,
92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
140 assert(src_width <= dst_width);
141 if (src_width < dst_width) {
146 LLVMConstInt(dst_elem_type, dst_width - src_width, 0), "");
388 * For SSE, typical values are length=4, src_width=32, dst_width=32.
390 * When src_width < dst_width, the return value can be justified in
80 lp_build_gather_elem(struct gallivm_state * gallivm,unsigned length,unsigned src_width,unsigned dst_width,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i,boolean vector_justify) argument
H A Dlp_bld_conv.c233 * by dst_width, the actual result type will have the same width.
236 * return { i32, i32, i32, i32 } where each value is in [0, 2^dst_width-1].
241 unsigned dst_width,
250 assert(dst_width <= src_type.width);
255 if (dst_width <= mantissa) {
268 ubound = (1ULL << dst_width);
271 bias = (double)(1ULL << (mantissa - dst_width));
280 else if (dst_width == (mantissa + 1)) {
291 scale = (double)((1ULL << dst_width) - 1);
314 unsigned n = MIN2(src_type.width - 1u, dst_width);
239 lp_build_clamped_float_to_unsigned_norm(struct gallivm_state * gallivm,struct lp_type src_type,unsigned dst_width,LLVMValueRef src) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_gather.h47 unsigned dst_width,
H A Dlp_bld_conv.h56 unsigned dst_width,
H A Dlp_bld_gather.c83 unsigned dst_width,
92 LLVMTypeRef dst_elem_type = LLVMIntTypeInContext(gallivm->context, dst_width);
140 assert(src_width <= dst_width);
141 if (src_width < dst_width) {
146 LLVMConstInt(dst_elem_type, dst_width - src_width, 0), "");
388 * For SSE, typical values are length=4, src_width=32, dst_width=32.
390 * When src_width < dst_width, the return value can be justified in
80 lp_build_gather_elem(struct gallivm_state * gallivm,unsigned length,unsigned src_width,unsigned dst_width,boolean aligned,LLVMValueRef base_ptr,LLVMValueRef offsets,unsigned i,boolean vector_justify) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_sse.h615 * @param dst_width destination width in pixels
619 * @return final src_x value (i.e., src_x + dst_width*src_xstep)
623 int32_t dst_width,
631 assert(dst_width >= 0);
632 assert(dst_width % 4 == 0);
645 dst_width >>= 2;
646 while (dst_width) {
695 --dst_width;
622 util_sse2_stretch_row_8unorm(__m128i * restrict dst,int32_t dst_width,const uint32_t * restrict src,int32_t src_x,int32_t src_xstep) argument
/xsrc/external/mit/xf86-video-geode/dist/src/cim/
H A Dcim_rtns.h164 unsigned long dst_width, unsigned long dst_height,
167 unsigned long dst_width, unsigned long dst_height,
259 unsigned long dst_width, unsigned long dst_height,
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp206 unsigned dst_width = local in function:create_copy_instr
225 } else if (written != dst_width) {
227 assert(written % dst_width == 0);
228 const int sources = written / dst_width;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_fs_cse.cpp207 unsigned dst_width = local in function:create_copy_instr
226 } else if (written != dst_width) {
228 assert(written % dst_width == 0);
229 const int sources = written / dst_width;

Completed in 21 milliseconds

1234