Home
last modified time | relevance | path

Searched defs:bop (Results 1 – 16 of 16) 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.c104 drm_public int drm_tegra_bo_new(struct drm_tegra_bo **bop, struct drm_tegra *drm, in drm_tegra_bo_new()
142 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/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.inclusive.scan/
Dtransform_inclusive_scan_bop_uop.pass.cpp48 test(Iter1 first, Iter1 last, BOp bop, UOp uop, Iter2 rFirst, Iter2 rLast) in test()
Dtransform_inclusive_scan_bop_uop_init.pass.cpp48 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/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/llvm-project/libcxx/test/std/numerics/numeric.ops/transform.exclusive.scan/
Dtransform_exclusive_scan_init_bop_uop.pass.cpp47 test(Iter1 first, Iter1 last, BOp bop, UOp uop, T init, Iter2 rFirst, Iter2 rLast) in test()
/external/llvm-project/clang/lib/ARCMigrate/
DTransAutoreleasePool.cpp187 } else if (BinaryOperator *bop = dyn_cast<BinaryOperator>(child)) { in VisitCompoundStmt() local
/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/llvm-project/clang/lib/Sema/
DSemaPseudoObject.cpp1656 } 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
/external/llvm-project/mlir/lib/Conversion/StandardToLLVM/
DStandardToLLVM.cpp1816 auto bop = cast<OpTy>(op); in unpackBinaryComplexOperands() local