Home
last modified time | relevance | path

Searched refs:bgraComponentOrder (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp52 const bool bgraComponentOrder = (size == GL_BGRA); in mapGLFloatVertexAttributeType() local
72 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_UNORM8) : (rr::VERTEXATTRIBTYPE_NONPU… in mapGLFloatVertexAttributeType()
90 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_UNORM_2_10_10_10_REV) : (rr::VERTEXAT… in mapGLFloatVertexAttributeType()
120 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_SNORM_2_10_10_10_REV_CLAMP) : (rr::VE… in mapGLFloatVertexAttributeType()
122 …return (!bgraComponentOrder) ? (rr::VERTEXATTRIBTYPE_NONPURE_SNORM_2_10_10_10_REV_SCALE) : (rr::VE… in mapGLFloatVertexAttributeType()
/third_party/vk-gl-cts/modules/glshared/
DglsDrawTest.hpp209 …bool bgraComponentOrder; //!< component order of this attribute is bgra, valid only for 4-c… member
DglsDrawTest.cpp886 …stanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder);
984 …nstanceDivisor, const rr::GenericVec4& defaultAttrib, bool isPositionAttr, bool bgraComponentOrder) in setupArray() argument
996 m_bgraOrder = bgraComponentOrder; in setupArray()
2083 bgraComponentOrder = false; in AttributeSpec()
2150 if (bgraComponentOrder && componentCount != 4) in valid()
2152 …if (bgraComponentOrder && inputType != DrawTestSpec::INPUTTYPE_UNSIGNED_INT_2_10_10_10 && inputTyp… in valid()
2154 if (bgraComponentOrder && normalize != true) in valid()
2168 if (bgraComponentOrder) in valid()
2175 if (bgraComponentOrder) in valid()
3229 …tride, attribSpec.instanceDivisor, nullAttribValue, isPositionAttr, attribSpec.bgraComponentOrder); in iterate()
[all …]