OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScaleOp
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/gpu/client/
gl_helper_scaling.h
78
// A
ScaleOp
represents a pass in a scaler pipeline, in one dimension.
82
struct
ScaleOp
{
83
ScaleOp
(int factor, bool x, int size)
87
// Calculate a set of
ScaleOp
needed to convert an image of size
97
std::deque<
ScaleOp
>* ops) {
103
ops->push_back(
ScaleOp
(3, scale_x, dst));
110
ops->push_back(
ScaleOp
(0, scale_x, dst << num_downscales));
114
ops->push_back(
ScaleOp
(2, scale_x, dst << num_downscales));
166
// Take two queues of
ScaleOp
structs and generate a
176
std::deque<GLHelperScaling::
ScaleOp
>* x_ops
[
all
...]
/external/qemu/android/skin/
scaler.c
72
}
ScaleOp
;
114
ScaleOp
op;
/external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp
165
const MCOperand &
ScaleOp
= MI->getOperand(OpNum);
167
O << '#' << (64 -
ScaleOp
.getImm());
/frameworks/base/libs/hwui/
DisplayListOp.h
417
class
ScaleOp
: public StateOp {
419
ScaleOp
(float sx, float sy)
[
all
...]
Completed in 769 milliseconds