Searched refs:x1 (Results 1 - 25 of 1996) sorted by relevance

1234567891011>>

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_rect.h40 int x0, x1; member in struct:u_rect
51 return (!(a->x1 < b->x0 ||
52 b->x1 < a->x0 ||
55 a->x1 < a->x0 ||
57 b->x1 < b->x0 ||
70 if (b->x1 > a->x1) b->x1 = a->x1;
79 return (r->x1
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_rect.h40 int x0, x1; member in struct:u_rect
51 return (!(a->x1 < b->x0 ||
52 b->x1 < a->x0 ||
55 a->x1 < a->x0 ||
57 b->x1 < b->x0 ||
70 if (b->x1 > a->x1) b->x1 = a->x1;
79 return (r->x1
[all...]
/xsrc/external/mit/MesaLib/src/amd/common/
H A Damdgfxregs.h46 #define S_000044_DX10_CLAMP(x) (((unsigned)(x) & 0x1) << 8)
47 #define G_000044_DX10_CLAMP(x) (((x) >> 8) & 0x1)
49 #define S_000044_IEEE(x) (((unsigned)(x) & 0x1) << 9)
50 #define G_000044_IEEE(x) (((x) >> 9) & 0x1)
52 #define S_000044_LOD_CLAMPED(x) (((unsigned)(x) & 0x1) << 10)
53 #define G_000044_LOD_CLAMPED(x) (((x) >> 10) & 0x1)
55 #define S_000044_DEBUG_EN(x) (((unsigned)(x) & 0x1) << 11)
56 #define G_000044_DEBUG_EN(x) (((x) >> 11) & 0x1)
70 #define S_000044_FP16_OVFL(x) (((unsigned)(x) & 0x1) << 23) /* gfx9 */
71 #define G_000044_FP16_OVFL(x) (((x) >> 23) & 0x1)
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.h34 PRINT_RAW = 0x1, /* dump raw hexdump */
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_disasm.h34 PRINT_RAW = 0x1, /* dump raw hexdump */
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbsetsp.c47 int x1, x2; local in function:fbSetSpans
71 x1 = ppt->x;
72 x2 = x1 + *pwidth;
73 if (pbox->x1 > x1)
74 x1 = pbox->x1;
77 if (x1 < x2)
80 (x1 - ppt->x) * dstBpp + xoff,
83 (x1
[all...]
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbsetsp.c43 int x1, x2; local in function:fbSetSpans
57 x1 = ppt->x;
58 x2 = x1 + *pwidth;
59 if (pbox->x1 > x1)
60 x1 = pbox->x1;
63 if (x1 < x2)
66 (x1 - ppt->x) * dstBpp + xoff,
69 (x1
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
H A Devergreend.h126 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1)
195 #define PKT3_SAC_SRC_SEL_REG 0x1
203 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((unsigned)(x) & 0x1) << 0)
205 #define S_028B94_STREAMOUT_0_EN(x) (((unsigned)(x) & 0x1) << 0)
206 #define G_028B94_STREAMOUT_0_EN(x) (((x) >> 0) & 0x1)
208 #define S_028B94_STREAMOUT_1_EN(x) (((unsigned)(x) & 0x1) << 1)
209 #define G_028B94_STREAMOUT_1_EN(x) (((x) >> 1) & 0x1)
211 #define S_028B94_STREAMOUT_2_EN(x) (((unsigned)(x) & 0x1) << 2)
212 #define G_028B94_STREAMOUT_2_EN(x) (((x) >> 2) & 0x1)
214 #define S_028B94_STREAMOUT_3_EN(x) (((unsigned)(x) & 0x1) <<
[all...]
H A Dr600d.h152 #define PREDICATION_OP_ZPASS 0x1
177 #define PKT3_PRED_S(x) (((x) >> 0) & 0x1)
216 #define S_008490_OFFSET_UPDATE_DONE(x) (((unsigned)(x) & 0x1) << 0)
243 #define S_008C00_VC_ENABLE(x) (((unsigned)(x) & 0x1) << 0)
244 #define G_008C00_VC_ENABLE(x) (((x) >> 0) & 0x1)
246 #define S_008C00_EXPORT_SRC_C(x) (((unsigned)(x) & 0x1) << 1)
247 #define G_008C00_EXPORT_SRC_C(x) (((x) >> 1) & 0x1)
249 #define S_008C00_DX9_CONSTS(x) (((unsigned)(x) & 0x1) << 2)
250 #define G_008C00_DX9_CONSTS(x) (((x) >> 2) & 0x1)
252 #define S_008C00_ALU_INST_PREFER_VECTOR(x) (((unsigned)(x) & 0x1) <<
[all...]
H A Dr700_sq.h49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((unsigned)(x) & 0x1) << 21)
50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((unsigned)(x) & 0x1) << 22)
53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1)
58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((unsigned)(x) & 0x1) << 30)
59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
61 #define S_SQ_CF_WORD1_BARRIER(x) (((unsigned)(x) & 0x1) << 31)
62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
64 #define S_SQ_CF_WORD1_COUNT_3(x) (((unsigned)(x) & 0x1) << 19)
65 #define G_SQ_CF_WORD1_COUNT_3(x) (((x) >> 19) & 0x1)
[all...]
H A Deg_sq.h49 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((unsigned)(x) & 0x1) << 20)
50 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 20) & 0x1)
52 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((unsigned)(x) & 0x1) << 21)
53 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
60 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((unsigned)(x) & 0x1) << 30)
61 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
63 #define S_SQ_CF_WORD1_BARRIER(x) (((unsigned)(x) & 0x1) << 31)
64 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
98 #define S_SQ_CF_ALU_WORD1_ALT_CONST(x) (((unsigned)(x) & 0x1) << 25)
99 #define G_SQ_CF_ALU_WORD1_ALT_CONST(x) (((x) >> 25) & 0x1)
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
H A Devergreend.h126 #define PKT3_PREDICATE(x) (((x) >> 0) & 0x1)
195 #define PKT3_SAC_SRC_SEL_REG 0x1
203 #define S_0084FC_OFFSET_UPDATE_DONE(x) (((unsigned)(x) & 0x1) << 0)
205 #define S_028B94_STREAMOUT_0_EN(x) (((unsigned)(x) & 0x1) << 0)
206 #define G_028B94_STREAMOUT_0_EN(x) (((x) >> 0) & 0x1)
208 #define S_028B94_STREAMOUT_1_EN(x) (((unsigned)(x) & 0x1) << 1)
209 #define G_028B94_STREAMOUT_1_EN(x) (((x) >> 1) & 0x1)
211 #define S_028B94_STREAMOUT_2_EN(x) (((unsigned)(x) & 0x1) << 2)
212 #define G_028B94_STREAMOUT_2_EN(x) (((x) >> 2) & 0x1)
214 #define S_028B94_STREAMOUT_3_EN(x) (((unsigned)(x) & 0x1) <<
[all...]
H A Dr600d.h152 #define PREDICATION_OP_ZPASS 0x1
177 #define PKT3_PRED_S(x) (((x) >> 0) & 0x1)
216 #define S_008490_OFFSET_UPDATE_DONE(x) (((unsigned)(x) & 0x1) << 0)
243 #define S_008C00_VC_ENABLE(x) (((unsigned)(x) & 0x1) << 0)
244 #define G_008C00_VC_ENABLE(x) (((x) >> 0) & 0x1)
246 #define S_008C00_EXPORT_SRC_C(x) (((unsigned)(x) & 0x1) << 1)
247 #define G_008C00_EXPORT_SRC_C(x) (((x) >> 1) & 0x1)
249 #define S_008C00_DX9_CONSTS(x) (((unsigned)(x) & 0x1) << 2)
250 #define G_008C00_DX9_CONSTS(x) (((x) >> 2) & 0x1)
252 #define S_008C00_ALU_INST_PREFER_VECTOR(x) (((unsigned)(x) & 0x1) <<
[all...]
H A Dr700_sq.h49 #define S_SQ_CF_WORD1_END_OF_PROGRAM(x) (((unsigned)(x) & 0x1) << 21)
50 #define G_SQ_CF_WORD1_END_OF_PROGRAM(x) (((x) >> 21) & 0x1)
52 #define S_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((unsigned)(x) & 0x1) << 22)
53 #define G_SQ_CF_WORD1_VALID_PIXEL_MODE(x) (((x) >> 22) & 0x1)
58 #define S_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((unsigned)(x) & 0x1) << 30)
59 #define G_SQ_CF_WORD1_WHOLE_QUAD_MODE(x) (((x) >> 30) & 0x1)
61 #define S_SQ_CF_WORD1_BARRIER(x) (((unsigned)(x) & 0x1) << 31)
62 #define G_SQ_CF_WORD1_BARRIER(x) (((x) >> 31) & 0x1)
64 #define S_SQ_CF_WORD1_COUNT_3(x) (((unsigned)(x) & 0x1) << 19)
65 #define G_SQ_CF_WORD1_COUNT_3(x) (((x) >> 19) & 0x1)
[all...]
/xsrc/external/mit/xorg-server/dist/test/
H A Dfixes.c80 barrier.x1 = x;
104 int x1, y1, x2, y2; local in function:fixes_pointer_barriers_test
111 barrier.x1 = x;
117 x1 = x + 1;
121 assert(barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
125 x1 = x + 10;
127 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
130 x1 = x + 1;
134 assert(!barrier_is_blocking(&barrier, x1, y1, x2, y2, &distance));
137 x1
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dsid.h66 #define PREDICATION_OP_ZPASS 0x1
101 #define CONTEXT_CONTROL_LOAD_ENABLE(x) (((unsigned)(x) & 0x1) << 31)
102 #define CONTEXT_CONTROL_LOAD_CE_RAM(x) (((unsigned)(x) & 0x1) << 28)
103 #define CONTEXT_CONTROL_SHADOW_ENABLE(x) (((unsigned)(x) & 0x1) << 31)
107 #define S_2C3_COUNT_INDIRECT_ENABLE(x) (((unsigned)(x) & 0x1) << 30)
108 #define S_2C3_DRAW_INDEX_ENABLE(x) (((unsigned)(x) & 0x1) << 31)
122 #define STRMOUT_DATA_TYPE(x) (((unsigned)(x) & 0x1) << 7)
132 #define S_370_WR_CONFIRM(x) (((unsigned)(x) & 0x1) << 20)
133 #define S_370_WR_ONE_ADDR(x) (((unsigned)(x) & 0x1) << 16)
159 #define S_3F2_CHAIN(x) (((unsigned)(x) & 0x1) << 2
[all...]
H A Dgfx9d.h31 #define S_008008_ME0PIPE1_CF_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 4)
32 #define G_008008_ME0PIPE1_CF_RQ_PENDING(x) (((x) >> 4) & 0x1)
34 #define S_008008_ME0PIPE1_PF_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 5)
35 #define G_008008_ME0PIPE1_PF_RQ_PENDING(x) (((x) >> 5) & 0x1)
37 #define S_008008_ME1PIPE0_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 6)
38 #define G_008008_ME1PIPE0_RQ_PENDING(x) (((x) >> 6) & 0x1)
40 #define S_008008_ME1PIPE1_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 7)
41 #define G_008008_ME1PIPE1_RQ_PENDING(x) (((x) >> 7) & 0x1)
43 #define S_008008_ME1PIPE2_RQ_PENDING(x) (((unsigned)(x) & 0x1) << 8)
44 #define G_008008_ME1PIPE2_RQ_PENDING(x) (((x) >> 8) & 0x1)
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/CL/
H A Dcl_ext_intel.h117 #define CL_ME_MB_TYPE_8x8_INTEL 0x1
121 #define CL_ME_SUBPIXEL_MODE_HPEL_INTEL 0x1
125 #define CL_ME_SAD_ADJUST_MODE_HAAR_INTEL 0x1
128 #define CL_ME_SEARCH_PATH_RADIUS_4_4_INTEL 0x1
132 #define CL_ME_CHROMA_INTRA_PREDICT_ENABLED_INTEL 0x1
136 #define CL_ME_FORWARD_INPUT_MODE_INTEL 0x1
147 #define CL_ME_COST_PENALTY_LOW_INTEL 0x1
152 #define CL_ME_COST_PRECISION_HPEL_INTEL 0x1
157 #define CL_ME_LUMA_PREDICTOR_MODE_HORIZONTAL_INTEL 0x1
169 #define CL_ME_CHROMA_PREDICTOR_MODE_HORIZONTAL_INTEL 0x1
[all...]
/xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/
H A Dfbclip.h37 if (a->x1 < b->x1)
38 a->x1 = b->x1;
41 if (a->x1 >= a->x2)
56 __FUNCTION__, (b)->x1, (b)->y1, (b)->x2, (b)->y2, (c)->x1, (c)->y1, (c)->x2, (c)->y2)); \
58 if ((b)->x1 >= (c)->x2) continue; \
59 if ((b)->x2 <= (c)->x1) { if ((b)->y2 <= (c)->y2) break; continue; }
H A Dfbbitmap.c57 int16_t x1, int16_t y1, int16_t x2, int16_t y2)
66 r->x1 = x1; r->y1 = y1;
72 x1, y1, x2, y2));
74 if (x1 < region->extents.x1)
75 region->extents.x1 = x1;
94 int width, y1, y2, base, x1; local in function:fbBitmapToRegion
111 region->extents.x1
56 add(RegionPtr region,int16_t x1,int16_t y1,int16_t x2,int16_t y2) argument
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbclip.h37 if (a->x1 < b->x1)
38 a->x1 = b->x1;
41 if (a->x1 >= a->x2)
56 __FUNCTION__, (b)->x1, (b)->y1, (b)->x2, (b)->y2, (c)->x1, (c)->y1, (c)->x2, (c)->y2)); \
58 if ((b)->x1 >= (c)->x2) continue; \
59 if ((b)->x2 <= (c)->x1) { if ((b)->y2 <= (c)->y2) break; continue; }
H A Dfbbitmap.c57 int16_t x1, int16_t y1, int16_t x2, int16_t y2)
66 r->x1 = x1; r->y1 = y1;
72 x1, y1, x2, y2));
74 if (x1 < region->extents.x1)
75 region->extents.x1 = x1;
94 int width, y1, y2, base, x1; local in function:fbBitmapToRegion
111 region->extents.x1
56 add(RegionPtr region,int16_t x1,int16_t y1,int16_t x2,int16_t y2) argument
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_transfer.c60 int x1 = MAX(boxes->x1 + dx_dst, box->x1); local in function:glamor_upload_boxes
66 ofs += (x1 - dx_dst + dx_src) * bytes_per_pixel;
70 if (x2 <= x1 || y2 <= y1)
74 x2 - x1 == byte_stride / bytes_per_pixel) {
76 x1 - box->x1, y1 - box->y1,
77 x2 - x1, y2 - y1,
83 x1
161 int x1 = MAX(boxes->x1 + dx_src, box->x1); local in function:glamor_download_boxes
[all...]
/xsrc/external/mit/libXmu/dist/src/
H A DClip.c44 * x1 - Coordinates of the rectangle
53 XmuNewArea(int x1, int y1, int x2, int y2) argument
58 if (x2 > x1 && y2 > y1)
60 area->scanline = XmuNewScanline(y1, x1, x2);
160 * x1 - retangle to clip the result against
167 * (x1, y1) (x2, y1)
172 * (x1, y2) (x2, y2)
175 * (x1, y1) (x2, y1)
180 * (x1, y2) (x2, y2)
183 XmuAreaNot(XmuArea *area, int x1, in argument
617 XmuNewSegment(int x1,int x2) argument
1505 XmuNewScanline(int y,int x1,int x2) argument
[all...]
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv_shadow.c35 int x1, y1, x2, y2, width, height, cpp, FBPitch; local in function:NVRefreshArea
43 x1 = MAX(pbox->x1, 0);
47 width = (x2 - x1) * cpp;
51 src = pNv->ShadowPtr + (y1 * pNv->ShadowPitch) + (x1 * cpp);
52 dst = pNv->scanout->map + (y1 * FBPitch) + (x1 * cpp);

Completed in 213 milliseconds

1234567891011>>