HomeSort by relevance Sort by last modified time
    Searched defs:pass_through (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 45 pass_through(GLuint * state, GLuint blendUnit) function
214 return pass_through(state, blendUnit);
243 return pass_through(state, blendUnit);
260 return pass_through(state, blendUnit);
301 return pass_through(state, blendUnit);
330 return pass_through(state, blendUnit);
341 return pass_through(state, blendUnit);
425 tmp_sz = pass_through(tmp, unit);
  /system/libhwbinder/vts/performance/
Latency.cpp 68 static bool pass_through = false; variable
186 IScheduleTest::getService("hwbinderService" + to_string(i), pass_through);
188 if (pass_through) {
296 pass_through = true;
338 if (!pass_through) {
355 << ",\"deadline_us\":" << deadline_us << ",\"passthrough\":" << pass_through << "},"
388 if (!pass_through) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ipa-prop.h 72 IPA_JF_PASS_THROUGH, /* represented by field pass_through */
169 /* Represents a value of a jump function. pass_through is used only in jump
176 struct ipa_pass_through_data GTY ((tag ("IPA_JF_PASS_THROUGH"))) pass_through; member in union:ipa_jump_func::jump_func_value
225 return jfunc->value.pass_through.operand;
235 return jfunc->value.pass_through.formal_id;
244 return jfunc->value.pass_through.operation;
253 return jfunc->value.pass_through.agg_preserved;

Completed in 131 milliseconds