HomeSort by relevance Sort by last modified time
    Searched refs:ValueBlock (Results 1 - 5 of 5) sorted by null

  /external/deqp/framework/opengl/
gluShaderLibrary.hpp 74 struct ValueBlock
146 ValueBlock values;
158 bool isValid (const ValueBlock& block);
188 void genCompareFunctions (std::ostringstream& stream, const ValueBlock& valueBlock, bool useFloatTypes);
193 void dumpValues (tcu::TestLog& log, const ValueBlock& values, int arrayNdx);
gluShaderLibrary.cpp 62 bool isValid (const ValueBlock& block)
412 void parseValue (ValueBlock& valueBlock);
413 void parseValueBlock (ValueBlock& valueBlock);
415 void parseRequirement (CaseRequirement& valueBlock);
1015 void ShaderParser::parseValue (ValueBlock& valueBlock)
1026 dstBlock = &valueBlock.uniforms;
1028 dstBlock = &valueBlock.inputs
    [all...]
  /external/deqp/modules/glshared/
glsShaderConstExprTests.cpp 40 static void addOutputVar (glu::sl::ValueBlock* dst, glu::DataType type, float output)
glsShaderLibraryCase.cpp 188 static void genCompareOp (ostringstream& output, const char* dstVec4Var, const ValueBlock& valueBlock, const char* nonFloatNamePrefix, const char* checkVarName)
192 for (size_t ndx = 0; ndx < valueBlock.outputs.size(); ndx++)
194 const Value& val = valueBlock.outputs[ndx];
418 static void generateUniformDeclarations (std::ostream& dst, const ValueBlock& valueBlock)
420 for (size_t ndx = 0; ndx < valueBlock.uniforms.size(); ndx++)
422 const Value& val = valueBlock.uniforms[ndx];
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/
vktShaderLibrary.cpp 71 using glu::sl::ValueBlock;
123 void declareReferenceBlock (ostringstream& out, const ValueBlock& valueBlock)
125 if (!valueBlock.outputs.empty())
126 genUniformBlock(out, "Reference", "ref", 0, REFERENCE_UNIFORM_BINDING, valueBlock.outputs);
129 void declareUniforms (ostringstream& out, const ValueBlock& valueBlock)
131 if (!valueBlock.uniforms.empty())
132 genUniformBlock(out, "Uniforms", "", 0, USER_UNIFORM_BINDING, valueBlock.uniforms);
201 void genCompareOp (ostringstream& output, const char* dstVec4Var, const ValueBlock& valueBlock, const char* checkVarName
    [all...]

Completed in 2792 milliseconds