HomeSort by: relevance | last modified time | path
    Searched refs:stride1 (Results 1 - 14 of 14) sorted by relevancy

  /xsrc/external/mit/xf86-video-rendition/dist/src/
vmodes.h 31 int verite_getstride(ScrnInfoPtr pScreenInfo, int *width, vu16 *stride0, vu16 *stride1);
vtypes.h 99 vu16 stride1; member in struct:verite_modeinfo_t
accelX.c 296 &pRendition->board.mode.stride1)) {
306 pRendition->board.mode.stride1);
310 stride1=1;
351 verite_out32(iob, (pRendition->board.mode.stride1<<12)|
526 verite_out32(iob, (pRendition->board.mode.stride1<<12) |
vmodes.c 125 vu8 stride1; member in struct:width_to_stride_t
481 vu16 *stride0, vu16 *stride1)
500 *stride1 = width_to_stride_table[c].stride1;
  /xsrc/external/mit/MesaLib/dist/src/egl/wayland/wayland-drm/
wayland-drm.c 64 int32_t offset1, int32_t stride1,
83 buffer->stride[1] = stride1;
140 int32_t offset1, int32_t stride1,
160 offset0, stride0, offset1, stride1, offset2, stride2);
169 int32_t offset1, int32_t stride1,
173 offset0, stride0, offset1, stride1, offset2, stride2);
  /xsrc/external/mit/MesaLib.old/dist/src/egl/wayland/wayland-drm/
wayland-drm.c 64 int32_t offset1, int32_t stride1,
83 buffer->stride[1] = stride1;
140 int32_t offset1, int32_t stride1,
160 offset0, stride0, offset1, stride1, offset2, stride2);
169 int32_t offset1, int32_t stride1,
173 offset0, stride0, offset1, stride1, offset2, stride2);
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1309 LLVMValueRef indexes[2], stride, stride1; local
1313 stride1 = LLVMBuildGEP(builder, stride_array, indexes, 2, "");
1314 stride1 = LLVMBuildLoad(builder, stride1, "");
1315 stride = lp_build_broadcast_scalar(&bld->int_coord_bld, stride1);
1318 LLVMValueRef stride1; local
1326 stride1 = LLVMBuildGEP(builder, stride_array, indexes, 2, "");
1327 stride1 = LLVMBuildLoad(builder, stride1, "");
1328 stride = LLVMBuildInsertElement(builder, stride, stride1, indexo, "")
1333 LLVMValueRef stride1; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
lp_bld_sample.c 1172 LLVMValueRef indexes[2], stride, stride1; local
1176 stride1 = LLVMBuildGEP(builder, stride_array, indexes, 2, "");
1177 stride1 = LLVMBuildLoad(builder, stride1, "");
1178 stride = lp_build_broadcast_scalar(&bld->int_coord_bld, stride1);
1181 LLVMValueRef stride1; local
1189 stride1 = LLVMBuildGEP(builder, stride_array, indexes, 2, "");
1190 stride1 = LLVMBuildLoad(builder, stride1, "");
1191 stride = LLVMBuildInsertElement(builder, stride, stride1, indexo, "")
1196 LLVMValueRef stride1; local
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
dri3proto.h 221 CARD32 stride1; member in struct:__anon11569
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
r300_emit.c 941 unsigned size1, size2, offset1, offset2, stride1, stride2; local
983 stride1 = 0;
987 stride1 = vb1->stride;
999 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) |
1010 stride1 = 0;
1014 stride1 = vb1->stride;
1018 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
r300_emit.c 938 unsigned size1, size2, offset1, offset2, stride1, stride2; local
980 stride1 = 0;
984 stride1 = vb1->stride;
996 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) |
1007 stride1 = 0;
1011 stride1 = vb1->stride;
1015 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
  /xsrc/external/mit/xorg-server/dist/dri3/
dri3_request.c 457 strides[1] = stuff->stride1;
679 swapl(&stuff->stride1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 114 uint32_t stride1, stride2; // 04 08 member in struct:h264_picparm_vp
327 h->stride1 = h->stride2 = mb(dec->base.width)*16;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/
nouveau_vp3_video_vp.c 114 uint32_t stride1, stride2; // 04 08 member in struct:h264_picparm_vp
327 h->stride1 = h->stride2 = mb(dec->base.width)*16;

Completed in 24 milliseconds