Home
last modified time | relevance | path

Searched refs:attrSet (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/swr/
Dswr_shader.cpp1557 AttributeSet attrSet = AttributeSet::get( in CompileGS() local
1559 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet); in CompileGS()
1785 AttributeSet attrSet = AttributeSet::get( in CompileTES() local
1787 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet); in CompileTES()
2086 AttributeSet attrSet = AttributeSet::get( in CompileTCS() local
2088 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet); in CompileTCS()
2341 AttributeSet attrSet = AttributeSet::get( in CompileVS() local
2343 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet); in CompileVS()
2646 AttributeSet attrSet = AttributeSet::get( in CompileFS() local
2648 pFunction->addAttributes(AttributeSet::FunctionIndex, attrSet); in CompileFS()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DTestMessageFormat.java1683 Set attrSet = acit.getAllAttributeKeys(); in TestFormatToCharacterIterator() local
1685 if (attrSet.size() != expectedAttrSet.size()) { in TestFormatToCharacterIterator()
1686 …errln("FAIL: Number of attribute keys is " + attrSet.size() + " expected: " + expectedAttrSet.size… in TestFormatToCharacterIterator()
1688 Iterator attrIterator = attrSet.iterator(); in TestFormatToCharacterIterator()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DTestMessageFormat.java1686 Set attrSet = acit.getAllAttributeKeys(); in TestFormatToCharacterIterator() local
1688 if (attrSet.size() != expectedAttrSet.size()) { in TestFormatToCharacterIterator()
1689 …errln("FAIL: Number of attribute keys is " + attrSet.size() + " expected: " + expectedAttrSet.size… in TestFormatToCharacterIterator()
1691 Iterator attrIterator = attrSet.iterator(); in TestFormatToCharacterIterator()