Home
last modified time | relevance | path

Searched refs:GenericVecType (Results 1 - 10 of 10) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrShaderProgram.hpp59 VertexAttribute (const std::string& name_, rr::GenericVecType type_) : name(name_), type(type_) { } in VertexAttribute()
62 rr::GenericVecType type;
67 VertexToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { } in VertexToFragmentVarying()
69 rr::GenericVecType type;
75 VertexToGeometryVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { } in VertexToGeometryVarying()
77 rr::GenericVecType type;
83 GeometryToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { } in GeometryToFragmentVarying()
85 rr::GenericVecType type;
91 FragmentOutput (rr::GenericVecType type_) : type(type_) { } in FragmentOutput()
93 rr::GenericVecType typ
[all...]
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrShaders.hpp48 GenericVecType type;
70 GenericVecType type;
90 GenericVecType type;
H A DrrGenericVector.hpp32 enum GenericVecType enum
H A DrrFragmentOperations.cpp818 rr::GenericVecType fragmentDataType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorbufferClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) ? (rr::GENERICVECTYPE_UINT32) : (rr::GENERICVECTYPE_FLOAT)); in render()
H A DrrRenderer.cpp1597 const GenericVecType colorType = (colorbufferClass == tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER) ? (rr::GENERICVECTYPE_INT32) : ((colorbufferClass == tcu::TEXTURECHANNELCLASS_UNSIGNED_INTEGER) ? (rr::GENERICVECTYPE_UINT32) : (rr::GENERICVECTYPE_FLOAT)); in isValidCommand()
/third_party/vk-gl-cts/modules/glshared/
H A DglsRandomShaderProgram.cpp34 static rr::GenericVecType mapToGenericVecType (const rsg::VariableType& varType) in mapToGenericVecType()
H A DglsVertexArrayTests.cpp694 static rr::GenericVecType mapOutputType (const Array::OutputType& type);
700 std::vector<rr::GenericVecType> m_attrType;
1002 rr::GenericVecType ContextShaderProgram::mapOutputType (const Array::OutputType& type) in mapOutputType()
H A DglsDrawTest.cpp1150 static rr::GenericVecType mapOutputType (const DrawTestSpec::OutputType& type);
1157 std::vector<rr::GenericVecType> m_attrType;
1453 rr::GenericVecType DrawTestShaderProgram::mapOutputType (const DrawTestSpec::OutputType& type) in mapOutputType()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboTestUtil.cpp55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type) in mapDataTypeToGenericVecType()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboTestUtil.cpp55 static rr::GenericVecType mapDataTypeToGenericVecType(glu::DataType type) in mapDataTypeToGenericVecType()

Completed in 23 milliseconds