Home
last modified time | relevance | path

Searched defs:bop (Results 1 – 13 of 13) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_peephole.cpp143 bool_op_info bop = {}; in optimize_cc_op2() local
225 bool_op_info bop = {}; in optimize_CNDcc_op() local
335 bool peephole::get_bool_op_info(value* b, bool_op_info& bop) { in get_bool_op_info()
/external/libdrm/tegra/
Dtegra.c100 drm_public int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_new()
138 drm_public int drm_tegra_bo_wrap(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_wrap()
/external/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/
Dtransform_inclusive_scan_bop_uop.pass.cpp41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) in test()
Dtransform_inclusive_scan_bop_uop_init.pass.cpp40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/transform.inclusive.scan/
Dtransform_inclusive_scan_bop_uop.pass.cpp41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, const T *rFirst, const T *rLast) in test()
Dtransform_inclusive_scan_bop_uop_init.pass.cpp42 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, const T *rFirst, const T *rLast) in test()
/external/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/
Dtransform_exclusive_scan_init_bop_uop.pass.cpp40 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test()
/external/mesa3d/src/mesa/main/tests/
Dmesa_formats.cpp102 #define HAS_PROP(rop,gop,bop,aop,lop,iop) \ in TEST() argument
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/numeric.ops/transform.exclusive.scan/
Dtransform_exclusive_scan_init_bop_uop.pass.cpp41 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, const T *rFirst, const T *rLast) in test()
/external/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp188 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local
/external/clang/lib/Sema/
DSemaPseudoObject.cpp1654 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(syntax)) { in recreateSyntacticForm() local
/external/mesa3d/src/gallium/auxiliary/driver_ddebug/
Ddd_draw.c1038 const char *bop = dd_fence_state(screen, record->bottom_of_pipe, NULL); in dd_report_hang() local
/external/mesa3d/src/gallium/drivers/iris/
Diris_program.c2095 struct iris_bo **bop = &ice->shaders.scratch_bos[encoded_size][stage]; in iris_get_scratch_space() local