Searched refs:getNumInterfaceBlocks (Results 1 – 2 of 2) sorted by relevance
240 int getNumInterfaceBlocks (void) const { return (int)m_interfaceBlocks.size(); } in getNumInterfaceBlocks() function in vkt::TransformFeedback::ShaderInterface
689 const int numInterfaceBlocks = shaderInterface.getNumInterfaceBlocks(); in computeXfbLayout()1471 for (int blockNdx = 0; blockNdx < shaderInterface.getNumInterfaceBlocks(); blockNdx++) in generateAssignment()1537 for (int blockNdx = 0; blockNdx < shaderInterface.getNumInterfaceBlocks(); blockNdx++) in generateTestShader()