| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 543 uint32_t optLevel, 553 m_optLevel = optLevel; 558 IsValid(uint32_t llCRC, const std::string& moduleID, const std::string& cpu, uint32_t optLevel) argument 561 (m_platformKey != JC_PLATFORM_KEY) || (m_optLevel != optLevel)) 539 Init(uint32_t llCRC,uint32_t objCRC,const std::string & moduleID,const std::string & cpu,uint32_t optLevel,uint64_t objSize) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_driver.h | 84 uint8_t optLevel; /* optimization level (0 to 3) */ member in struct:nv50_ir_prog_info
|
| H A D | nv50_ir.cpp | 1128 optLevel = 0; 1241 prog->optLevel = info->optLevel; 1267 prog->optimizeSSA(info->optLevel); 1279 prog->optimizePostRA(info->optLevel);
|
| H A D | nv50_ir.h | 1326 uint8_t optLevel; member in class:nv50_ir::Program
|
| H A D | nv50_ir_lowering_nv50.cpp | 352 if (prog->optLevel >= 2 &&
|
| H A D | nv50_ir_lowering_nvc0.cpp | 587 if (fn->getProgram()->optLevel < 3)
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_compiler.c | 123 info.optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| H A D | nv50_ir_driver.h | 92 uint8_t optLevel; /* optimization level (0 to 3) */ member in struct:nv50_ir_prog_info
|
| H A D | nv50_ir.cpp | 1196 optLevel = 0; 1314 prog->optLevel = info->optLevel; 1340 prog->optimizeSSA(info->optLevel); 1352 prog->optimizePostRA(info->optLevel);
|
| H A D | nv50_ir_serialize.cpp | 27 blob_write_uint8(blob, info->optLevel);
|
| H A D | nv50_ir.h | 1381 uint8_t optLevel; member in class:nv50_ir::Program
|
| H A D | nv50_ir_lowering_nv50.cpp | 375 if (prog->optLevel >= 2 &&
|
| H A D | nv50_ir_lowering_nvc0.cpp | 598 if (fn->getProgram()->optLevel < 3)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/ |
| H A D | nouveau_compiler.c | 124 info.optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/swr/rasterizer/jitter/ |
| H A D | JitManager.cpp | 567 uint32_t optLevel, 577 m_optLevel = optLevel; 582 IsValid(uint32_t llCRC, const std::string& moduleID, const std::string& cpu, uint32_t optLevel) argument 585 (m_platformKey != JC_PLATFORM_KEY) || (m_optLevel != optLevel)) 563 Init(uint32_t llCRC,uint32_t objCRC,const std::string & moduleID,const std::string & cpu,uint32_t optLevel,uint64_t objSize) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 603 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); 607 info->optLevel = 3;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.c | 382 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); 386 info->optLevel = 3;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_program.c | 387 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); 391 info->optLevel = 3;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_program.c | 609 info->optLevel = debug_get_num_option("NV50_PROG_OPTIMIZE", 3); 613 info->optLevel = 3;
|