Home | History | Annotate | Download | only in image

Lines Matching defs:intFormat

293 	const bool		intFormat				= isIntFormat(mapTextureFormat(m_format));
297 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float")
367 const bool intFormat = isIntFormat(mapTextureFormat(m_format));
368 const string colorVecTypeName = string(uintFormat ? "u" : intFormat ? "i" : "") + "vec4";
372 const string atomicArgExpr = (uintFormat ? "uint" : intFormat ? "int" : "float")