Searched defs:samplerVal (Results 1 - 3 of 3) sorted by relevance

/external/deqp/framework/randomshaders/
H A DrsgExecutionContext.cpp76 const ExecValueStorage* samplerVal = m_varValues.find(sampler)->second; local
78 int samplerNdx = samplerVal->getValue(sampler->getType()).asInt(0);
85 const ExecValueStorage* samplerVal = m_varValues.find(sampler)->second; local
87 int samplerNdx = samplerVal->getValue(sampler->getType()).asInt(0);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp1147 // all uses of the load instruction with the samplerVal and
1149 Constant *samplerVal = gv->getInitializer(); local
1150 lInst->replaceAllUsesWith(samplerVal);
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILPeepholeOptimizer.cpp1147 // all uses of the load instruction with the samplerVal and
1149 Constant *samplerVal = gv->getInitializer(); local
1150 lInst->replaceAllUsesWith(samplerVal);

Completed in 125 milliseconds