/third_party/skia/third_party/externals/spirv-tools/test/val/ |
H A D | val_layout_test.cpp | 70 static const std::vector<std::string> instructions = { in getInstructions() local
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 340 RestrictToVectorWidth( const std::vector<opt::Instruction*>& instructions, uint32_t vector_width) const RestrictToVectorWidth() argument 359 RestrictToElementBitWidth( const std::vector<opt::Instruction*>& instructions, uint32_t bit_width) const RestrictToElementBitWidth() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 340 RestrictToVectorWidth( const std::vector<opt::Instruction*>& instructions, uint32_t vector_width) const RestrictToVectorWidth() argument 359 RestrictToElementBitWidth( const std::vector<opt::Instruction*>& instructions, uint32_t bit_width) const RestrictToElementBitWidth() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/ |
H A D | text_to_binary.constant_test.cpp | 110 std::vector<uint32_t> instructions; in TEST_P() local 380 std::vector<uint32_t> instructions; in TEST_P() local
|
H A D | text_to_binary.control_flow_test.cpp | 226 std::vector<uint32_t> instructions; in TEST_P() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
H A D | val_layout_test.cpp | 70 static const std::vector<std::string> instructions = { in getInstructions() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | InstIterator.h | 133 inline inst_range instructions(Function *F) { in instructions() function 142 inline const_inst_range instructions(const Function *F) { in instructions() function 147 inline inst_range instructions(Function &F) { in instructions() function 156 inline const_inst_range instructions(const Function &F) { in instructions() function
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
H A D | function.h | 62 const InstructionList& instructions() const { return instructions_; } in instructions() function in tint::writer::spirv::Function
|
/third_party/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_add_equation_instructions.cpp | 344 RestrictToVectorWidth( const std::vector<opt::Instruction*>& instructions, uint32_t vector_width) const RestrictToVectorWidth() argument 363 RestrictToElementBitWidth( const std::vector<opt::Instruction*>& instructions, uint32_t bit_width) const RestrictToElementBitWidth() argument [all...] |
/third_party/spirv-tools/test/ |
H A D | text_to_binary.constant_test.cpp | 110 std::vector<uint32_t> instructions; in TEST_P() local 380 std::vector<uint32_t> instructions; in TEST_P() local
|
H A D | text_to_binary.control_flow_test.cpp | 232 std::vector<uint32_t> instructions; in TEST_P() local
|
/third_party/spirv-tools/test/val/ |
H A D | val_layout_test.cpp | 61 static const std::vector<std::string> instructions = { in getInstructions() local
|
/third_party/mesa3d/src/freedreno/afuc/ |
H A D | asm.c | 45 static struct asm_instruction instructions[0x2000]; variable
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_opt_comparison_pre.c | 70 struct u_vector instructions; member [all...] |
/third_party/mesa3d/src/compiler/glsl/ |
H A D | lower_named_interface_blocks.cpp | 126 flatten_named_interface_blocks_declarations::run(exec_list *instructions) in run() argument
|
H A D | opt_dead_code_local.cpp | 344 do_dead_code_local(exec_list *instructions) in do_dead_code_local() argument
|
H A D | ir_clone.cpp | 412 fixup_function_calls(struct hash_table *ht, exec_list *instructions) in fixup_function_calls() argument
|
H A D | ir_function_detect_recursion.cpp | 312 detect_recursion_unlinked(struct _mesa_glsl_parse_state *state, exec_list *instructions) detect_recursion_unlinked() argument 338 detect_recursion_linked(struct gl_shader_program *prog, exec_list *instructions) detect_recursion_linked() argument
|
H A D | ir_set_program_inouts.cpp | 424 do_set_program_inouts(exec_list *instructions, struct gl_program *prog, in do_set_program_inouts() argument
|
H A D | opt_tree_grafting.cpp | 406 do_tree_grafting(exec_list *instructions) in do_tree_grafting() argument
|
H A D | opt_structure_splitting.cpp | 301 do_structure_splitting(exec_list *instructions) in do_structure_splitting() argument
|
H A D | opt_rebalance_tree.cpp | 330 do_rebalance_tree(exec_list *instructions) in do_rebalance_tree() argument
|
H A D | ir_builder_print_visitor.cpp | 137 _mesa_print_builder_for_ir(FILE *f, exec_list *instructions) in _mesa_print_builder_for_ir() argument
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_shader.h | 73 exec_list instructions; member
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | valhall.py | 35 instructions = [] variable [all...] |