Searched refs:NUMBERTYPE_END32 (Results 1 – 3 of 3) sorted by relevance
61 NUMBERTYPE_END32, // Marks the end of 32-bit scalar types enumerator108 DE_ASSERT(elementT != NUMBERTYPE_END32); in IFDataType()125 bool elementIs32bit (void) const { return elementType < NUMBERTYPE_END32; } in elementIs32bit()
6291 for (int type = NUMBERTYPE_INT32; type != NUMBERTYPE_END32; ++type) in createOpCompositeInsertGroup()6469 for (int type = NUMBERTYPE_INT32; type != NUMBERTYPE_END32; ++type) in createOpInBoundsAccessChainGroup()6649 for (int type = NUMBERTYPE_INT32; type != NUMBERTYPE_END32; ++type) in createShaderDefaultOutputGroup()
61 if (elementType < NUMBERTYPE_END32) in getElementNumBytes()