Home | History | Annotate | Download | only in hlsl

Lines Matching refs:isSizedArray

1320     assert(type.isSizedArray());
3464 if (argArray->getType().isSizedArray()) {
6674 if (existingType.isSizedArray()) {
7885 if (initializer->getType().isSizedArray() && variable->getType().isUnsizedArray())
9591 return type.isSizedArray() && biType == EbvOutputPatch;