| /third_party/mesa3d/src/intel/tools/ |
| D | i965_asm.h | 60 struct predicate { struct 61 unsigned pred_control:4; 62 unsigned pred_inv:1; 63 unsigned flag_reg_nr:1; 64 unsigned flag_subreg_nr:1;
|
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| D | iterator.h | 185 Predicate predicate) in FilterIterator() 194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator() 243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator() 249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator() 255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
|
| /third_party/spirv-tools/source/opt/ |
| D | iterator.h | 185 Predicate predicate) in FilterIterator() 194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator() 243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator() 249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator() 255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | iterator.h | 185 Predicate predicate) in FilterIterator() 194 FilterIterator(const SubIterator& end, Predicate predicate) in FilterIterator() 243 const IteratorRange<SubIterator>& sub_iterator_range, Predicate predicate) { in MakeFilterIterator() 249 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIterator() 255 const SubIterator& begin, const SubIterator& end, Predicate predicate) { in MakeFilterIteratorRange()
|
| /third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
| D | subsetter.cc | 35 Subsetter::Subsetter(Font* font, CharacterPredicate* predicate) in Subsetter() 40 Subsetter::Subsetter(const char* font_path, CharacterPredicate* predicate) in Subsetter()
|
| /third_party/skia/src/core/ |
| D | SkFont.cpp | 75 void SkFont::setForceAutoHinting(bool predicate) { in setForceAutoHinting() 78 void SkFont::setEmbeddedBitmaps(bool predicate) { in setEmbeddedBitmaps() 81 void SkFont::setSubpixel(bool predicate) { in setSubpixel() 84 void SkFont::setLinearMetrics(bool predicate) { in setLinearMetrics() 87 void SkFont::setEmbolden(bool predicate) { in setEmbolden() 90 void SkFont::setBaselineSnap(bool predicate) { in setBaselineSnap()
|
| /third_party/mesa3d/src/panfrost/midgard/ |
| D | midgard_schedule.c | 659 struct midgard_predicate *predicate) in mir_choose_instruction() 803 struct midgard_predicate predicate = { in mir_choose_bundle() local 845 struct midgard_predicate *predicate, in mir_choose_alu() 879 struct midgard_predicate *predicate, in mir_comparison_mobile() 934 struct midgard_predicate *predicate, in mir_schedule_comparison() 965 struct midgard_predicate *predicate, in mir_schedule_condition() 1025 struct midgard_predicate predicate = { in mir_schedule_texture() local 1055 struct midgard_predicate predicate = { in mir_schedule_ldst() local 1091 struct midgard_predicate *predicate, in mir_schedule_zs_write() 1167 struct midgard_predicate predicate = { in mir_schedule_alu() local
|
| /third_party/googletest/googletest/include/gtest/ |
| D | gtest-death-test.h | 173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument 178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
|
| /third_party/mesa3d/src/gtest/include/gtest/ |
| D | gtest-death-test.h | 168 # define ASSERT_EXIT(statement, predicate, regex) \ argument 173 # define EXPECT_EXIT(statement, predicate, regex) \ argument
|
| /third_party/node/deps/googletest/include/gtest/ |
| D | gtest-death-test.h | 173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument 178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
|
| /third_party/mesa3d/src/compiler/glsl/ |
| D | ir_expression_flattening.cpp | 51 bool (*predicate)(ir_instruction *ir); member in ir_expression_flattening_visitor
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| D | sfn_instr_controlflow.h | 84 AluInstr *predicate() const { return m_predicate; } in predicate() function
|
| /third_party/vk-gl-cts/scripts/ |
| D | testset.py | 29 def all (results, predicate): argument 35 def any (results, predicate): argument
|
| /third_party/python/Lib/ |
| D | textwrap.py | 470 def indent(text, prefix, predicate=None): argument 479 def predicate(line): function
|
| /third_party/rust/crates/syn/tests/ |
| D | test_generics.rs | 259 let predicate = match &where_clause.predicates[0] { in test_fn_precedence_in_where_clause() localVariable
|
| /third_party/python/Lib/test/ |
| D | test_textwrap.py | 922 predicate = lambda line: True function 928 predicate = lambda line: False function 998 predicate = lambda line: True function 1017 predicate = lambda line: not line.strip() function
|
| /third_party/jerryscript/jerry-core/ecma/builtin-objects/ |
| D | ecma-builtin-set-prototype.c | 95 ecma_value_t predicate, /**< callback function */ in ecma_builtin_set_prototype_object_foreach()
|
| D | ecma-builtin-map-prototype.c | 79 ecma_value_t predicate, /**< callback function */ in ecma_builtin_map_prototype_object_foreach()
|
| /third_party/skia/third_party/externals/tint/tools/src/cmd/intrinsic-gen/lexer/ |
| D | lexer.go | 138 type predicate func(r rune) bool type
|
| /third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
| D | SpirvShaderGroup.cpp | 107 Operand predicate(this, state, insn.word(4)); in EmitGroupNonUniform() local 114 Operand predicate(this, state, insn.word(4)); in EmitGroupNonUniform() local 200 Operand predicate(this, state, insn.word(4)); in EmitGroupNonUniform() local
|
| /third_party/node/deps/v8/tools/system-analyzer/ |
| D | timeline.mjs | 73 filter(predicate) { argument 154 chunks(count, predicate = undefined) { argument
|
| /third_party/spirv-tools/source/fuzz/ |
| D | available_instructions.cpp | 23 const std::function<bool(opt::IRContext*, opt::Instruction*)>& predicate) in AvailableInstructions()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
| D | available_instructions.cpp | 23 const std::function<bool(opt::IRContext*, opt::Instruction*)>& predicate) in AvailableInstructions()
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| D | available_instructions.cpp | 23 const std::function<bool(opt::IRContext*, opt::Instruction*)>& predicate) in AvailableInstructions()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
| D | VPlanPredicator.cpp | 234 void VPlanPredicator::predicate(void) { in predicate() function in VPlanPredicator
|