Home
last modified time | relevance | path

Searched refs:dec_type (Results 1 – 25 of 33) sorted by relevance

12

/third_party/spirv-tools/source/val/
Dvalidate_decorations.cpp73 if (SpvDecorationArrayStride == decoration.dec_type()) { in GetArrayStride()
85 [](const Decoration& d) { return SpvDecorationBuiltIn == d.dec_type(); }); in isBuiltInVar()
94 return SpvDecorationBuiltIn == d.dec_type() && in isBuiltInStruct()
104 return SpvDecorationLinkageAttributes == d.dec_type() && in hasImportLinkageAttribute()
136 if (SpvDecorationOffset == decoration.dec_type() && in isMissingOffsetInStruct()
328 if (SpvDecorationOffset == decoration.dec_type() && in getSize()
428 switch (decoration.dec_type()) { in checkLayout()
510 if (SpvDecorationMatrixStride == decoration.dec_type() && in checkLayout()
528 if (SpvDecorationArrayStride == decoration.dec_type()) { in checkLayout()
596 if (decoration == dec.dec_type()) return true; in hasDecoration()
[all …]
Dvalidate_interfaces.cpp235 if (dec.dec_type() == SpvDecorationLocation) { in GetLocationsForVariable()
242 } else if (dec.dec_type() == SpvDecorationComponent) { in GetLocationsForVariable()
249 } else if (dec.dec_type() == SpvDecorationIndex) { in GetLocationsForVariable()
260 } else if (dec.dec_type() == SpvDecorationBuiltIn) { in GetLocationsForVariable()
263 } else if (dec.dec_type() == SpvDecorationPatch) { in GetLocationsForVariable()
265 } else if (dec.dec_type() == SpvDecorationPerTaskNV) { in GetLocationsForVariable()
267 } else if (dec.dec_type() == SpvDecorationPerVertexNV) { in GetLocationsForVariable()
376 if (dec.dec_type() == SpvDecorationLocation) { in GetLocationsForVariable()
385 } else if (dec.dec_type() == SpvDecorationComponent) { in GetLocationsForVariable()
Dvalidate_annotation.cpp325 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->word(2)); in RegisterDecorations() local
331 _.RegisterDecorationForId(target_id, Decoration(dec_type, dec_params)); in RegisterDecorations()
337 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->word(3)); in RegisterDecorations() local
344 Decoration(dec_type, dec_params, index)); in RegisterDecorations()
Dvalidate_function.cpp166 return SpvDecorationAliased == d.dec_type(); in ValidateFunctionParameter()
171 return SpvDecorationRestrict == d.dec_type(); in ValidateFunctionParameter()
198 return SpvDecorationAliasedPointerEXT == d.dec_type(); in ValidateFunctionParameter()
203 return SpvDecorationRestrictPointerEXT == d.dec_type(); in ValidateFunctionParameter()
Ddecoration.h68 SpvDecoration dec_type() const { return dec_type_; } in dec_type() function
Dvalidate_memory.cpp134 switch (decoration.dec_type()) { in HasConflictingMemberOffsets()
139 if (rhs.dec_type() != SpvDecorationOffset) return false; in HasConflictingMemberOffsets()
168 if (decoration.dec_type() == SpvDecorationBuiltIn) return false; in ContainsInvalidBool()
452 if (decoration.dec_type() == SpvDecorationBuiltIn) { in ValidateVariable()
Dvalidation_state.h439 [dec](const Decoration& d) { return dec == d.dec_type(); }); in HasDecoration()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_decorations.cpp73 if (SpvDecorationArrayStride == decoration.dec_type()) { in GetArrayStride()
85 [](const Decoration& d) { return SpvDecorationBuiltIn == d.dec_type(); }); in isBuiltInVar()
94 return SpvDecorationBuiltIn == d.dec_type() && in isBuiltInStruct()
104 return SpvDecorationLinkageAttributes == d.dec_type() && in hasImportLinkageAttribute()
141 if (SpvDecorationOffset == decoration.dec_type() && in isMissingOffsetInStruct()
340 if (SpvDecorationOffset == decoration.dec_type() && in getSize()
440 switch (decoration.dec_type()) { in checkLayout()
538 if (SpvDecorationArrayStride == decoration.dec_type()) { in checkLayout()
612 if (decoration == dec.dec_type()) return true; in hasDecoration()
634 if (decoration == dec.dec_type()) found = true; in checkForRequiredDecoration()
[all …]
Dvalidate_interfaces.cpp243 if (dec.dec_type() == SpvDecorationLocation) { in GetLocationsForVariable()
250 } else if (dec.dec_type() == SpvDecorationComponent) { in GetLocationsForVariable()
257 } else if (dec.dec_type() == SpvDecorationIndex) { in GetLocationsForVariable()
268 } else if (dec.dec_type() == SpvDecorationBuiltIn) { in GetLocationsForVariable()
271 } else if (dec.dec_type() == SpvDecorationPatch) { in GetLocationsForVariable()
273 } else if (dec.dec_type() == SpvDecorationPerTaskNV) { in GetLocationsForVariable()
275 } else if (dec.dec_type() == SpvDecorationPerVertexNV) { in GetLocationsForVariable()
389 if (dec.dec_type() == SpvDecorationLocation) { in GetLocationsForVariable()
398 } else if (dec.dec_type() == SpvDecorationComponent) { in GetLocationsForVariable()
Dvalidate_function.cpp166 return SpvDecorationAliased == d.dec_type(); in ValidateFunctionParameter()
171 return SpvDecorationRestrict == d.dec_type(); in ValidateFunctionParameter()
198 return SpvDecorationAliasedPointerEXT == d.dec_type(); in ValidateFunctionParameter()
203 return SpvDecorationRestrictPointerEXT == d.dec_type(); in ValidateFunctionParameter()
Dvalidate_annotation.cpp545 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->word(2)); in RegisterDecorations() local
551 _.RegisterDecorationForId(target_id, Decoration(dec_type, dec_params)); in RegisterDecorations()
557 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->word(3)); in RegisterDecorations() local
564 Decoration(dec_type, dec_params, index)); in RegisterDecorations()
Ddecoration.h68 SpvDecoration dec_type() const { return dec_type_; } in dec_type() function
Dvalidate_memory.cpp134 switch (decoration.dec_type()) { in HasConflictingMemberOffsets()
139 if (rhs.dec_type() != SpvDecorationOffset) return false; in HasConflictingMemberOffsets()
168 if (decoration.dec_type() == SpvDecorationBuiltIn) return false; in ContainsInvalidBool()
452 if (decoration.dec_type() == SpvDecorationBuiltIn) { in ValidateVariable()
Dvalidation_state.h425 [dec](const Decoration& d) { return dec == d.dec_type(); }); in HasDecoration()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_decorations.cpp73 if (SpvDecorationArrayStride == decoration.dec_type()) { in GetArrayStride()
85 [](const Decoration& d) { return SpvDecorationBuiltIn == d.dec_type(); }); in isBuiltInVar()
94 return SpvDecorationBuiltIn == d.dec_type() && in isBuiltInStruct()
104 return SpvDecorationLinkageAttributes == d.dec_type() && in hasImportLinkageAttribute()
141 if (SpvDecorationOffset == decoration.dec_type() && in isMissingOffsetInStruct()
340 if (SpvDecorationOffset == decoration.dec_type() && in getSize()
440 switch (decoration.dec_type()) { in checkLayout()
538 if (SpvDecorationArrayStride == decoration.dec_type()) { in checkLayout()
612 if (decoration == dec.dec_type()) return true; in hasDecoration()
634 if (decoration == dec.dec_type()) found = true; in checkForRequiredDecoration()
[all …]
Dvalidate_interfaces.cpp243 if (dec.dec_type() == SpvDecorationLocation) { in GetLocationsForVariable()
250 } else if (dec.dec_type() == SpvDecorationComponent) { in GetLocationsForVariable()
257 } else if (dec.dec_type() == SpvDecorationIndex) { in GetLocationsForVariable()
268 } else if (dec.dec_type() == SpvDecorationBuiltIn) { in GetLocationsForVariable()
271 } else if (dec.dec_type() == SpvDecorationPatch) { in GetLocationsForVariable()
273 } else if (dec.dec_type() == SpvDecorationPerTaskNV) { in GetLocationsForVariable()
275 } else if (dec.dec_type() == SpvDecorationPerVertexNV) { in GetLocationsForVariable()
389 if (dec.dec_type() == SpvDecorationLocation) { in GetLocationsForVariable()
398 } else if (dec.dec_type() == SpvDecorationComponent) { in GetLocationsForVariable()
Dvalidate_function.cpp166 return SpvDecorationAliased == d.dec_type(); in ValidateFunctionParameter()
171 return SpvDecorationRestrict == d.dec_type(); in ValidateFunctionParameter()
198 return SpvDecorationAliasedPointerEXT == d.dec_type(); in ValidateFunctionParameter()
203 return SpvDecorationRestrictPointerEXT == d.dec_type(); in ValidateFunctionParameter()
Dvalidate_annotation.cpp545 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->word(2)); in RegisterDecorations() local
551 _.RegisterDecorationForId(target_id, Decoration(dec_type, dec_params)); in RegisterDecorations()
557 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->word(3)); in RegisterDecorations() local
564 Decoration(dec_type, dec_params, index)); in RegisterDecorations()
Ddecoration.h68 SpvDecoration dec_type() const { return dec_type_; } in dec_type() function
Dvalidate_memory.cpp134 switch (decoration.dec_type()) { in HasConflictingMemberOffsets()
139 if (rhs.dec_type() != SpvDecorationOffset) return false; in HasConflictingMemberOffsets()
168 if (decoration.dec_type() == SpvDecorationBuiltIn) return false; in ContainsInvalidBool()
452 if (decoration.dec_type() == SpvDecorationBuiltIn) { in ValidateVariable()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dvalidate_decorations.cpp37 return SpvDecorationBuiltIn == d.dec_type() && in isBuiltInStruct()
47 return SpvDecorationLinkageAttributes == d.dec_type() && in hasImportLinkageAttribute()
141 if (SpvDecorationLinkageAttributes == decoration.dec_type()) { in CheckDecorationsOfEntryPoints()
Dvalidate_instruction.cpp316 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->words[2]); in RegisterDecorations() local
322 _.RegisterDecorationForId(target_id, Decoration(dec_type, dec_params)); in RegisterDecorations()
328 const SpvDecoration dec_type = static_cast<SpvDecoration>(inst->words[3]); in RegisterDecorations() local
335 Decoration(dec_type, dec_params, index)); in RegisterDecorations()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/val/
Ddecoration.h65 SpvDecoration dec_type() { return dec_type_; } in dec_type() function
66 SpvDecoration dec_type() const { return dec_type_; } in dec_type() function
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/
Dgstv4l2decoder.h101 GType dec_type,
Dgstv4l2decoder.c838 GType dec_type, GClassInitFunc class_init, gconstpointer class_data, in gst_v4l2_decoder_register() argument
847 g_type_query (dec_type, &type_query); in gst_v4l2_decoder_register()
872 subtype = g_type_register_static (dec_type, type_name, &type_info, 0); in gst_v4l2_decoder_register()

12