/external/deqp/modules/glshared/ |
D | glsAttributeLocationTests.hpp | 45 class AttribType class 48 AttribType (const std::string& name, deUint32 locationSize, deUint32 typeEnum); 96 Attribute (const AttribType& type, 102 const AttribType getType (void) const { return m_type; } in getType() 109 AttribType m_type; 135 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in deqp::gls::BindAttributeTest 139 const AttribType& type, 146 const AttribType m_type; 154 typedef AttributeLocationTestUtil::AttribType AttribType; typedef in deqp::gls::BindMaxAttributesTest 158 const AttribType& type, [all …]
|
D | glsAttributeLocationTests.cpp | 641 string generateTestName (const AttribType& type, int arraySize) in generateTestName() 651 AttribType::AttribType (const string& name, deUint32 localSize, deUint32 typeEnum) in AttribType() function in deqp::gls::AttributeLocationTestUtil::AttribType 671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Con… in Attribute() 806 const AttribType& type, in BindAttributeTest() 831 const AttribType& type, in BindMaxAttributesTest() 865 const AttribType& type, in BindAliasingAttributeTest() 885 …attributes.push_back(Attribute(AttribType("vec4", 1, GL_FLOAT_VEC4), "a_1", Attribute::LOC_UNDEF, … in iterate() 895 const AttribType& type, in BindMaxAliasingAttributeTest() 932 const AttribType& type, in BindHoleAttributeTest() 945 const AttribType vec4("vec4", 1, GL_FLOAT_VEC4); in iterate() [all …]
|
/external/deqp/modules/gles3/functional/ |
D | es3fAttribLocationTests.cpp | 42 const AttribType types[] = in createAttributeLocationTests() 44 AttribType("float", 1, GL_FLOAT), in createAttributeLocationTests() 45 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests() 46 AttribType("vec3", 1, GL_FLOAT_VEC3), in createAttributeLocationTests() 47 AttribType("vec4", 1, GL_FLOAT_VEC4), in createAttributeLocationTests() 49 AttribType("mat2", 2, GL_FLOAT_MAT2), in createAttributeLocationTests() 50 AttribType("mat3", 3, GL_FLOAT_MAT3), in createAttributeLocationTests() 51 AttribType("mat4", 4, GL_FLOAT_MAT4), in createAttributeLocationTests() 53 AttribType("int", 1, GL_INT), in createAttributeLocationTests() 54 AttribType("ivec2", 1, GL_INT_VEC2), in createAttributeLocationTests() [all …]
|
/external/deqp/modules/gles2/functional/ |
D | es2fAttribLocationTests.cpp | 49 const AttribType types[] = in createAttributeLocationTests() 51 AttribType("float", 1, GL_FLOAT), in createAttributeLocationTests() 52 AttribType("vec2", 1, GL_FLOAT_VEC2), in createAttributeLocationTests() 53 AttribType("vec3", 1, GL_FLOAT_VEC3), in createAttributeLocationTests() 54 AttribType("vec4", 1, GL_FLOAT_VEC4), in createAttributeLocationTests() 56 AttribType("mat2", 2, GL_FLOAT_MAT2), in createAttributeLocationTests() 57 AttribType("mat3", 3, GL_FLOAT_MAT3), in createAttributeLocationTests() 58 AttribType("mat4", 4, GL_FLOAT_MAT4) in createAttributeLocationTests() 71 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() 84 const AttribType& type = types[typeNdx]; in createAttributeLocationTests() [all …]
|
/external/swiftshader/src/Shader/ |
D | VertexShader.hpp | 26 enum AttribType : unsigned char enum in sw::VertexShader 43 void setInput(int inputIdx, const Semantic& semantic, AttribType attribType = ATTRIBTYPE_FLOAT); 52 AttribType getAttribType(int inputIndex) const; 67 AttribType attribType[MAX_VERTEX_INPUTS];
|
D | VertexShader.cpp | 160 void VertexShader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, AttribType aType) in setInput() 191 VertexShader::AttribType VertexShader::getAttribType(int inputIdx) const in getAttribType()
|
/external/swiftshader/src/Pipeline/ |
D | VertexShader.hpp | 35 …void setInput(int inputIdx, const Semantic& semantic, SpirvShader::AttribType attribType = SpirvSh… 44 SpirvShader::AttribType getAttribType(int inputIndex) const; 59 SpirvShader::AttribType attribType[MAX_VERTEX_INPUTS];
|
D | SpirvShader.hpp | 145 enum AttribType : unsigned char enum in sw::SpirvShader 194 AttribType Type; 243 …pulateInterfaceSlot(std::vector<InterfaceComponent> *iface, Decorations const &d, AttribType type);
|
D | VertexShader.cpp | 160 …Shader::setInput(int inputIdx, const sw::Shader::Semantic& semantic, SpirvShader::AttribType aType) in setInput() 191 SpirvShader::AttribType VertexShader::getAttribType(int inputIdx) const in getAttribType()
|
D | SpirvShader.cpp | 335 …opulateInterfaceSlot(std::vector<InterfaceComponent> *iface, Decorations const &d, AttribType type) in PopulateInterfaceSlot()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 320 template <typename AttribType> 321 TransformFeedbackHandler<AttribType>::TransformFeedbackHandler (const glu::RenderContext& renderCtx… in TransformFeedbackHandler() 329 const int bufferSize = (maxNumVertices + 3) * (int)sizeof(AttribType); in TransformFeedbackHandler() 335 template <typename AttribType> 336 typename TransformFeedbackHandler<AttribType>::Result TransformFeedbackHandler<AttribType>::renderA… in renderAndGetPrimitives() 357 …return Result(numPrimsWritten, readDataMapped<AttribType>(gl, GL_TRANSFORM_FEEDBACK_BUFFER, numPri… in renderAndGetPrimitives()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | OutputASM.cpp | 3325 sw::VertexShader::AttribType attribType = sw::VertexShader::ATTRIBTYPE_FLOAT; in attributeRegister()
|