Lines Matching refs:std

483 		case TextureFormat::SIGNED_INT8:	return IVec4(std::numeric_limits<deInt8>::min());
484 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::min());
485 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::min());
505 case TextureFormat::SIGNED_INT8: return IVec4(std::numeric_limits<deInt8>::max());
506 case TextureFormat::SIGNED_INT16: return IVec4(std::numeric_limits<deInt16>::max());
507 case TextureFormat::SIGNED_INT32: return IVec4(std::numeric_limits<deInt32>::max());
509 case TextureFormat::SSCALED_INT8: return IVec4(std::numeric_limits<deInt8>::max());
510 case TextureFormat::SSCALED_INT16: return IVec4(std::numeric_limits<deInt16>::max());
530 case TextureFormat::UNSIGNED_INT8: return UVec4(std::numeric_limits<deUint8>::max());
531 case TextureFormat::UNSIGNED_INT16: return UVec4(std::numeric_limits<deUint16>::max());
533 case TextureFormat::UNSIGNED_INT32: return UVec4(std::numeric_limits<deUint32>::max());
535 case TextureFormat::USCALED_INT8: return UVec4(std::numeric_limits<deUint8>::max());
536 case TextureFormat::USCALED_INT16: return UVec4(std::numeric_limits<deUint16>::max());
1106 std::vector<Vec2> points(numBalls);
1122 for (std::vector<Vec2>::const_iterator i = points.begin(); i != points.end(); i++)
1269 minVal = Vec4(std::numeric_limits<float>::max());
1270 maxVal = Vec4(std::numeric_limits<float>::min());
1349 deInt32 floorc = deIsInf(log2c) ? std::numeric_limits<deInt32>::min() : deFloorFloatToInt32(log2c);
1546 ViewType getEffectiveTView (const ViewType& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1558 tcu::TextureCubeView getEffectiveTView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1581 tcu::Texture1DView getEffectiveTextureView (const tcu::Texture1DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1586 tcu::Texture2DView getEffectiveTextureView (const tcu::Texture2DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1591 tcu::Texture3DView getEffectiveTextureView (const tcu::Texture3DView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1596 tcu::Texture1DArrayView getEffectiveTextureView (const tcu::Texture1DArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1601 tcu::Texture2DArrayView getEffectiveTextureView (const tcu::Texture2DArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1606 tcu::TextureCubeView getEffectiveTextureView (const tcu::TextureCubeView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)
1611 tcu::TextureCubeArrayView getEffectiveTextureView (const tcu::TextureCubeArrayView& src, std::vector<tcu::ConstPixelBufferAccess>& storage, const tcu::Sampler& sampler)