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

Function LookupOpcodeForEnv

source/table2.cpp:225–228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223} // namespace
224
225spv_result_t LookupOpcodeForEnv(spv_target_env env, const char* name,
226 const InstructionDesc** desc) {
227 return LookupOpcodeForEnvInternal(env, name, desc);
228}
229
230spv_result_t LookupOpcodeForEnv(spv_target_env env, spv::Op opcode,
231 const InstructionDesc** desc) {

Callers 5

spvTextEncodeOperandFunction · 0.85
spvTextEncodeOpcodeFunction · 0.85
TEST_PFunction · 0.85

Calls 1

Tested by 1

TEST_PFunction · 0.68