Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/common/
DglcShaderLibraryCase.hpp89 struct ValueBlock struct in deqp::sl::ShaderCase
93 ValueBlock(void) in ValueBlock() argument
102 …ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, glu::GLSLVersion targetVers…
111 const std::vector<ValueBlock>& getValueBlocks(void) const in getValueBlocks()
131 std::string genVertexShader(const ValueBlock& valueBlock);
132 std::string genFragmentShader(const ValueBlock& valueBlock);
133 std::string specializeVertexShader(const char* src, const ValueBlock& valueBlock);
134 std::string specializeFragmentShader(const char* src, const ValueBlock& valueBlock);
137 std::string& outFragmentSource, const ValueBlock& valueBlock);
139 void dumpValues(const ValueBlock& valueBlock, int arrayNdx);
[all …]
DglcShaderLibraryCase.cpp81 … ExpectResult expectResult, const std::vector<ValueBlock>& valueBlocks, GLSLVersion targetVersion, in ShaderCase()
91 m_valueBlocks.push_back(ValueBlock()); in ShaderCase()
94 const ValueBlock& valueBlock = m_valueBlocks[0]; in ShaderCase()
362 const ValueBlock& valueBlock = m_valueBlocks[blockNdx]; in execute()
522 string ShaderCase::genVertexShader(const ValueBlock& valueBlock) in genVertexShader()
576 static void genCompareFunctions(ostringstream& stream, const ShaderCase::ValueBlock& valueBlock, bo… in genCompareFunctions()
687 …nCompareOp(ostringstream& output, const char* dstVec4Var, const ShaderCase::ValueBlock& valueBlock, in genCompareOp()
727 string ShaderCase::genFragmentShader(const ValueBlock& valueBlock) in genFragmentShader()
780 string ShaderCase::specializeVertexShader(const char* src, const ValueBlock& valueBlock) in specializeVertexShader()
840 string ShaderCase::specializeFragmentShader(const char* src, const ValueBlock& valueBlock) in specializeFragmentShader()
[all …]
DglcShaderLibrary.cpp178 void parseValue(ShaderCase::ValueBlock& valueBlock);
179 void parseValueBlock(ShaderCase::ValueBlock& valueBlock);
804 void ShaderParser::parseValue(ShaderCase::ValueBlock& valueBlock) in parseValue()
878 void ShaderParser::parseValueBlock(ShaderCase::ValueBlock& valueBlock) in parseValueBlock()
921 vector<ShaderCase::ValueBlock> valueBlockList; in parseShaderCase()
960 ShaderCase::ValueBlock block; in parseShaderCase()
/external/deqp/framework/opengl/
DgluShaderLibrary.hpp82 struct ValueBlock struct
178 ValueBlock values;
191 bool isValid (const ValueBlock& block);
223 void genCompareFunctions (std::ostringstream& stream, const ValueBlock& valueBlock, bool useFlo…
228 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx);
DgluShaderLibrary.cpp62 bool isValid (const ValueBlock& block) in isValid()
382 void parseValue (ValueBlock& valueBlock);
383 void parseValueBlock (ValueBlock& valueBlock);
988 void ShaderParser::parseValue (ValueBlock& valueBlock) in parseValue()
1069 void ShaderParser::parseValueBlock (ValueBlock& valueBlock) in parseValueBlock()
1355 ValueBlock valueBlock; in parseShaderCase()
1713 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx) in dumpValues()
1766 void genCompareFunctions (ostringstream& stream, const ValueBlock& valueBlock, bool useFloatTypes) in genCompareFunctions()
/external/deqp/modules/glshared/
DglsShaderConstExprTests.cpp40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output) in addOutputVar()
DglsShaderLibraryCase.cpp192 static void genCompareOp (ostringstream& output, const char* dstVec4Var, const ValueBlock& valueBlo… in genCompareOp()
422 static void generateUniformDeclarations (std::ostream& dst, const ValueBlock& valueBlock) in generateUniformDeclarations()
1178 const ValueBlock& valueBlock = m_spec.values; in execute()
/external/deqp/external/vulkancts/modules/vulkan/
DvktShaderLibrary.cpp74 using glu::sl::ValueBlock;
126 void declareReferenceBlock (ostringstream& out, const ValueBlock& valueBlock) in declareReferenceBlock()
132 void declareUniforms (ostringstream& out, const ValueBlock& valueBlock) in declareUniforms()
204 void genCompareOp (ostringstream& output, const char* dstVec4Var, const ValueBlock& valueBlock, con… in genCompareOp()
1564 int getNumSubCases (const ValueBlock& values) in getNumSubCases()