Searched refs:getTessellationNumOutputPatchVertices (Results 1 – 4 of 4) sorted by relevance
263 buf << "layout(vertices=" << program->getTessellationNumOutputPatchVertices() << ") out;\n"; in getShaderTypeDeclarations()484 DE_ASSERT(program->getTessellationNumOutputPatchVertices() > 0); in writeVariableReadAccumulateExpression()485 for (int ndx = 0; ndx < (int)program->getTessellationNumOutputPatchVertices(); ++ndx) in writeVariableReadAccumulateExpression()1764 retVal.numInputs += 1 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1765 retVal.numInputVectors += 1 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1766 retVal.numInputComponents += 4 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1769 retVal.numOutputs += 1 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1770 retVal.numOutputVectors += 1 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1771 retVal.numOutputComponents += 4 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()1776 retVal.numInputs += 1 * program->getTessellationNumOutputPatchVertices(); in getShaderResourceUsage()[all …]
110 deUint32 getTessellationNumOutputPatchVertices (void) const;
561 deUint32 Program::getTessellationNumOutputPatchVertices (void) const in getTessellationNumOutputPatchVertices() function in deqp::gles31::Functional::ProgramInterfaceDefinition::Program
2305 …::SHADERTYPE_TESSELLATION_CONTROL) ? (programDefinition->getTessellationNumOutputPatchVertices())… in iterate()2621 …const int totalOutputComponents = program->getTessellationNumOutputPatchVertices() * usage.numOutp… in checkShaderResourceUsage()2628 { GL_MAX_PATCH_VERTICES, (int)program->getTessellationNumOutputPatchVertices() }, in checkShaderResourceUsage()2659 { GL_MAX_PATCH_VERTICES, (int)program->getTessellationNumOutputPatchVertices() }, in checkShaderResourceUsage()