Home
last modified time | relevance | path

Searched refs:WIDTH_32 (Results 1 – 2 of 2) sorted by relevance

/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java84 private static final int WIDTH_32 = 2; field in FlexBuffersBuilder
288 } else if (width == WIDTH_32) { in putUInt()
374 if (len <= intToUnsignedLong(0xffff_ffff)) return WIDTH_32; in widthUInBits()
682 return new Value(key, FBT_INT, WIDTH_32, value); in int32()
698 return new Value(key, FBT_UINT, WIDTH_32, value); in uInt32()
706 return new Value(key, FBT_FLOAT, WIDTH_32, value); in float32()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp134 WIDTH_32, enumerator
374 case WIDTH_32: in getInputWidth()
440 case WIDTH_32: return false; in has8BitInputWidth()
468 case WIDTH_32: return false; in has16BitInputWidth()
496 case WIDTH_32: return false; in has64BitInputWidth()