| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/programs/ |
| H A D | program.hpp | 29 using PaintAttributes = typename PaintPropertyBinders::Attributes; 30 using Attributes = gl::ConcatenateAttributes<LayoutAttributes, PaintAttributes>; typedef in mbgl::Program 36 using ProgramType = gl::Program<Primitive, Attributes, AllUniforms>; 58 static typename Attributes::Bindings computeAllAttributeBindings( in computeAllAttributeBindings() 66 static uint32_t activeBindingCount(const typename Attributes::Bindings& allAttributeBindings) { in activeBindingCount() 67 return Attributes::activeBindingCount(allAttributeBindings); in activeBindingCount() 77 const SegmentVector<Attributes>& segments, in draw() 79 const typename Attributes::Bindings& allAttributeBindings, in draw() 96 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
|
| H A D | symbol_program.hpp | 48 struct SymbolLayoutAttributes : gl::Attributes< 76 struct SymbolDynamicLayoutAttributes : gl::Attributes<attributes::a_projected_pos> { 88 struct SymbolOpacityAttributes : gl::Attributes<attributes::a_fade_opacity> { 259 using PaintAttributes = typename PaintPropertyBinders::Attributes; 260 using Attributes = gl::ConcatenateAttributes<LayoutAndSizeAttributes, PaintAttributes>; typedef in mbgl::SymbolProgram 267 using ProgramType = gl::Program<Primitive, Attributes, AllUniforms>; 290 static typename Attributes::Bindings computeAllAttributeBindings( in computeAllAttributeBindings() 304 static uint32_t activeBindingCount(const typename Attributes::Bindings& allAttributeBindings) { in activeBindingCount() 305 return Attributes::activeBindingCount(allAttributeBindings); in activeBindingCount() 315 const SegmentVector<Attributes>& segments, in draw() [all …]
|
| H A D | collision_box_program.hpp | 15 using CollisionBoxLayoutAttributes = gl::Attributes< 20 struct CollisionBoxDynamicAttributes : gl::Attributes<attributes::a_placed> { 68 const SegmentVector<Attributes>& segments, in draw() 76 …typename Attributes::Bindings allAttributeBindings = CollisionBoxLayoutAttributes::bindings(layout… in draw() 97 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw() 147 const SegmentVector<Attributes>& segments, in draw() 155 …typename Attributes::Bindings allAttributeBindings = CollisionBoxLayoutAttributes::bindings(layout… in draw() 174 Attributes::offsetBindings(allAttributeBindings, segment.vertexOffset), in draw()
|
| H A D | segment.hpp | 12 template <class Attributes> 40 template <class Attributes> 41 using SegmentVector = std::vector<Segment<Attributes>>;
|
| H A D | debug_program.hpp | 14 gl::Attributes< 26 using DebugAttributes = DebugProgram::Attributes;
|
| H A D | extrusion_texture_program.hpp | 15 gl::Attributes<attributes::a_pos>, 36 using ExtrusionTextureAttributes = ExtrusionTextureProgram::Attributes;
|
| H A D | heatmap_texture_program.hpp | 19 gl::Attributes<attributes::a_pos>, 41 using HeatmapTextureAttributes = HeatmapTextureProgram::Attributes;
|
| H A D | heatmap_program.hpp | 19 gl::Attributes< 47 using HeatmapAttributes = HeatmapProgram::Attributes;
|
| H A D | circle_program.hpp | 19 gl::Attributes< 49 using CircleAttributes = CircleProgram::Attributes;
|
| H A D | hillshade_prepare_program.hpp | 19 gl::Attributes< 47 using HillshadePrepareAttributes = HillshadePrepareProgram::Attributes;
|
| H A D | hillshade_program.hpp | 23 gl::Attributes< 53 using HillshadeAttributes = HillshadeProgram::Attributes;
|
| H A D | raster_program.hpp | 29 gl::Attributes< 66 using RasterAttributes = RasterProgram::Attributes;
|
| H A D | fill_extrusion_program.hpp | 31 struct FillExtrusionLayoutAttributes : gl::Attributes< 122 using FillExtrusionAttributes = FillExtrusionProgram::Attributes;
|
| H A D | line_program.hpp | 32 struct LineLayoutAttributes : gl::Attributes< 163 using LineAttributes = LineProgram::Attributes;
|
| /OK3568_Linux_fs/kernel/drivers/firmware/efi/ |
| H A D | efivars.c | 39 __u32 Attributes; member 91 ret = efivar_entry_get(entry, &var->Attributes, &size, var->Data); in efivar_attr_read() 96 if (var->Attributes & EFI_VARIABLE_NON_VOLATILE) in efivar_attr_read() 98 if (var->Attributes & EFI_VARIABLE_BOOTSERVICE_ACCESS) in efivar_attr_read() 100 if (var->Attributes & EFI_VARIABLE_RUNTIME_ACCESS) in efivar_attr_read() 102 if (var->Attributes & EFI_VARIABLE_HARDWARE_ERROR_RECORD) in efivar_attr_read() 104 if (var->Attributes & EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESS) in efivar_attr_read() 107 if (var->Attributes & in efivar_attr_read() 111 if (var->Attributes & EFI_VARIABLE_APPEND_WRITE) in efivar_attr_read() 127 ret = efivar_entry_get(entry, &var->Attributes, &size, var->Data); in efivar_size_read() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | program.hpp | 27 using Attributes = As; typedef in mbgl::gl::Program 31 using AttributeBindings = typename Attributes::Bindings; 38 attributeLocations(Attributes::bindLocations(context, program)) { in Program() 52 attributeLocations(Attributes::loadNamedLocations(binaryProgram)) { in Program() 109 identifier, Attributes::getNamedLocations(attributeLocations), in get() 140 Attributes::toBindingArray(attributeLocations, attributeBindings)); in draw() 151 typename Attributes::Locations attributeLocations;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/ |
| H A D | context.hpp | 94 template <typename Attributes, typename Locals> 97 typedef Attributes attributes_type; 100 context(typename Attributes::car_type attribute) in context() 105 typename Attributes::car_type attribute in context() 119 context(Attributes const& attributes_) in context() 122 Attributes attributes; // The attributes
|
| /OK3568_Linux_fs/kernel/crypto/asymmetric_keys/ |
| H A D | pkcs8.asn1 | 8 attributes [0] IMPLICIT Attributes OPTIONAL 17 Attributes ::= SET OF Attribute
|
| /OK3568_Linux_fs/kernel/Documentation/virt/kvm/devices/ |
| H A D | arm-vgic.rst | 24 Attributes: 48 Attributes: 82 Attributes: 129 Attributes: 143 Attributes:
|
| H A D | xive.rst | 73 Attributes: 102 Attributes: 125 Attributes: 154 Attributes: 198 Attributes:
|
| H A D | arm-vgic-v3.rst | 21 Attributes: 78 Attributes: 172 Attributes: 211 Attributes: 227 Attributes: 250 Attributes:
|
| /OK3568_Linux_fs/kernel/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fcoe | 5 Description: The FCoE bus. Attributes in this directory are control interfaces. 7 Attributes: 36 Attributes: 91 Attributes:
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | builtin-attrs.def | 21 that are applied to some built-in functions by default. Attributes 355 /* Attributes for fprintf(f, f, va). */ 357 /* Attributes for v{f,s}printf(d, f, va). vsprintf is nothrow, vfprintf 360 /* Attributes for {f,s}printf(d, f, ...). sprintf is nothrow, fprintf 363 /* Attributes for vprintf_chk. */ 365 /* Attributes for printf_chk. */ 367 /* Attributes for v{f,s}printf_chk(d, t, bos, f, va). vsprintf_chk is 370 /* Attributes for {f,s}printf_chk(d, t, bos, f, ...). sprintf_chk is
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | builtin-attrs.def | 21 that are applied to some built-in functions by default. Attributes 355 /* Attributes for fprintf(f, f, va). */ 357 /* Attributes for v{f,s}printf(d, f, va). vsprintf is nothrow, vfprintf 360 /* Attributes for {f,s}printf(d, f, ...). sprintf is nothrow, fprintf 363 /* Attributes for vprintf_chk. */ 365 /* Attributes for printf_chk. */ 367 /* Attributes for v{f,s}printf_chk(d, t, bos, f, va). vsprintf_chk is 370 /* Attributes for {f,s}printf_chk(d, t, bos, f, ...). sprintf_chk is
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/driver-model/ |
| H A D | device.rst | 38 Attributes chapter 51 Attributes of devices can be exported by a device driver through sysfs. 60 Attributes are declared using a macro called DEVICE_ATTR::
|