Searched refs:getActualType (Results 1 – 4 of 4) sorted by relevance
479 const Type& SPIRVCodeGenerator::getActualType(const Type& type) { in getActualType() function in SkSL::SPIRVCodeGenerator508 const Type& type = this->getActualType(rawType); in getType()698 const Type& type = this->getActualType(rawType); in getPointerType()1681 if (this->getActualType(type) == this->getActualType(c.argument()->type())) { in writeConstructorScalarCast()1698 if (this->getActualType(ctorType) == this->getActualType(argType)) { in writeConstructorCompoundCast()2320 if (this->getActualType(leftType) != this->getActualType(rightType)) { in writeBinaryExpression()2398 operandType = &this->getActualType(leftType); in writeBinaryExpression()2399 SkASSERT(*operandType == this->getActualType(rightType)); in writeBinaryExpression()
186 const Type& getActualType(const Type& type);
435 Type SPIRVCodeGenerator::getActualType(const Type& type) { in getActualType() function in SkSL::SPIRVCodeGenerator466 Type type = this->getActualType(rawType); in getType()623 Type type = this->getActualType(rawType); in getPointerType()1421 this->getActualType(c.fType) == this->getActualType(c.fArguments[0]->fType)) { in writeConstructor()1983 if (this->getActualType(b.fLeft->fType) != this->getActualType(b.fRight->fType)) { in writeBinaryExpression()2049 tmp = this->getActualType(b.fLeft->fType); in writeBinaryExpression()2051 SkASSERT(*operandType == this->getActualType(b.fRight->fType)); in writeBinaryExpression()
107 Type getActualType(const Type& type);