Home
last modified time | relevance | path

Searched refs:ValueBlock (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/glshared/
DglsShaderLibraryCase.hpp95 struct ValueBlock struct in deqp::gls::sl::ShaderCase
97 ValueBlock (void);
143 …sult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const …
144 …sult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const …
150 std::vector<ValueBlock> valueBlocks;
174 std::vector<ValueBlock> valueBlocks;
201 std::string genVertexShader (const ValueBlock& valueBlock) const;
202 std::string genFragmentShader (const ValueBlock& valueBlock) const;
203 …std::string specializeVertexShader (const char* src, const ValueBlock& valueBlock) cons…
204 …std::string specializeFragmentShader (const char* src, const ValueBlock& valueBlock) con…
[all …]
DglsShaderLibraryCase.cpp88 ShaderCase::ValueBlock::ValueBlock (void) in ValueBlock() function in deqp::gls::sl::ShaderCase::ValueBlock
206 …sult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const … in generateSharedSourceVertexCase()
217 …sult expectResult_, glu::GLSLVersion targetVersion_, const std::vector<ValueBlock>& values, const … in generateSharedSourceFragmentCase()
436 m_valueBlocks.push_back(ValueBlock()); in init()
439 const ValueBlock& valueBlock = m_valueBlocks[0]; in init()
876 const ValueBlock& valueBlock = m_valueBlocks[blockNdx]; in execute()
1161 string ShaderCase::genVertexShader (const ValueBlock& valueBlock) const in genVertexShader()
1215 static void genCompareFunctions (ostringstream& stream, const ShaderCase::ValueBlock& valueBlock, b… in genCompareFunctions()
1275 …reOp (ostringstream& output, const char* dstVec4Var, const ShaderCase::ValueBlock& valueBlock, con… in genCompareOp()
1314 string ShaderCase::genFragmentShader (const ValueBlock& valueBlock) const in genFragmentShader()
[all …]
DglsShaderLibrary.cpp190 void parseValue (ShaderCase::ValueBlock& valueBlock);
191 void parseValueBlock (ShaderCase::ValueBlock& valueBlock);
793 void ShaderParser::parseValue (ShaderCase::ValueBlock& valueBlock) in parseValue()
867 void ShaderParser::parseValueBlock (ShaderCase::ValueBlock& valueBlock) in parseValueBlock()
1152 vector<ShaderCase::ValueBlock> valueBlockList; in parseShaderCase()
1174 ShaderCase::ValueBlock block; in parseShaderCase()
DglsShaderConstExprTests.cpp85 vector<ShaderCase::ValueBlock> shaderOutput (1); in createTests()