Searched refs:OPCODE_DEFB (Results 1 – 11 of 11) sorted by relevance
653 case OPCODE_DEFB: in parseSourceToken()674 opcode != OPCODE_DEFB) in parseSourceToken()687 opcode != OPCODE_DEFB) in parseSourceToken()856 case OPCODE_DEFB: return "defb"; in operationString()1616 case OPCODE_DEFB: in analyzeDirtyConstants()1670 case OPCODE_DEFB: in analyzeDynamicBranching()
85 OPCODE_DEFB, enumerator
118 … || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI || opcode == Shader::OPCODE_DEFB) in program()160 case Shader::OPCODE_DEFB: break; in program()
109 … || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI || opcode == Shader::OPCODE_DEFB) in applyShader()
81 … || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI || opcode == Shader::OPCODE_DEFB) in applyShader()
111 … || opcode == Shader::OPCODE_DEF || opcode == Shader::OPCODE_DEFI || opcode == Shader::OPCODE_DEFB) in program()153 case Shader::OPCODE_DEFB: break; in program()
1758 else if(instruction->opcode == Shader::OPCODE_DEFB) in loadConstants()1802 else if(instruction->opcode == Shader::OPCODE_DEFB) in loadConstants()
2138 else if(instruction->opcode == Shader::OPCODE_DEFB) in loadConstants()2182 else if(instruction->opcode == Shader::OPCODE_DEFB) in loadConstants()