HomeSort by relevance Sort by last modified time
    Searched full:refout (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/postprocess/
pp_run.c 45 struct pipe_resource *refin = NULL, *refout = NULL; local
71 pipe_resource_reference(&refout, out);
105 pipe_resource_reference(&refout, NULL);
  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_run.c 45 struct pipe_resource *refin = NULL, *refout = NULL; local
71 pipe_resource_reference(&refout, out);
105 pipe_resource_reference(&refout, NULL);
  /external/deqp/modules/gles3/functional/
es3fShaderPrecisionTests.cpp 610 int refOut = extendTo32Bit(refMasked, m_bits);
613 << "in0 = " << in0 << ", in1 = " << in1 << ", ref out = " << refOut << " / " << tcu::toHex(refMasked)
803 deUint32 refOut = m_evalFunc(in0, in1) & mask;
806 << "in0 = " << tcu::toHex(in0) << ", in1 = " << tcu::toHex(in1) << ", ref out = " << tcu::toHex(refOut)
825 if (cmpMasked != refOut)
    [all...]
  /external/clang/lib/AST/
MicrosoftMangle.cpp     [all...]

Completed in 252 milliseconds