Lines Matching refs:indexId
250 …rtexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attributes, int indexId);
762 std::string indexId; in getGlslAttributeConditions() local
769 indexId = "index"; in getGlslAttributeConditions()
771 …indexId = (attributeInfo.inputRate == VK_VERTEX_INPUT_RATE_VERTEX) ? "gl_VertexIndex" : "gl_Instan… in getGlslAttributeConditions()
814 …"if (" << accessStr << " == clamp(-(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
817 …tr << "if (" << accessStr << " == -(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
825 … (" << accessStr << " == clamp(uint(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
828 …<< "if (" << accessStr << " == uint(" << totalComponentCount << " * " << indexId << " + " << compo… in getGlslAttributeConditions()
834 …ssStr << " + double(0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
838 …< accessStr << " + (0.01 * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
848 …" << accessStr << " + clamp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
851 …(abs(" << accessStr << " + (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
859 …" << accessStr << " - clamp(" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
862 …(abs(" << accessStr << " - (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
869 …< representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
871 …< representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
878 …< representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
880 …< representableDiff << " * (" << totalComponentCount << ".0 * float(" << indexId << ") + " << comp… in getGlslAttributeConditions()
1461 …eVertexInputValue (deUint8* destPtr, const VertexInputAttributeDescription& attribute, int indexId) in writeVertexInputValue() argument
1466 …const deUint32 vertexInputIndex = indexId * totalComponentCount + attribute.vertexInputIndex * com… in writeVertexInputValue()