• Home
  • Raw
  • Download

Lines Matching refs:targetFormat

995 		return Surface::isSRGBformat(state.targetFormat[index]);  in isSRGB()
1005 switch(state.targetFormat[index]) in readPixel()
1394 switch(state.targetFormat[index]) in writeColor()
1424 switch(state.targetFormat[index]) in writeColor()
1456 if(state.targetFormat[index] == FORMAT_X8R8G8B8 || rgbaWriteMask == 0x7) in writeColor()
1494 …if(state.targetFormat[index] == FORMAT_X8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_X8 ||… in writeColor()
1575 switch(state.targetFormat[index]) in writeColor()
1659 if((state.targetFormat[index] == FORMAT_A8R8G8B8 && bgraWriteMask != 0x0000000F) || in writeColor()
1660 ((state.targetFormat[index] == FORMAT_X8R8G8B8 && bgraWriteMask != 0x00000007) && in writeColor()
1661 …(state.targetFormat[index] == FORMAT_X8R8G8B8 && bgraWriteMask != 0x0000000F))) // FIXME: Need f… in writeColor()
1677 if((state.targetFormat[index] == FORMAT_A8R8G8B8 && bgraWriteMask != 0x0000000F) || in writeColor()
1678 ((state.targetFormat[index] == FORMAT_X8R8G8B8 && bgraWriteMask != 0x00000007) && in writeColor()
1679 …(state.targetFormat[index] == FORMAT_X8R8G8B8 && bgraWriteMask != 0x0000000F))) // FIXME: Need f… in writeColor()
1708 …bool masked = (((state.targetFormat[index] == FORMAT_A8B8G8R8 || state.targetFormat[index] == FORM… in writeColor()
1709 …(((state.targetFormat[index] == FORMAT_X8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_X8) &… in writeColor()
1710 …((state.targetFormat[index] == FORMAT_X8B8G8R8 || state.targetFormat[index] == FORMAT_SRGB8_X8) &&… in writeColor()
2052 if(Surface::isFloatFormat(state.targetFormat[index])) in alphaBlend()
2056 else if(Surface::isNonNormalizedInteger(state.targetFormat[index])) in alphaBlend()
2058 …one = As<Float4>(Surface::isUnsignedComponent(state.targetFormat[index], 0) ? Int4(0xFFFFFFFF) : I… in alphaBlend()
2061 switch(state.targetFormat[index]) in alphaBlend()
2101 if(state.targetFormat[index] == FORMAT_X32B32G32R32F || in alphaBlend()
2102 state.targetFormat[index] == FORMAT_X32B32G32R32F_UNSIGNED) in alphaBlend()
2230 switch(state.targetFormat[index]) in writeColor()
2288 switch(state.targetFormat[index]) in writeColor()
2340 if(state.targetFormat[index] == FORMAT_R16I) in writeColor()
2383 if(state.targetFormat[index] == FORMAT_R8I) in writeColor()
2482 if(state.targetFormat[index] == FORMAT_G8R8I) in writeColor()
2621 if(state.targetFormat[index] == FORMAT_A8B8G8R8I) in writeColor()
2639 if(state.targetFormat[index] == FORMAT_A8B8G8R8I) in writeColor()