Home | History | Annotate | Download | only in layers

Lines Matching defs:arrayed

1701             // subtleties of arrayed interfaces:
1702 // - if is_patch, then the member is not arrayed, even though the interface may be.
1703 // - if is_block_member, then the extra array level of an arrayed interface is not
2708 auto arrayed = type.word(5);
2713 return arrayed ? DESCRIPTOR_REQ_VIEW_TYPE_1D_ARRAY : DESCRIPTOR_REQ_VIEW_TYPE_1D;
2716 (arrayed ? DESCRIPTOR_REQ_VIEW_TYPE_2D_ARRAY : DESCRIPTOR_REQ_VIEW_TYPE_2D);
2720 return arrayed ? DESCRIPTOR_REQ_VIEW_TYPE_CUBE_ARRAY : DESCRIPTOR_REQ_VIEW_TYPE_CUBE;