Searched refs:repeatType (Results 1 - 25 of 65) sorted by relevance

123

/xsrc/external/mit/xf86-video-ati/dist/src/
H A Dradeon_exa_render.c246 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 Devergreen_exa.c751 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 Dr600_exa.c905 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 Dradeon_exa_render.c215 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 Devergreen_exa.c766 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 Dr600_exa.c825 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 Di830_render.c266 switch (picture->repeatType) {
280 FatalError("Unknown repeat type %d\n", picture->repeatType);
407 if (picture->repeatType > RepeatReflect) {
409 picture->repeatType);
H A Di915_render.c247 if (picture->repeatType > RepeatReflect) {
250 picture->repeatType);
322 switch (picture->repeatType) {
336 FatalError("Unknown repeat type %d\n", picture->repeatType);
H A Di965_render.c223 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 Di830_render.c266 switch (picture->repeatType) {
280 FatalError("Unknown repeat type %d\n", picture->repeatType);
407 if (picture->repeatType > RepeatReflect) {
409 picture->repeatType);
H A Di915_render.c247 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 Di830_render.c226 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 Di915_render.c174 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 Di965_render.c186 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 Dvmwgfx_xa_composite.c164 pict->repeatType);
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dgen4_source.c96 channel->repeat = picture->repeat ? picture->repeatType : RepeatNone;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dgen4_source.c96 channel->repeat = picture->repeat ? picture->repeatType : RepeatNone;
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_render.c533 repeat_type = picture->repeatType;
534 switch (picture->repeatType) {
1268 source->repeatType,
1280 mask->repeatType,
1693 source->repeatType == RepeatPad))
1696 mask->repeatType == RepeatPad))
H A Dglamor_gradient.c740 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 DxaaPict.c233 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 Dfbpict.c249 switch (pict->repeatType) {
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/fb/
H A Dfbpict.c249 switch (pict->repeatType) {
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbpict.c243 switch (pict->repeatType)
/xsrc/external/mit/xf86-video-r128/dist/src/
H A Dr128_exa_render.c175 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 Dpicture.c726 pPicture->repeatType = RepeatNone;
1092 pPicture->repeatType = newr;
1428 pDst->repeatType = pSrc->repeatType;
1595 (pSrc->repeatType != RepeatNone ||

Completed in 40 milliseconds

123