Searched defs:valueBlock (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcShaderLibraryCase.cpp | 94 const ValueBlock &valueBlock = m_valueBlocks[0]; in ShaderCase() local 362 const ValueBlock &valueBlock = m_valueBlocks[blockNdx]; in execute() local 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() 901 string &outFragmentSource, const ValueBlock &valueBlock) in specializeShaders() 986 void ShaderCase::dumpValues(const ValueBlock &valueBlock, int arrayNdx) in dumpValues()
|
H A D | glcShaderLibrary.cpp | 805 void ShaderParser::parseValue(ShaderCase::ValueBlock &valueBlock) in parseValue() 879 void ShaderParser::parseValueBlock(ShaderCase::ValueBlock &valueBlock) in parseValueBlock()
|
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluShaderLibrary.cpp | 1097 void ShaderParser::parseValue(ValueBlock &valueBlock) in parseValue() 1175 void ShaderParser::parseValueBlock(ValueBlock &valueBlock) in parseValueBlock() 1484 ValueBlock valueBlock; in parseShaderCase() local 1902 void genCompareFunctions(ostringstream &stream, const ValueBlock &valueBlock, bool useFloatTypes) in genCompareFunctions()
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsShaderLibraryCase.cpp | 193 …atic void genCompareOp(ostringstream &output, const char *dstVec4Var, const ValueBlock &valueBlock, in genCompareOp() 429 static void generateUniformDeclarations(std::ostream &dst, const ValueBlock &valueBlock) in generateUniformDeclarations() 1273 const ValueBlock &valueBlock = m_spec.values; in execute() local
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ |
H A D | vktShaderLibrary.cpp | 127 void declareReferenceBlock(ostringstream &out, const ValueBlock &valueBlock) in declareReferenceBlock() 133 void declareUniforms(ostringstream &out, const ValueBlock &valueBlock) in declareUniforms() 206 void genCompareOp(ostringstream &output, const char *dstVec4Var, const ValueBlock &valueBlock, cons… in genCompareOp()
|