Home
last modified time | relevance | path

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

/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffersBuilder.java85 private static final int WIDTH_64 = 3; field in FlexBuffersBuilder
375 return WIDTH_64; in widthUInBits()
686 return new Value(key, FBT_INT, WIDTH_64, value); in int64()
702 return new Value(key, FBT_UINT, WIDTH_64, value); in uInt64()
710 return new Value(key, FBT_FLOAT, WIDTH_64, value); in float64()
760 return WIDTH_64; in elemWidth()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp135 WIDTH_64, enumerator
377 case WIDTH_64: in getInputWidth()
441 case WIDTH_64: return false; in has8BitInputWidth()
469 case WIDTH_64: return false; in has16BitInputWidth()
497 case WIDTH_64: return true; in has64BitInputWidth()