Home
last modified time | relevance | path

Searched defs:predicate (Results 76 - 100 of 125) sorted by relevance

12345

/third_party/mesa3d/src/intel/compiler/
H A Dbrw_vec4_visitor.cpp194 vec4_visitor::IF(enum brw_predicate predicate) in IF() argument
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c655 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/mesa3d/src/gallium/drivers/zink/
H A Dzink_query.c85 struct zink_resource *predicate; member
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelProgram.cpp150 bool predicate = instruction->predicate; in applyShader() local
H A DVertexProgram.cpp138 bool predicate = instruction->predicate; in program() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp664 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 Ddebug_info_manager.cpp664 ReplaceAllUsesInDebugScopeWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesInDebugScopeWithPredicate() argument
/third_party/spirv-tools/source/opt/
H A Ddebug_info_manager.cpp672 ReplaceAllUsesInDebugScopeWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesInDebugScopeWithPredicate() argument
H A Dir_context.cpp311 ReplaceAllUsesWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesWithPredicate() argument
/foundation/multimedia/media_library/frameworks/js/src/
H A Dmedialibrary_napi_utils.cpp467 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); in GetPredicate() local
321 HandleSpecialPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate, const FetchOptionType &fetchOptType) HandleSpecialPredicate() argument
378 GetLocationPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate) GetLocationPredicate() argument
1606 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); ParsePredicates() local
[all...]
H A Dmedia_asset_manager_napi.cpp1166 DataShare::DataSharePredicates predicate; in SavePicture() local
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_medialibrary_napi_utils.cpp378 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); in GetPredicate() local
232 HandleSpecialPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate, const FetchOptionType &fetchOptType) HandleSpecialPredicate() argument
289 GetLocationPredicate(AsyncContext &context, shared_ptr<DataShareAbsPredicates> &predicate) GetLocationPredicate() argument
1276 shared_ptr<DataShareAbsPredicates> predicate = jsProxy->GetInstance(); ParsePredicates() local
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp358 int RdbStoreImpl::Sync(const SyncOption &option, const AbsRdbPredicates &predicate, const AsyncBrief &callback) in Sync() argument
379 int RdbStoreImpl::Sync(const SyncOption &option, const AbsRdbPredicates &predicate, const AsyncDetail &async) in Sync() argument
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_store.cpp460 auto predicate = RelationalPredicate::GetSelf(predicates); in OH_Rdb_Update() local
473 auto predicate = RelationalPredicate::GetSelf(predicates); in OH_Rdb_Delete() local
485 auto predicate = RelationalPredicate::GetSelf(predicates); in OH_Rdb_Query() local
925 auto predicate in OH_Rdb_LockRow() local
935 auto predicate = RelationalPredicate::GetSelf(predicates); OH_Rdb_UnlockRow() local
946 auto predicate = RelationalPredicate::GetSelf(predicates); OH_Rdb_QueryLockedRow() local
[all...]
/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h274 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-array-prototype.c2367 ecma_builtin_array_prototype_object_find (ecma_value_t predicate, /**< callback function */ in ecma_builtin_array_prototype_object_find() argument
/third_party/jerryscript/jerry-core/ecma/builtin-objects/typedarray/
H A Decma-builtin-typedarray-prototype.c1586 ecma_builtin_typedarray_prototype_find_helper(ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg, bool is_find) ecma_builtin_typedarray_prototype_find_helper() argument
1665 ecma_builtin_typedarray_prototype_find(ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg) ecma_builtin_typedarray_prototype_find() argument
1683 ecma_builtin_typedarray_prototype_find_index(ecma_value_t this_arg, ecma_value_t predicate, ecma_value_t predicate_this_arg) ecma_builtin_typedarray_prototype_find_index() argument
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.h167 uint64_t predicate; member
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder.c1479 bool predicate = false; in intel_print_batch() local
/third_party/node/deps/googletest/src/
H A Dgtest-internal-inl.h275 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument
/third_party/mesa3d/src/intel/vulkan/
H A Danv_blorp.c1806 anv_image_mcs_op(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, enum isl_format format, struct isl_swizzle swizzle, VkImageAspectFlagBits aspect, uint32_t base_layer, uint32_t layer_count, enum isl_aux_op mcs_op, union isl_color_value *clear_value, bool predicate) anv_image_mcs_op() argument
1896 anv_image_ccs_op(struct anv_cmd_buffer *cmd_buffer, const struct anv_image *image, enum isl_format format, struct isl_swizzle swizzle, VkImageAspectFlagBits aspect, uint32_t level, uint32_t base_layer, uint32_t layer_count, enum isl_aux_op ccs_op, union isl_color_value *clear_value, bool predicate) anv_image_ccs_op() argument
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc293 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1211 bool predicate; in AssembleArchInstruction() local
1267 bool predicate; AssembleArchInstruction() local
3851 bool predicate; AssembleBranchToLabels() local
4074 bool predicate; AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/mips/
H A Dcode-generator-mips.cc280 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1158 bool predicate; in AssembleArchInstruction() local
1211 bool predicate; AssembleArchInstruction() local
3664 bool predicate; AssembleBranchToLabels() local
3875 bool predicate; AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/loong64/
H A Dcode-generator-loong64.cc286 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1139 bool predicate; in AssembleArchInstruction() local
1197 bool predicate; AssembleArchInstruction() local
1910 bool predicate; AssembleBranchToLabels() local
2130 bool predicate; AssembleArchBoolean() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/riscv64/
H A Dcode-generator-riscv64.cc279 FPUCondition FlagsConditionToConditionCmpFPU(bool* predicate, in FlagsConditionToConditionCmpFPU() argument
1203 bool predicate; in AssembleArchInstruction() local
1266 bool predicate; AssembleArchInstruction() local
3520 bool predicate; AssembleBranchToLabels() local
3809 bool predicate; AssembleArchBoolean() local
[all...]

Completed in 61 milliseconds

12345