| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_debug.c | 264 const char *predicate = PKT3_PREDICATE(header) ? "(predicate)" : ""; in ac_parse_packet3() local
|
| /third_party/jerryscript/jerry-core/ecma/operations/ |
| H A D | ecma-container-object.c | 822 ecma_op_container_foreach(ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg, lit_magic_string_id_t lit_id) ecma_op_container_foreach() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_nir.cpp | 1794 inst->predicate = BRW_PREDICATE_NORMAL; in nir_emit_alu() variable [all...] |
| H A D | brw_vec4.cpp | 2054 scalarize_predicate(brw_predicate predicate, unsigned writemask) scalarize_predicate() argument [all...] |
| H A D | brw_vec4_nir.cpp | 775 optimize_predicate(nir_alu_instr *instr, enum brw_predicate *predicate) optimize_predicate() argument [all...] |
| H A D | brw_vec4_visitor.cpp | 194 vec4_visitor::IF(enum brw_predicate predicate) in IF() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_lower_cubemap_to_array.c | 291 nir_ssa_def *predicate = nir_iand(b, remap_predicates[i], nir_ieq(b, face, nir_imm_int(b, j))); in handle_cube_edge() local
|
| H A D | zink_query.c | 85 struct zink_resource *predicate; member
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_query.c | 67 struct pipe_query *predicate; /** The associated query that can be used for predicate */ member [all...] |
| /third_party/mesa3d/src/microsoft/compiler/ |
| H A D | dxil_nir_lower_int_cubemaps.c | 330 nir_ssa_def *predicate = nir_iand(b, remap_predicates[i], nir_ieq(b, face, nir_imm_int(b, j))); in handle_cube_edge() local
|
| /third_party/mesa3d/src/intel/tools/ |
| H A D | i965_gram.y | 2175 predicate: global() label [all...] |
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_target.h | 207 unsigned int predicate : 1; member
|
| /third_party/python/Lib/test/test_asyncio/ |
| H A D | test_locks.py | 529 def predicate(): function
|
| /third_party/skia/src/core/ |
| H A D | SkFont.cpp | 75 void SkFont::setForceAutoHinting(bool predicate) { in setForceAutoHinting() argument 78 void SkFont::setEmbeddedBitmaps(bool predicate) { in setEmbeddedBitmaps() argument 81 void SkFont::setSubpixel(bool predicate) { in setSubpixel() argument 84 void SkFont::setLinearMetrics(bool predicate) { in setLinearMetrics() argument 87 void SkFont::setEmbolden(bool predicate) { in setEmbolden() argument 90 setBaselineSnap(bool predicate) setBaselineSnap() argument [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | ir_context.cpp | 256 ReplaceAllUsesWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesWithPredicate() argument
|
| H A D | debug_info_manager.cpp | 664 ReplaceAllUsesInDebugScopeWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesInDebugScopeWithPredicate() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| H A D | ir_context.cpp | 256 ReplaceAllUsesWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesWithPredicate() argument
|
| /third_party/spirv-tools/source/opt/ |
| H A D | trim_capabilities_pass.cpp | 97 AnyTypeOf(const Instruction* instruction, UnaryPredicate predicate) AnyTypeOf() argument
|
| /base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
| H A D | notification_rdb_data_mgr_test.cpp | 277 virtual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncBrief& async)
in Sync() argument 282 virtual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncDetail& async)
in Sync() argument
|
| /foundation/communication/bluetooth/frameworks/inner/c_adapter/ |
| H A D | ohos_bt_gatt_server.cpp | 155 GetAttribute(int serverId, int serviceIndex, std::function<bool(GattAttribute &)> predicate) GetAttribute() argument
|
| /foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/components/ |
| H A D | material_component_manager.cpp | 143 inline typename Container::const_iterator FindIf(const Container& container, Predicate&& predicate) in FindIf() argument 149 inline typename Container::iterator FindIf(Container& container, Predicate&& predicate) in FindIf() argument
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | rdb_store.cpp | 448 int RdbStore::Sync(const SyncOption &option, const AbsRdbPredicates &predicate, const AsyncBrief &async) in Sync() argument 464 int RdbStore::Sync(const SyncOption &option, const AbsRdbPredicates &predicate, const AsyncDetail &async) in Sync() argument
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| H A D | midgard_schedule.c | 655 mir_choose_instruction( midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned count, struct midgard_predicate *predicate) mir_choose_instruction() argument 803 struct midgard_predicate predicate = { mir_choose_bundle() local 841 mir_choose_alu(midgard_instruction **slot, midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len, struct midgard_predicate *predicate, unsigned unit) mir_choose_alu() argument 876 mir_comparison_mobile( compiler_context *ctx, midgard_instruction **instructions, struct midgard_predicate *predicate, unsigned count, unsigned cond) mir_comparison_mobile() argument 931 mir_schedule_comparison( compiler_context *ctx, midgard_instruction **instructions, struct midgard_predicate *predicate, BITSET_WORD *worklist, unsigned count, unsigned cond, bool vector, unsigned *swizzle, midgard_instruction *user) mir_schedule_comparison() argument 964 mir_schedule_condition(compiler_context *ctx, struct midgard_predicate *predicate, BITSET_WORD *worklist, unsigned count, midgard_instruction **instructions, midgard_instruction *last) mir_schedule_condition() argument 1025 struct midgard_predicate predicate = { mir_schedule_texture() local 1055 struct midgard_predicate predicate = { mir_schedule_ldst() local 1089 mir_schedule_zs_write( compiler_context *ctx, struct midgard_predicate *predicate, midgard_instruction **instructions, uint16_t *liveness, BITSET_WORD *worklist, unsigned len, midgard_instruction *branch, midgard_instruction **smul, midgard_instruction **vadd, midgard_instruction **vlut, bool stencil) mir_schedule_zs_write() argument 1167 struct midgard_predicate predicate = { mir_schedule_alu() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Shader/ |
| H A D | PixelProgram.cpp | 150 bool predicate = instruction->predicate; in applyShader() local
|
| H A D | VertexProgram.cpp | 138 bool predicate = instruction->predicate; in program() local
|