Searched refs:rType (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/compiler/translator/tree_ops/ |
D | EmulatePrecision.h | 46 TypePair(const char *l, const char *r) : lType(l), rType(r) {} in TypePair() 49 const char *rType; member 57 return l.rType < r.rType; in operator()
|
D | EmulatePrecision.cpp | 32 const char *rType, 146 const char *rType, in writeCompoundAssignmentHelper() argument 151 std::string rTypeStr = getTypeString(rType); in writeCompoundAssignmentHelper() 677 roundingHelperWriter->writeCompoundAssignmentHelper(sink, it->lType, it->rType, "+", "add"); in writeEmulationHelpers() 679 roundingHelperWriter->writeCompoundAssignmentHelper(sink, it->lType, it->rType, "-", "sub"); in writeEmulationHelpers() 681 roundingHelperWriter->writeCompoundAssignmentHelper(sink, it->lType, it->rType, "/", "div"); in writeEmulationHelpers() 683 roundingHelperWriter->writeCompoundAssignmentHelper(sink, it->lType, it->rType, "*", "mul"); in writeEmulationHelpers()
|
/external/antlr/runtime/ObjC/Framework/ANTLR.xcodeproj/ |
D | acondit.pbxuser | 217 rType = 0; 227 rType = 0; 237 rType = 0; 247 rType = 0; 257 rType = 0; 267 rType = 0; 277 rType = 0; 287 rType = 0; 297 rType = 0; 307 rType = 0; [all …]
|
/external/skia/src/sksl/ |
D | SkSLByteCodeGenerator.cpp | 498 const Type& rType = b.fRight->fType; in writeBinaryExpression() local 500 bool rVecOrMtx = (rType.kind() == Type::kVector_Kind || rType.kind() == Type::kMatrix_Kind); in writeBinaryExpression() 503 operandType = &rType; in writeBinaryExpression() 529 this->write((uint8_t) (SlotCount(rType) - 1)); in writeBinaryExpression() 535 int count = std::max(SlotCount(lType), SlotCount(rType)); in writeBinaryExpression() 607 if (lType.columns() > 1 && rType.columns() > 1 && in writeBinaryExpression() 608 (lType.rows() > 1 || rType.rows() > 1)) { in writeBinaryExpression() 609 ByteCode::Register right = this->next(SlotCount(rType)); in writeBinaryExpression() 611 int rCols = rType.columns(), in writeBinaryExpression() 612 rRows = rType.rows(), in writeBinaryExpression() [all …]
|
/external/angle/third_party/glslang/src/SPIRV/ |
D | GlslangToSpv.cpp | 2325 spv::Id rType = builder.getTypeId(constituent); in createCompositeConstruct() local 2326 if (lType != rType) { in createCompositeConstruct() 2329 } else if (builder.isStructType(rType)) { in createCompositeConstruct() 2331 int numrTypeConstituents = builder.getNumTypeConstituents(rType); in createCompositeConstruct() 2334 builder.getContainedTypeId(rType, i), i)); in createCompositeConstruct() 2338 assert(builder.isArrayType(rType)); in createCompositeConstruct() 2340 int numrTypeConstituents = builder.getNumTypeConstituents(rType); in createCompositeConstruct() 2342 spv::Id elementRType = builder.getContainedTypeId(rType); in createCompositeConstruct() 4158 spv::Id rType = builder.getTypeId(rValue); in multiTypeStore() local 4161 if (lType == rType) { in multiTypeStore() [all …]
|
/external/deqp-deps/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 2325 spv::Id rType = builder.getTypeId(constituent); in createCompositeConstruct() local 2326 if (lType != rType) { in createCompositeConstruct() 2329 } else if (builder.isStructType(rType)) { in createCompositeConstruct() 2331 int numrTypeConstituents = builder.getNumTypeConstituents(rType); in createCompositeConstruct() 2334 builder.getContainedTypeId(rType, i), i)); in createCompositeConstruct() 2338 assert(builder.isArrayType(rType)); in createCompositeConstruct() 2340 int numrTypeConstituents = builder.getNumTypeConstituents(rType); in createCompositeConstruct() 2342 spv::Id elementRType = builder.getContainedTypeId(rType); in createCompositeConstruct() 4158 spv::Id rType = builder.getTypeId(rValue); in multiTypeStore() local 4161 if (lType == rType) { in multiTypeStore() [all …]
|