Searched refs:entrypoint_id (Results 1 – 1 of 1) sorted by relevance
2304 auto entrypoint_id = entrypoint.word(2); in ValidateExecutionModes() local2320 if (insn.opcode() == spv::OpExecutionMode && insn.word(1) == entrypoint_id) { in ValidateExecutionModes()2627 auto entrypoint_id = insn.word(2); in FindLocalSize() local2629 if (insn1.opcode() == spv::OpExecutionMode && insn1.word(1) == entrypoint_id && in FindLocalSize()2644 auto entrypoint_id = entrypoint.word(2); in ProcessExecutionModes() local2648 if (insn.opcode() == spv::OpExecutionMode && insn.word(1) == entrypoint_id) { in ProcessExecutionModes()