OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pdst
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp
1032
Value *
pdst
;
local
1036
pdst
= new_LValue(func, FILE_PREDICATE);
1038
// CAUTION: don't use
pdst
->getInsn, the definition might not be unique,
1041
bld.mkCmp(OP_SET, CC_NEU, TYPE_U32,
pdst
, bld.mkImm(0), pred);
1043
insn->setPredicate(insn->cc,
pdst
);
[
all
...]
/external/mesa3d/src/gallium/drivers/nvc0/codegen/
nv50_ir_lowering_nvc0.cpp
1032
Value *
pdst
;
local
1036
pdst
= new_LValue(func, FILE_PREDICATE);
1038
// CAUTION: don't use
pdst
->getInsn, the definition might not be unique,
1041
bld.mkCmp(OP_SET, CC_NEU, TYPE_U32,
pdst
, bld.mkImm(0), pred);
1043
insn->setPredicate(insn->cc,
pdst
);
[
all
...]
Completed in 115 milliseconds