HomeSort by: relevance | last modified time | path
    Searched defs:repeat (Results 1 - 25 of 63) sorted by relevancy

1 2 3

  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
u_split_prim.h 47 int repeat = 0; local
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
u_split_prim.h 47 int repeat = 0; local
70 repeat = 1;
89 repeat = 2;
93 repeat = 1;
100 repeat = 2;
110 s->p_start += (max_verts - repeat);
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2ramdac.c 109 int i, index, shift = 0, j, repeat = 1; local
112 repeat = 8;
118 for (j = 0; j < repeat; j++) {
pm3_dac.c 792 int i, index, shift = 0, j, repeat = 1; local
795 repeat = 8;
801 for (j = 0; j < repeat; j++) {
  /xsrc/external/mit/libdrm/dist/tests/modetest/
cursor.c 71 uint32_t repeat; member in struct:cursor_step
153 if (count < step->repeat) {
  /xsrc/external/mit/mesa-demos/dist/src/samples/
texture.c 42 float repeat[] = {GL_REPEAT}; variable
291 sWrapMode = repeat;
292 tWrapMode = repeat;
eval.c 143 static float repeat[] = {GL_REPEAT}; local
171 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, repeat);
172 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, repeat);
quad.c 115 static float repeat[] = {GL_REPEAT}; local
145 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, repeat);
146 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, repeat);
logo.c 116 static float repeat[] = { variable
1308 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, repeat);
1309 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, repeat);
1492 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, repeat);
1493 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, repeat);
1502 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_S, repeat);
1503 glTexParameterfv(GL_TEXTURE_2D, GL_TEXTURE_WRAP_T, repeat);
  /xsrc/external/mit/pixman/dist/demos/
radial-test.c 130 static const pixman_repeat_t repeat[NUM_REPEAT] = { variable
187 pixman_image_set_repeat (src_img, repeat[j]);
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_divergence_analysis.c 925 bool repeat; local
928 repeat = false;
935 repeat |= visit_loop_header_phi(nir_instr_as_phi(instr),
942 } while (repeat);
  /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
disasm-a3xx.c 86 uint8_t repeat; member in struct:disasm_ctx::__anon941
384 ctx->stats->nops += 1 + ctx->last.repeat;
397 } else if (!strcmp(field_name, "REPEAT")) {
400 ctx->last.repeat = val->num;
436 num += ctx->last.repeat;
467 int n = MIN2(ctx->sfu_delay, 1 + ctx->last.repeat + ctx->last.nop);
ir3.c 75 unsigned repeat = instr->repeat; local
83 repeat = 0;
94 max = (reg->num + repeat + components - 1);
279 unsigned instrs_count = 1 + instr->repeat + instr->nop;
283 nops_count = 1 + instr->repeat;
286 info->instrs_per_cat[opc_cat(instr->opc)] += 1 + instr->repeat;
292 info->mov_count += 1 + instr->repeat;
294 info->cov_count += 1 + instr->repeat;
313 int n = MIN2(sfu_delay, 1 + instr->repeat + instr->nop)
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
pointblast.c 38 static int repeat = 1; variable
152 if (repeat) {
spriteblast.c 41 static int repeat = 1; variable
214 if (repeat) {
  /xsrc/external/mit/pixman/dist/test/
affine-test.c 44 pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; local
185 repeat = PIXMAN_REPEAT_NONE;
189 repeat = PIXMAN_REPEAT_NORMAL;
193 repeat = PIXMAN_REPEAT_PAD;
197 repeat = PIXMAN_REPEAT_REFLECT;
203 pixman_image_set_repeat (src_img, repeat);
216 printf ("op=%s, repeat=%d, transform=\n",
217 operator_name (op), repeat);
composite.c 66 #define REPEAT 0x01000000
73 1 | REPEAT,
137 pixman_repeat_t repeat; member in struct:image_t
208 info->repeat ? " R" :"");
386 info->repeat = PIXMAN_REPEAT_NONE;
401 if (sizes[size] & REPEAT)
404 info->repeat = PIXMAN_REPEAT_NORMAL;
scaling-test.c 74 pixman_repeat_t repeat = PIXMAN_REPEAT_NONE; local
229 repeat = PIXMAN_REPEAT_NONE;
233 repeat = PIXMAN_REPEAT_NORMAL;
237 repeat = PIXMAN_REPEAT_PAD;
241 repeat = PIXMAN_REPEAT_REFLECT;
247 pixman_image_set_repeat (src_img, repeat);
354 printf ("scale_x=%d, scale_y=%d, repeat=%d, filter=%d\n",
355 scale_x, scale_y, repeat, src_img->common.filter);
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
fbpict.c 224 pixman_repeat_t repeat; local
252 repeat = PIXMAN_REPEAT_NONE;
256 repeat = PIXMAN_REPEAT_PAD;
260 repeat = PIXMAN_REPEAT_NORMAL;
264 repeat = PIXMAN_REPEAT_REFLECT;
268 pixman_image_set_repeat(image, repeat);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
fbpict.c 224 pixman_repeat_t repeat; local
252 repeat = PIXMAN_REPEAT_NONE;
256 repeat = PIXMAN_REPEAT_PAD;
260 repeat = PIXMAN_REPEAT_NORMAL;
264 repeat = PIXMAN_REPEAT_REFLECT;
268 pixman_image_set_repeat(image, repeat);
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbpict.c 218 pixman_repeat_t repeat; local
247 repeat = PIXMAN_REPEAT_NONE;
251 repeat = PIXMAN_REPEAT_PAD;
255 repeat = PIXMAN_REPEAT_NORMAL;
259 repeat = PIXMAN_REPEAT_REFLECT;
263 pixman_image_set_repeat (image, repeat);
  /xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_assembler.cpp 923 bool repeat = false; local
925 repeat = false;
941 repeat = true;
954 } while (repeat);
aco_insert_waitcnt.cpp 787 bool repeat = false; local
790 repeat = true;
794 if (repeat)
  /xsrc/external/mit/MesaLib.old/dist/src/freedreno/ir3/
disasm-a3xx.c 82 /* current instruction repeat flag: */
83 unsigned repeat; member in struct:disasm_ctx
275 unsigned src1_r = cat2->repeat ? cat2->src1_r : 0;
290 unsigned src2_r = cat2->repeat ? cat2->src2_r : 0;
335 unsigned src1_r = cat3->repeat ? cat3->src1_r : 0;
350 unsigned src2_r = cat3->repeat ? cat3->src2_r : 0;
1054 ctx->repeat = instr_repeat(instr);
1064 if (ctx->repeat) {
1065 fprintf(ctx->out, "(rpt%d)", ctx->repeat);
  /xsrc/external/mit/pixman/dist/pixman/
pixman-inlines.h 57 repeat (pixman_repeat_t repeat, int *c, int size) function
59 if (repeat == PIXMAN_REPEAT_NONE)
64 else if (repeat == PIXMAN_REPEAT_NORMAL)
71 else if (repeat == PIXMAN_REPEAT_PAD)
251 * For each scanline fetched from source image with PAD repeat:
310 * There are two repeat versions, one that handles repeat normal,
311 * and one without repeat handling that only works if the src region
502 repeat (PIXMAN_REPEAT_NORMAL, &vx, src_width_fixed);
    [all...]

Completed in 20 milliseconds

1 2 3