MCPcopy Create free account
hub / github.com/Inori/GPCS4 / defIntType

Method defIntType

GPCS4/Graphics/SpirV/SpirvModule.cpp:720–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718
719
720 uint32_t SpirvModule::defIntType(
721 uint32_t width,
722 uint32_t isSigned) {
723 std::array<uint32_t, 2> args = {{ width, isSigned }};
724 return this->defType(spv::OpTypeInt,
725 args.size(), args.data());
726 }
727
728
729 uint32_t SpirvModule::defFloatType(

Callers 9

consti32Method · 0.95
consti64Method · 0.95
constu32Method · 0.95
constu64Method · 0.95
constvec4i32Method · 0.95
constvec4u32Method · 0.95
constiReplicantMethod · 0.95
constuReplicantMethod · 0.95
getScalarTypeIdMethod · 0.80

Calls 3

defTypeMethod · 0.95
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected