Home
last modified time | relevance | path

Searched refs:packed_type (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dlower_packed_varyings.cpp704 const glsl_type *packed_type; in get_packed_varying_deref() local
707 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1); in get_packed_varying_deref()
709 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1); in get_packed_varying_deref()
711 packed_type = in get_packed_varying_deref()
712 glsl_type::get_array_instance(packed_type, in get_packed_varying_deref()
716 ir_variable(packed_type, packed_name, this->mode); in get_packed_varying_deref()
727 packed_type->without_array() == glsl_type::ivec4_type in get_packed_varying_deref()
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dunroll_batch_matmul.cc186 Type packed_type = RankedTensorType::get( in createMatMulOps() local
190 return rewriter.create<TF::PackOp>(loc, packed_type, in createMatMulOps()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h359 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) in Reference() argument
361 byte_width_ = 1U << static_cast<BitWidth>(packed_type & 3); in Reference()
362 type_ = static_cast<Type>(packed_type >> 2); in Reference()
764 auto packed_type = (data_ + len * byte_width_)[i]; variable
766 return Reference(elem, byte_width_, packed_type);
815 auto packed_type = *--end; in GetRoot() local
817 return Reference(end, byte_width, packed_type); in GetRoot()
/external/mesa3d/src/compiler/
Dglsl_types.cpp2840 union packed_type { union
2906 STATIC_ASSERT(sizeof(union packed_type) == 4); in encode_type_to_blob()
2907 union packed_type encoded; in encode_type_to_blob()
3013 union packed_type encoded; in decode_type_from_blob()
/external/llvm/include/llvm/Support/
DDwarf.def84 HANDLE_DW_TAG(0x002d, packed_type)
/external/elfutils/libdw/
Dknown-dwarf.h592 DWARF_ONE_KNOWN_DW_TAG (packed_type, DW_TAG_packed_type) \
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DDwarf.def142 HANDLE_DW_TAG(0x002d, packed_type, 2, DWARF)