Searched refs:tempStr (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.cpp | 332 std::string tempStr(printStr); local in function:SwrJit::Builder::PRINT 333 pos = tempStr.find('%', pos); 345 if (toupper(tempStr[pos + 1]) == 'X') 347 tempStr[pos] = '0'; 348 tempStr[pos + 1] = 'x'; 349 tempStr.insert(pos + 2, "%08X "); 361 tempStr.insert(pos, vectorFormatStr); 364 else if ((tempStr[pos + 1] == 'f') && (pContainedType->isFloatTy())) 369 tempStr.insert(pos, std::string("%f ")); 377 else if ((tempStr[po [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_backends.py | 84 tempStr = backend.functionTableName 87 tempStr += '[' + str(i) + ']' 89 tempStr += backend.funcInstanceHeader + ','.join(map(str, output_combinations[x])) + '>>;' 91 output_list.append(tempStr)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/codegen/ |
| H A D | gen_backends.py | 82 tempStr = backend.functionTableName 85 tempStr += '[' + str(i) + ']' 87 tempStr += backend.funcInstanceHeader + ','.join(map(str, output_combinations[x])) + '>>;' 89 output_list.append(tempStr)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | builder_misc.cpp | 383 std::string tempStr(printStr); local in function:SwrJit::Builder::PRINT 384 pos = tempStr.find('%', pos); 400 if (toupper(tempStr[pos + 1]) == 'X') 402 tempStr[pos] = '0'; 403 tempStr[pos + 1] = 'x'; 404 tempStr.insert(pos + 2, "%08X "); 420 tempStr.insert(pos, vectorFormatStr); 423 else if ((tempStr[pos + 1] == 'f') && (pContainedType->isFloatTy())) 432 tempStr.insert(pos, std::string("%f ")); 440 else if ((tempStr[po [all...] |
Completed in 9 milliseconds