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

Method parseMaskOperand

source/assembly_grammar.cpp:225–229  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223}
224
225spv_result_t AssemblyGrammar::parseMaskOperand(const spv_operand_type_t type,
226 const char* textValue,
227 uint32_t* pValue) const {
228 return spvTextParseMaskOperand(type, textValue, pValue);
229}
230
231void AssemblyGrammar::pushOperandTypesForMask(
232 const spv_operand_type_t type, const uint32_t mask,

Callers 2

spvTextEncodeOperandFunction · 0.80
TEST_PFunction · 0.80

Calls 1

spvTextParseMaskOperandFunction · 0.85

Tested by 1

TEST_PFunction · 0.64