Home
last modified time | relevance | path

Searched refs:x_ops (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/common/gpu/client/
Dgl_helper_scaling.cc281 std::deque<GLHelperScaling::ScaleOp>* x_ops, in ConvertScalerOpsToScalerStages() argument
284 while (!x_ops->empty() || !y_ops->empty()) { in ConvertScalerOpsToScalerStages()
291 current_queue = x_ops; in ConvertScalerOpsToScalerStages()
342 if (!scale_x && x_ops->size() > 0 && x_ops->front().scale_factor <= 2) { in ConvertScalerOpsToScalerStages()
344 if (current_shader == SHADER_BILINEAR2 && x_ops->size() >= 2) { in ConvertScalerOpsToScalerStages()
351 switch (x_ops->size()) { in ConvertScalerOpsToScalerStages()
355 if (x_ops->front().scale_factor == 3) { in ConvertScalerOpsToScalerStages()
369 } else if (x_ops->front().scale_factor == 2) { in ConvertScalerOpsToScalerStages()
375 x_ops->front().UpdateSize(&intermediate_size); in ConvertScalerOpsToScalerStages()
376 x_ops->pop_front(); in ConvertScalerOpsToScalerStages()
[all …]
Dgl_helper_scaling.h182 std::deque<GLHelperScaling::ScaleOp>* x_ops,
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h294 void *x_ops; member
Dsanitizer_platform_limits_posix.cc1133 CHECK_SIZE_AND_OFFSET(XDR, x_ops);