/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 583 std::vector<protobufs::Instruction> instructions; in TEST() local 838 std::vector<protobufs::Instruction> instructions; TEST() local 997 std::vector<protobufs::Instruction> instructions; TEST() local 1190 std::vector<protobufs::Instruction> instructions; TEST() local 1635 std::vector<protobufs::Instruction> instructions; TEST() local 1739 std::vector<protobufs::Instruction> instructions; TEST() local 1892 std::vector<protobufs::Instruction> instructions = TEST() local 2049 std::vector<protobufs::Instruction> instructions = TEST() local 2204 std::vector<protobufs::Instruction> instructions = TEST() local 2351 std::vector<protobufs::Instruction> instructions = TEST() local 2463 std::vector<protobufs::Instruction> instructions = TEST() local 2628 std::vector<protobufs::Instruction> instructions = TEST() local 2820 std::vector<protobufs::Instruction> instructions = TEST() local 2969 std::vector<protobufs::Instruction> instructions = TEST() local [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | CompositeGlyph.java | 143 public ReadableFontData instructions() { in instructions() method in CompositeGlyph
|
H A D | Glyph.java | 124 public abstract ReadableFontData instructions(); in instructions() method in Glyph
|
H A D | SimpleGlyph.java | 193 public ReadableFontData instructions() { in instructions() method in SimpleGlyph
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 583 std::vector<protobufs::Instruction> instructions; in TEST() local 838 std::vector<protobufs::Instruction> instructions; TEST() local 997 std::vector<protobufs::Instruction> instructions; TEST() local 1190 std::vector<protobufs::Instruction> instructions; TEST() local 1635 std::vector<protobufs::Instruction> instructions; TEST() local 1739 std::vector<protobufs::Instruction> instructions; TEST() local 1892 std::vector<protobufs::Instruction> instructions = TEST() local 2049 std::vector<protobufs::Instruction> instructions = TEST() local 2204 std::vector<protobufs::Instruction> instructions = TEST() local 2351 std::vector<protobufs::Instruction> instructions = TEST() local 2463 std::vector<protobufs::Instruction> instructions = TEST() local 2628 std::vector<protobufs::Instruction> instructions = TEST() local 2820 std::vector<protobufs::Instruction> instructions = TEST() local 2969 std::vector<protobufs::Instruction> instructions = TEST() local [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_add_function_test.cpp | 595 std::vector<protobufs::Instruction> instructions; in TEST() local 858 std::vector<protobufs::Instruction> instructions; TEST() local 1022 std::vector<protobufs::Instruction> instructions; TEST() local 1220 std::vector<protobufs::Instruction> instructions; TEST() local 1669 std::vector<protobufs::Instruction> instructions; TEST() local 1775 std::vector<protobufs::Instruction> instructions; TEST() local 1930 std::vector<protobufs::Instruction> instructions = TEST() local 2087 std::vector<protobufs::Instruction> instructions = TEST() local 2242 std::vector<protobufs::Instruction> instructions = TEST() local 2389 std::vector<protobufs::Instruction> instructions = TEST() local 2501 std::vector<protobufs::Instruction> instructions = TEST() local 2666 std::vector<protobufs::Instruction> instructions = TEST() local 2858 std::vector<protobufs::Instruction> instructions = TEST() local 3007 std::vector<protobufs::Instruction> instructions = TEST() local [all...] |
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/regex/ |
H A D | ResultSpec.java | 84 private final ImmutableMap<Instruction, VarString> instructions; field in ResultSpec 106 ResultSpec( String rbPathSpec, Map<Instruction, VarString> instructions, int lineNumber, Map<String, NamedFunction> icuFunctions, Function<Character, CldrPath> dynamicVarFn) ResultSpec() argument [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | disasm-a3xx.c | 119 unsigned instructions = ctx->cur_n + ctx->extra_cycles + 1; in print_stats() local
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_packing_builtins.cpp | 1306 lower_packing_builtins(exec_list *instructions, int op_mask) in lower_packing_builtins() argument
|
H A D | lower_int64.cpp | 71 lower_64bit_visitor(void *mem_ctx, exec_list *instructions, unsigned lower) in lower_64bit_visitor() argument 135 lower_64bit_integer_instructions(exec_list *instructions, in lower_64bit_integer_instructions() argument 263 exec_list instructions; in lower_op_to_function_call() local [all...] |
H A D | lower_mat_op_to_vec.cpp | 88 do_mat_op_to_vec(exec_list *instructions) in do_mat_op_to_vec() argument
|
H A D | opt_constant_propagation.cpp | 349 ir_constant_propagation_visitor::handle_if_block(exec_list *instructions, hash_table *kills, bool *killed_all) in handle_if_block() argument 523 do_constant_propagation(exec_list *instructions) in do_constant_propagation() argument
|
H A D | opt_array_splitting.cpp | 271 ir_array_reference_visitor::get_split_list(exec_list *instructions, in get_split_list() argument 440 optimize_split_arrays(exec_list *instructions, bool linked) in optimize_split_arrays() argument
|
H A D | opt_function_inlining.cpp | 73 do_function_inlining(exec_list *instructions) in do_function_inlining() argument 459 do_variable_replacement(exec_list *instructions, in do_variable_replacement() argument
|
H A D | opt_minmax.cpp | 526 do_minmax_prune(exec_list *instructions) in do_minmax_prune() argument
|
H A D | ir_print_visitor.cpp | 50 _mesa_print_ir(FILE *f, exec_list *instructions, in _mesa_print_ir() argument
|
/third_party/mesa3d/src/compiler/glsl/tests/ |
H A D | array_refcount_test.cpp | 36 exec_list instructions; member in array_refcount_test [all...] |
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_qpu_disasm.c | 452 vc4_qpu_disasm(const uint64_t *instructions, int num_instructions) in vc4_qpu_disasm() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_cfg.cpp | 169 cfg_t::cfg_t(const backend_shader *s, exec_list *instructions) : in cfg_t() argument [all...] |
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_tgsi.c | 66 struct tgsi_full_instruction *instructions = in lp_bld_tgsi_add_instruction() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | MIRCanonicalizerPass.cpp | 96 rescheduleLexographically(std::vector<MachineInstr *> instructions, in rescheduleLexographically() argument
|
/third_party/skia/third_party/externals/spirv-tools/test/ |
H A D | unit_spirv.h | 127 Concatenate( const std::vector<std::vector<uint32_t>>& instructions) Concatenate() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | unit_spirv.h | 127 Concatenate( const std::vector<std::vector<uint32_t>>& instructions) Concatenate() argument
|
/third_party/spirv-tools/test/ |
H A D | unit_spirv.h | 127 Concatenate( const std::vector<std::vector<uint32_t>>& instructions) Concatenate() argument
|
/third_party/elfutils/libdw/ |
H A D | cfi.h | 69 const uint8_t *instructions; member
|