MCPcopy Create free account
hub / github.com/KhronosGroup/SPIRV-Tools / Validate

Method Validate

source/libspirv.cpp:145–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145bool SpirvTools::Validate(const std::vector<uint32_t>& binary) const {
146 return Validate(binary.data(), binary.size());
147}
148
149bool SpirvTools::Validate(const uint32_t* binary,
150 const size_t binary_size) const {

Callers 10

RunMethod · 0.45
RunPassesMethod · 0.45
RunMethod · 0.45
RunMethod · 0.45
ForceRenderRedFunction · 0.45
RunMethod · 0.45
BuildIRContextFunction · 0.45
IsValidFunction · 0.45
RunMethod · 0.45
mainFunction · 0.45

Calls 7

spvValidateBinaryFunction · 0.85
spvValidateWithOptionsFunction · 0.85
spvDiagnosticDestroyFunction · 0.85
ValidateFunction · 0.50
dataMethod · 0.45
sizeMethod · 0.45
operator()Method · 0.45

Tested by

no test coverage detected