Searched refs:packed_type (Results 1 – 5 of 5) sorted by relevance
/external/mesa3d/src/compiler/glsl/ |
D | lower_packed_varyings.cpp | 699 const glsl_type *packed_type; in get_packed_varying_deref() local 702 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1); in get_packed_varying_deref() 704 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1); in get_packed_varying_deref() 706 packed_type = in get_packed_varying_deref() 707 glsl_type::get_array_instance(packed_type, in get_packed_varying_deref() 711 ir_variable(packed_type, packed_name, this->mode); in get_packed_varying_deref() 722 packed_type->without_array() == glsl_type::ivec4_type in get_packed_varying_deref()
|
/external/flatbuffers/include/flatbuffers/ |
D | flexbuffers.h | 359 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/llvm/include/llvm/Support/ |
D | Dwarf.def | 84 HANDLE_DW_TAG(0x002d, packed_type)
|
/external/elfutils/libdw/ |
D | known-dwarf.h | 592 DWARF_ONE_KNOWN_DW_TAG (packed_type, DW_TAG_packed_type) \
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/ |
D | Dwarf.def | 142 HANDLE_DW_TAG(0x002d, packed_type, 2, DWARF)
|