Home
last modified time | relevance | path

Searched defs:predicate (Results 1 – 25 of 138) sorted by relevance

123456

/third_party/mesa3d/src/intel/tools/
Di965_asm.h60 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/
Diterator.h185 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/
Diterator.h185 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/
Diterator.h185 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/
Dsubsetter.cc35 Subsetter::Subsetter(Font* font, CharacterPredicate* predicate) in Subsetter()
40 Subsetter::Subsetter(const char* font_path, CharacterPredicate* predicate) in Subsetter()
/third_party/skia/src/core/
DSkFont.cpp75 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/
Dmidgard_schedule.c659 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/
Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument
178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
/third_party/mesa3d/src/gtest/include/gtest/
Dgtest-death-test.h168 # define ASSERT_EXIT(statement, predicate, regex) \ argument
173 # define EXPECT_EXIT(statement, predicate, regex) \ argument
/third_party/node/deps/googletest/include/gtest/
Dgtest-death-test.h173 #define ASSERT_EXIT(statement, predicate, matcher) \ argument
178 #define EXPECT_EXIT(statement, predicate, matcher) \ argument
/third_party/mesa3d/src/compiler/glsl/
Dir_expression_flattening.cpp51 bool (*predicate)(ir_instruction *ir); member in ir_expression_flattening_visitor
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_controlflow.h84 AluInstr *predicate() const { return m_predicate; } in predicate() function
/third_party/vk-gl-cts/scripts/
Dtestset.py29 def all (results, predicate): argument
35 def any (results, predicate): argument
/third_party/python/Lib/
Dtextwrap.py470 def indent(text, prefix, predicate=None): argument
479 def predicate(line): function
/third_party/rust/crates/syn/tests/
Dtest_generics.rs259 let predicate = match &where_clause.predicates[0] { in test_fn_precedence_in_where_clause() localVariable
/third_party/python/Lib/test/
Dtest_textwrap.py922 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/
Decma-builtin-set-prototype.c95 ecma_value_t predicate, /**< callback function */ in ecma_builtin_set_prototype_object_foreach()
Decma-builtin-map-prototype.c79 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/
Dlexer.go138 type predicate func(r rune) bool type
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGroup.cpp107 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/
Dtimeline.mjs73 filter(predicate) { argument
154 chunks(count, predicate = undefined) { argument
/third_party/spirv-tools/source/fuzz/
Davailable_instructions.cpp23 const std::function<bool(opt::IRContext*, opt::Instruction*)>& predicate) in AvailableInstructions()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Davailable_instructions.cpp23 const std::function<bool(opt::IRContext*, opt::Instruction*)>& predicate) in AvailableInstructions()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Davailable_instructions.cpp23 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/
DVPlanPredicator.cpp234 void VPlanPredicator::predicate(void) { in predicate() function in VPlanPredicator

123456