HomeSort by relevance Sort by last modified time
    Searched refs:cur_pass (Results 1 - 5 of 5) sorted by null

  /art/compiler/dex/
pass_driver.h 79 const Pass* cur_pass = GetPass(pass_name); local
81 if (cur_pass != nullptr) {
82 return RunPass(cur_pass);
93 for (const Pass* cur_pass : pass_list_) {
94 RunPass(cur_pass);
103 for (const Pass* cur_pass : pass_list_) {
104 if (strcmp(name, cur_pass->GetName()) == 0) {
105 return cur_pass;
139 for (const Pass* cur_pass : PassDriver<PassDriverType>::g_default_pass_list) {
140 LOG(INFO) << "\t-" << cur_pass->GetName()
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
atifragshader.c 102 prog->numArithInstr[prog->cur_pass >> 1]++;
203 if ((curProg->cur_pass == 1) &&
371 ctx->ATIFragmentShader.Current->cur_pass = 0;
392 if (curProg->interpinp1 && (ctx->ATIFragmentShader.Current->cur_pass > 1)) {
400 if ((ctx->ATIFragmentShader.Current->cur_pass == 0) ||
401 (ctx->ATIFragmentShader.Current->cur_pass == 2)) {
404 if (ctx->ATIFragmentShader.Current->cur_pass > 1)
409 ctx->ATIFragmentShader.Current->cur_pass = 0;
454 if (curProg->cur_pass == 1) {
456 curProg->cur_pass = 2
    [all...]
mtypes.h 2152 GLubyte cur_pass; member in struct:ati_fragment_shader
    [all...]
  /external/mesa3d/src/mesa/main/
atifragshader.c 102 prog->numArithInstr[prog->cur_pass >> 1]++;
203 if ((curProg->cur_pass == 1) &&
371 ctx->ATIFragmentShader.Current->cur_pass = 0;
392 if (curProg->interpinp1 && (ctx->ATIFragmentShader.Current->cur_pass > 1)) {
400 if ((ctx->ATIFragmentShader.Current->cur_pass == 0) ||
401 (ctx->ATIFragmentShader.Current->cur_pass == 2)) {
404 if (ctx->ATIFragmentShader.Current->cur_pass > 1)
409 ctx->ATIFragmentShader.Current->cur_pass = 0;
454 if (curProg->cur_pass == 1) {
456 curProg->cur_pass = 2
    [all...]
mtypes.h 2152 GLubyte cur_pass; member in struct:ati_fragment_shader
    [all...]

Completed in 70 milliseconds