Searched refs:firstComponent (Results 1 – 5 of 5) sorted by relevance
52 int firstComponent = componentChars[0]; in ligature() local54 if (lastFirstComponent != firstComponent) { in ligature()60 lastFirstComponent = firstComponent; in ligature()
527 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local529 …const bool isBufferBlock = firstComponent.isInterfaceBlock() && isBufferBackedInterfaceBlock… in validateSingleVariable()578 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local583 if (!firstComponent.isInterfaceBlock()) in validateSingleVariable()605 …const glw::GLenum interface = (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_UNIFOR… in validateSingleVariable()606 … (firstComponent.getInterfaceBlock()->storage == glu::STORAGE_BUFFER) ? (GL_SHADER_STORAGE_BLOCK) : in validateSingleVariable()609 …std::vector<char> nameBuffer (firstComponent.getInterfaceBlock()->interfaceName.size() + 3 * firs… in validateSingleVariable()620 expectedName << firstComponent.getInterfaceBlock()->interfaceName; in validateSingleVariable()621 …for (int dimensionNdx = 0; dimensionNdx < (int)firstComponent.getInterfaceBlock()->dimensions.size… in validateSingleVariable()657 const VariablePathComponent& firstComponent = path.front(); in validateSingleVariable() local[all …]
88 …auto firstComponent = WalkLiteralAccessChain(compositeObject.typeId(), insn.wordCount() - 5, insn.… in EvalSpecConstantOp() local92 result.constantValue[i] = compositeObject.constantValue[firstComponent + i]; in EvalSpecConstantOp()
2151 …auto firstComponent = WalkLiteralAccessChain(compositeTypeId, insn.wordCount() - 4, insn.wordPoint… in EmitCompositeExtract() local2156 dst.move(i, compositeObjectAccess.Float(firstComponent + i)); in EmitCompositeExtract()
1006 const deUint32 firstComponent = dataPerSample[sampleNdx].getPixelUint(x, y, z)[0]; in verifyImageData() local1008 if (firstComponent != 0u && firstComponent != 255u) in verifyImageData()1017 const float firstComponent = dataRS.getPixel(x, y, z)[0]; in verifyImageData() local1019 if (deFloatAbs(firstComponent - 0.5f) > 0.02f) in verifyImageData()