| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| H A D | radeon_exa_render.c | 246 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:RADEONCheckTexturePOT 248 if ((repeatType == RepeatNormal || repeatType == RepeatReflect) && 250 !(repeatType == RepeatNormal && !pPict->transform && canTile)) 294 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:RADEONSetupSourceTile 299 if (repeatType == RepeatNormal || repeatType == RepeatReflect) { 315 repeatType ! 340 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R100CheckCompositeTexture 386 unsigned int repeatType; local in function:FUNC_NAME 758 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R200CheckCompositeTexture 803 unsigned int repeatType; local in function:FUNC_NAME 1145 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R300CheckCompositeTexture 1201 unsigned int repeatType; local in function:FUNC_NAME [all...] |
| H A D | evergreen_exa.c | 751 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:EVERGREENCheckCompositeTexture 775 if (pPict->transform != 0 && repeatType == RepeatNone && PICT_FORMAT_A(pPict->format) == 0) { 838 unsigned int repeatType; local in function:EVERGREENTextureSetup 856 repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; 860 repeatType = RepeatNormal; 1012 switch (repeatType) { 1030 RADEON_FALLBACK(("Bad repeat 0x%x\n", repeatType));
|
| H A D | r600_exa.c | 905 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R600CheckCompositeTexture 929 if (pPict->transform != 0 && repeatType == RepeatNone && PICT_FORMAT_A(pPict->format) == 0) { 946 unsigned int repeatType; local in function:R600TextureSetup 965 repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; 969 repeatType = RepeatNormal; 1124 switch (repeatType) { 1142 RADEON_FALLBACK(("Bad repeat 0x%x\n", repeatType));
|
| /xsrc/external/mit/xf86-video-ati-kms/dist/src/ |
| H A D | radeon_exa_render.c | 215 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:RADEONCheckTexturePOT 217 if ((repeatType == RepeatNormal || repeatType == RepeatReflect) && 219 !(repeatType == RepeatNormal && !pPict->transform && canTile)) 263 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:RADEONSetupSourceTile 268 if (repeatType == RepeatNormal || repeatType == RepeatReflect) { 284 repeatType ! 309 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R100CheckCompositeTexture 353 unsigned int repeatType; local in function:R100TextureSetup 707 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R200CheckCompositeTexture 750 unsigned int repeatType; local in function:R200TextureSetup 1080 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R300CheckCompositeTexture 1134 unsigned int repeatType; local in function:R300TextureSetup [all...] |
| H A D | evergreen_exa.c | 766 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:EVERGREENCheckCompositeTexture 790 if (pPict->transform != 0 && repeatType == RepeatNone && PICT_FORMAT_A(pPict->format) == 0) { 852 unsigned int repeatType; local in function:EVERGREENTextureSetup 870 repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; 874 repeatType = RepeatNormal; 1029 switch (repeatType) { 1047 RADEON_FALLBACK(("Bad repeat 0x%x\n", repeatType));
|
| H A D | r600_exa.c | 825 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R600CheckCompositeTexture 849 if (pPict->transform != 0 && repeatType == RepeatNone && PICT_FORMAT_A(pPict->format) == 0) { 866 unsigned int repeatType; local in function:R600TextureSetup 885 repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; 889 repeatType = RepeatNormal; 1043 switch (repeatType) { 1061 RADEON_FALLBACK(("Bad repeat 0x%x\n", repeatType));
|
| /xsrc/external/mit/xf86-video-intel/dist/src/uxa/ |
| H A D | i830_render.c | 266 switch (picture->repeatType) { 280 FatalError("Unknown repeat type %d\n", picture->repeatType); 407 if (picture->repeatType > RepeatReflect) { 409 picture->repeatType);
|
| H A D | i915_render.c | 247 if (picture->repeatType > RepeatReflect) { 250 picture->repeatType); 322 switch (picture->repeatType) { 336 FatalError("Unknown repeat type %d\n", picture->repeatType);
|
| H A D | i965_render.c | 223 if (picture->repeatType > RepeatReflect) { 227 picture->repeatType); 2038 sampler_state_extend_from_picture(source_picture->repeatType); 2041 source_picture->repeatType); 2070 sampler_state_extend_from_picture(mask_picture->repeatType); 2073 mask_picture->repeatType);
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/ |
| H A D | i830_render.c | 266 switch (picture->repeatType) { 280 FatalError("Unknown repeat type %d\n", picture->repeatType); 407 if (picture->repeatType > RepeatReflect) { 409 picture->repeatType);
|
| H A D | i915_render.c | 247 if (picture->repeatType > RepeatReflect) { 250 picture->repeatType); 322 switch (picture->repeatType) { 336 FatalError("Unknown repeat type %d\n", picture->repeatType);
|
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ |
| H A D | i830_render.c | 226 if (pPict->repeatType > RepeatReflect) 227 I830FALLBACK("Unsupported picture repeat %d\n", pPict->repeatType); 293 switch (pPict->repeatType) { 307 FatalError("Unknown repeat type %d\n", pPict->repeatType);
|
| H A D | i915_render.c | 174 if (pPict->repeatType > RepeatReflect) 175 I830FALLBACK("Unsupported picture repeat %d\n", pPict->repeatType); 263 switch (pPict->repeatType) { 277 FatalError("Unknown repeat type %d\n", pPict->repeatType);
|
| H A D | i965_render.c | 186 if (pPict->repeatType > RepeatReflect) 188 pPict->repeatType); 1453 sampler_state_extend_from_picture(pSrcPicture->repeatType); 1455 I830FALLBACK("Bad src repeat 0x%x\n", pSrcPicture->repeatType); 1463 sampler_state_extend_from_picture(pMaskPicture->repeatType); 1465 I830FALLBACK("Bad mask repeat 0x%x\n", pMaskPicture->repeatType);
|
| /xsrc/external/mit/xf86-video-vmware/dist/vmwgfx/ |
| H A D | vmwgfx_xa_composite.c | 164 pict->repeatType);
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| H A D | gen4_source.c | 96 channel->repeat = picture->repeat ? picture->repeatType : RepeatNone;
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| H A D | gen4_source.c | 96 channel->repeat = picture->repeat ? picture->repeatType : RepeatNone;
|
| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_render.c | 533 repeat_type = picture->repeatType; 534 switch (picture->repeatType) { 1268 source->repeatType, 1280 mask->repeatType, 1693 source->repeatType == RepeatPad)) 1696 mask->repeatType == RepeatPad))
|
| H A D | glamor_gradient.c | 740 switch (src_picture->repeatType) { 947 glUniform1i(repeat_type_uniform_location, src_picture->repeatType); 1262 glUniform1i(repeat_type_uniform_location, src_picture->repeatType);
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/ |
| H A D | xaaPict.c | 233 if ((pSrc->repeat && pSrc->repeatType != RepeatNormal) || 234 (pMask && pMask->repeat && pMask->repeatType != RepeatNormal))
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/fb/ |
| H A D | fbpict.c | 249 switch (pict->repeatType) {
|
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/ |
| H A D | fbpict.c | 249 switch (pict->repeatType) {
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| H A D | fbpict.c | 243 switch (pict->repeatType)
|
| /xsrc/external/mit/xf86-video-r128/dist/src/ |
| H A D | r128_exa_render.c | 175 unsigned int repeatType = pPict->repeat ? pPict->repeatType : RepeatNone; local in function:R128CheckCompositeTexture 199 if (pPict->transform != 0 && repeatType == RepeatNone && PICT_FORMAT_A(pPict->format) == 0) {
|
| /xsrc/external/mit/xorg-server.old/dist/render/ |
| H A D | picture.c | 726 pPicture->repeatType = RepeatNone; 1092 pPicture->repeatType = newr; 1428 pDst->repeatType = pSrc->repeatType; 1595 (pSrc->repeatType != RepeatNone ||
|