/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | gen_vk_format_table.py | 112 def is_packed(format_id): function
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_extractplanes.c | 46 int is_packed; member
|
H A D | vf_negate.c | 194 int depth, vsub, hsub, ret, is_packed; in config_input() local
|
H A D | vf_pad_opencl.c | 61 int is_packed; member
|
/third_party/node/deps/v8/src/wasm/ |
H A D | value-type.h | 278 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 D | attr.rs | 555 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 D | attr.rs | 555 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 D | invocation.cpp | 334 const bool is_packed = packed_structures.count(id); in create_binary_from_spirv() local
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_eu_validate.c | 608 is_packed(unsigned vstride, unsigned width, unsigned hstride) in is_packed() function
|
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | comp.rs | 1630 pub fn is_packed( in is_packed() functions
|
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.h | 110 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 D | extension_set.cc | 137 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 D | descriptor.cc | 2997 bool FieldDescriptor::is_packed() const { in is_packed() function in google::protobuf::FieldDescriptor
|
/third_party/node/deps/v8/src/objects/ |
H A D | map.cc | 900 bool is_packed = IsFastPackedElementsKind(kind); in FindElementsKindTransitionedMap() local
|
H A D | elements.cc | 986 bool is_packed = variable
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_vbuf.c | 907 bool is_packed = false; in u_vbuf_create_vertex_elements() local
|
/third_party/skia/third_party/externals/spirv-cross/ |
H A D | spirv_msl.cpp | 7411 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...] |