Searched refs:spvOpcodeIsDecoration (Results 1 – 25 of 27) sorted by relevance
12
100 !spvOpcodeIsDecoration(opcode)) { in SimplifyFunction()146 if (!spvOpcodeIsDebug(opcode) && !spvOpcodeIsDecoration(opcode)) { in SimplifyFunction()
177 return spvOpcodeIsDecoration(inst->opcode()); in IsValidUse()215 assert(spvOpcodeIsDecoration(inst->opcode()) && in UpdateUse()
897 return spvOpcodeIsDecoration(opcode()); in IsDecoration()
887 return spvOpcodeIsDecoration(opcode()); in IsDecoration()
175 !spvOpcodeIsDecoration(opcode) && opcode != SpvOpFunction && in IdPass()184 !inst->IsNonSemantic() && !spvOpcodeIsDecoration(opcode) && in IdPass()
514 !use->IsNonSemantic() && !spvOpcodeIsDecoration(use->opcode())) { in ValidateTypeFunction()
1357 if (spvOpcodeIsDecoration(store->opcode())) continue; in CheckFPRoundingModeForShaders()
499 !use->IsNonSemantic() && !spvOpcodeIsDecoration(use->opcode())) { in ValidateTypeFunction()
94 bool spvOpcodeIsDecoration(const SpvOp opcode);
351 bool spvOpcodeIsDecoration(const SpvOp opcode) { in spvOpcodeIsDecoration() function
173 spvOpcodeIsDecoration(opcode)) { in HandleInstruction()
299 if (comment_ && !inserted_decoration_space && spvOpcodeIsDecoration(opcode)) { in EmitSectionComment()