Home
last modified time | relevance | path

Searched defs:is_packed (Results 1 - 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_format_table.py112 def is_packed(format_id): function
/third_party/ffmpeg/libavfilter/
H A Dvf_extractplanes.c46 int is_packed; member
H A Dvf_negate.c194 int depth, vsub, hsub, ret, is_packed; in config_input() local
H A Dvf_pad_opencl.c61 int is_packed; member
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h278 constexpr bool is_packed(ValueKind kind) { return kind == kI8 || kind == kI16; } in is_packed() function
358 constexpr bool is_packed() const { return wasm::is_packed(kind()); } in is_packed() function in v8::internal::wasm::ValueType
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs555 let mut is_packed = false; in from_ast() variables
650 pub fn is_packed(&self) -> bool { in is_packed() functions
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs555 let mut is_packed = false; in from_ast() variables
650 pub fn is_packed(&self) -> bool { in is_packed() functions
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp334 const bool is_packed = packed_structures.count(id); in create_binary_from_spirv() local
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_eu_validate.c608 is_packed(unsigned vstride, unsigned width, unsigned hstride) in is_packed() function
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcomp.rs1630 pub fn is_packed( in is_packed() functions
/third_party/protobuf/src/google/protobuf/
H A Dextension_set.h110 bool is_packed; member
597 bool is_packed; member
943 static void Register(int number, FieldType type, bool is_packed) { in Register() argument
945 type, false, is_packed); Register() local
972 Register(int number, FieldType type, bool is_packed) Register() argument
974 type, true, is_packed); Register() local
1074 Register(int number, FieldType type, bool is_packed) Register() argument
1076 type, false, is_packed); Register() local
1113 MutableRepeated( int number, FieldType field_type, bool is_packed, ExtensionSet* set) MutableRepeated() argument
1122 Register(int number, FieldType type, bool is_packed) Register() argument
1124 type, true, is_packed); Register() local
1154 Register(int number, FieldType type, bool is_packed) Register() argument
1156 type, false, is_packed, IsValid); Register() local
1177 Add(int number, FieldType field_type, bool is_packed, ConstType value, ExtensionSet* set) Add() argument
1192 MutableRepeated(int number, FieldType field_type, bool is_packed, ExtensionSet* set) MutableRepeated() argument
1211 Register(int number, FieldType type, bool is_packed) Register() argument
1213 type, true, is_packed, IsValid); Register() local
1260 Register(int number, FieldType type, bool is_packed) Register() argument
1262 number, type, false, is_packed, Register() local
1300 MutableRepeated(int number, FieldType field_type, bool is_packed, ExtensionSet* set) MutableRepeated() argument
1310 Register(int number, FieldType type, bool is_packed) Register() argument
1312 number, type, true, is_packed, Register() local
[all...]
H A Dextension_set.cc137 RegisterExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed) RegisterExtension() argument
160 RegisterEnumExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed, EnumValidityFunc* is_valid) RegisterEnumExtension() argument
172 RegisterMessageExtension(const MessageLite* containing_type, int number, FieldType type, bool is_repeated, bool is_packed, const MessageLite* prototype) RegisterMessageExtension() argument
[all...]
H A Ddescriptor.cc2997 bool FieldDescriptor::is_packed() const { in is_packed() function in google::protobuf::FieldDescriptor
/third_party/node/deps/v8/src/objects/
H A Dmap.cc900 bool is_packed = IsFastPackedElementsKind(kind); in FindElementsKindTransitionedMap() local
H A Delements.cc986 bool is_packed = variable
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_vbuf.c907 bool is_packed = false; in u_vbuf_create_vertex_elements() local
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_msl.cpp7411 prepare_access_chain_for_scalar_access(std::string &expr, const SPIRType &type, spv::StorageClass storage, bool &is_packed) prepare_access_chain_for_scalar_access() argument
[all...]

Completed in 60 milliseconds