Home
last modified time | relevance | path

Searched refs:GetExtensionSet (Results 1 – 8 of 8) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/fuzz/
Dtransformation_move_instruction_down.cpp27 std::string GetExtensionSet(opt::IRContext* ir_context, in GetExtensionSet() function
396 if (GetExtensionSet(ir_context, inst) != kExtensionSetName) { in IsMemoryReadInstruction()
469 assert(GetExtensionSet(ir_context, inst) == kExtensionSetName && in GetMemoryReadTarget()
521 if (GetExtensionSet(ir_context, inst) != kExtensionSetName) { in IsMemoryWriteInstruction()
562 assert(GetExtensionSet(ir_context, inst) == kExtensionSetName && in GetMemoryWriteTarget()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_move_instruction_down.cpp27 std::string GetExtensionSet(opt::IRContext* ir_context, in GetExtensionSet() function
396 if (GetExtensionSet(ir_context, inst) != kExtensionSetName) { in IsMemoryReadInstruction()
469 assert(GetExtensionSet(ir_context, inst) == kExtensionSetName && in GetMemoryReadTarget()
521 if (GetExtensionSet(ir_context, inst) != kExtensionSetName) { in IsMemoryWriteInstruction()
562 assert(GetExtensionSet(ir_context, inst) == kExtensionSetName && in GetMemoryWriteTarget()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_move_instruction_down.cpp27 std::string GetExtensionSet(opt::IRContext* ir_context, in GetExtensionSet() function
396 if (GetExtensionSet(ir_context, inst) != kExtensionSetName) { in IsMemoryReadInstruction()
469 assert(GetExtensionSet(ir_context, inst) == kExtensionSetName && in GetMemoryReadTarget()
521 if (GetExtensionSet(ir_context, inst) != kExtensionSetName) { in IsMemoryWriteInstruction()
562 assert(GetExtensionSet(ir_context, inst) == kExtensionSetName && in GetMemoryWriteTarget()
/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.cc250 total_size += GetExtensionSet(message).SpaceUsedExcludingSelfLong(); in SpaceUsedLong()
734 return GetExtensionSet(message).Has(field->number()); in HasField()
750 return GetExtensionSet(message).ExtensionSize(field->number()); in FieldSize()
1071 GetExtensionSet(message).AppendToList(descriptor_, descriptor_pool_, in ListFields()
1087 return GetExtensionSet(message).Get##TYPENAME( \
1109 return GetExtensionSet(message).GetRepeated##TYPENAME(field->number(), \
1155 return GetExtensionSet(message).GetString(field->number(), in DEFINE_PRIMITIVE_ACCESSORS()
1176 return GetExtensionSet(message).GetString(field->number(), in GetStringReference()
1231 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in GetRepeatedString()
1246 return GetExtensionSet(message).GetRepeatedString(field->number(), index); in GetRepeatedStringReference()
[all …]
Dgenerated_message_table_driven.cc77 ExtensionSet* extensions = GetExtensionSet(msg, table.extension_offset); in ParseExtension()
Dgenerated_message_table_driven_lite.cc80 ExtensionSet* extensions = GetExtensionSet(msg, table.extension_offset); in ParseExtension()
Dmessage.h977 inline const internal::ExtensionSet& GetExtensionSet(
Dgenerated_message_table_driven_lite.h94 inline ExtensionSet* GetExtensionSet(MessageLite* msg, int64 extension_offset) { in GetExtensionSet() function