/third_party/spirv-tools/source/opt/ |
H A D | trim_capabilities_pass.cpp | 97 AnyTypeOf(const Instruction* instruction, UnaryPredicate predicate) AnyTypeOf() argument
|
H A D | debug_info_manager.cpp | 672 ReplaceAllUsesInDebugScopeWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesInDebugScopeWithPredicate() argument
|
H A D | ir_context.cpp | 311 ReplaceAllUsesWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesWithPredicate() argument
|
/third_party/mesa3d/src/intel/compiler/ |
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/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/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_query.c | 85 struct zink_resource *predicate; member
|
/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
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
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 | debug_info_manager.cpp | 664 ReplaceAllUsesInDebugScopeWithPredicate( uint32_t before, uint32_t after, const std::function<bool(Instruction*)>& predicate) ReplaceAllUsesInDebugScopeWithPredicate() argument
|
/third_party/googletest/googletest/src/ |
H A D | gtest-internal-inl.h | 274 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument
|
/third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
H A D | ecma-builtin-array-prototype.c | 2367 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 D | ecma-builtin-typedarray-prototype.c | 1586 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 D | tu_device.h | 167 uint64_t predicate; member
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder.c | 1479 bool predicate = false; in intel_print_batch() local
|
/third_party/node/deps/googletest/src/ |
H A D | gtest-internal-inl.h | 275 inline int CountIf(const Container& c, Predicate predicate) { in CountIf() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_blorp.c | 1806 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 D | code-generator-mips64.cc | 293 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 D | code-generator-mips.cc | 280 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 D | code-generator-loong64.cc | 286 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 D | code-generator-riscv64.cc | 279 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...] |
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.cc | 1066 QueryObjects(v8::Local<v8::Context> v8_context, QueryObjectPredicate* predicate, PersistentValueVector<v8::Object>* objects) QueryObjects() argument
|
/third_party/node/deps/v8/src/ast/ |
H A D | scopes.h | 1339 V8_INLINE void NullifyRareVariableIf(RareVariable id, Predicate predicate) { in NullifyRareVariableIf() argument
|