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

Method LengthId

source/opt/types.h:443–443  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

441 std::string str() const override;
442 const Type* element_type() const { return element_type_; }
443 uint32_t LengthId() const { return length_info_.id; }
444 const LengthInfo& length_info() const { return length_info_; }
445
446 Array* AsArray() override { return this; }

Callers 5

getArrayLengthMethod · 0.80
GetNumberOfMembersFunction · 0.80
GetTypeInstructionMethod · 0.80
ShouldReplaceExtractMethod · 0.80
ProcessMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected