Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/glsl/
Dlower_packed_varyings.cpp623 const glsl_type *packed_type; in get_packed_varying_deref() local
626 packed_type = glsl_type::get_instance(GLSL_TYPE_INT, components[slot], 1); in get_packed_varying_deref()
628 packed_type = glsl_type::get_instance(GLSL_TYPE_FLOAT, components[slot], 1); in get_packed_varying_deref()
630 packed_type = in get_packed_varying_deref()
631 glsl_type::get_array_instance(packed_type, in get_packed_varying_deref()
635 ir_variable(packed_type, packed_name, this->mode); in get_packed_varying_deref()
645 packed_var->data.interpolation = packed_type == glsl_type::ivec4_type in get_packed_varying_deref()
/external/flatbuffers/include/flatbuffers/
Dflexbuffers.h345 Reference(const uint8_t *data, uint8_t parent_width, uint8_t packed_type) in Reference() argument
347 byte_width_ = 1U << static_cast<BitWidth>(packed_type & 3); in Reference()
348 type_ = static_cast<Type>(packed_type >> 2); in Reference()
736 auto packed_type = (data_ + len * byte_width_)[i]; variable
738 return Reference(elem, byte_width_, packed_type);
788 auto packed_type = *--end; in GetRoot() local
790 return Reference(end, byte_width, packed_type); in GetRoot()
/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) \