| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instruction_cf.h | 50 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 51 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 54 void do_evalue_liveness(LiverangeEvaluator& eval) const override; 55 bool is_equal_to(const Instruction& lhs) const override; 56 void do_print(std::ostream& os) const override; 64 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 65 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 68 void do_evalue_liveness(LiverangeEvaluator& eval) const override; 69 bool is_equal_to(const Instruction& lhs) const override; 70 void do_print(std::ostream& os) const override; [all...] |
| H A D | sfn_shader_tess_eval.h | 15 bool scan_sysvalue_access(nir_instr *instr) override; 16 PValue primitive_id() override {return m_primitive_id;} 18 void emit_shader_start() override; 19 bool do_allocate_reserved_registers() override; 20 bool emit_intrinsic_instruction_override(nir_intrinsic_instr* instr) override; 24 void do_finalize() override;
|
| H A D | sfn_shader_compute.h | 44 bool scan_sysvalue_access(nir_instr *instr) override; 47 bool emit_intrinsic_instruction_override(nir_intrinsic_instr* instr) override; 49 bool do_allocate_reserved_registers() override; 50 void do_finalize() override;
|
| H A D | sfn_shader_tcs.h | 12 bool scan_sysvalue_access(nir_instr *instr) override; 15 bool do_allocate_reserved_registers() override; 16 bool emit_intrinsic_instruction_override(nir_intrinsic_instr* instr) override; 19 void do_finalize() override {}
|
| H A D | sfn_instruction_export.h | 36 void replace_values(const ValueSet& candidates, PValue new_value) override; 67 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 68 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 72 bool is_equal_to(const Instruction& lhs) const override; 73 void do_print(std::ostream& os) const override; 94 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 95 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 98 bool is_equal_to(const Instruction& lhs) const override; 99 void do_print(std::ostream& os) const override; 101 void replace_values_child(const ValueSet& candidates, PValue new_value) override; [all...] |
| H A D | sfn_instruction_misc.h | 40 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 41 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 45 bool is_equal_to(const Instruction& lhs) const override; 46 void do_print(std::ostream& os) const override; 57 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 58 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 62 bool is_equal_to(const Instruction& lhs) const override; 63 void do_print(std::ostream& os) const override;
|
| H A D | sfn_ir_to_assembly.h | 38 ~AssemblyFromShaderLegacy() override; 40 bool do_lower(const std::vector<InstructionBlock> &ir) override ;
|
| H A D | sfn_instruction_lds.h | 11 void replace_values(const ValueSet& candidates, PValue new_value) override; 17 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 18 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 21 void do_print(std::ostream& os) const override; 22 bool is_equal_to(const Instruction& lhs) const override; 39 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 40 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 43 void do_print(std::ostream& os) const override; 44 bool is_equal_to(const Instruction& lhs) const override; 64 void replace_values(const ValueSet& candidates, PValue new_value) override; [all...] |
| H A D | sfn_instruction_block.h | 66 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 67 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 70 void do_evalue_liveness(LiverangeEvaluator& eval) const override; 71 bool is_equal_to(const Instruction& lhs) const override; 72 void do_print(std::ostream& os) const override;
|
| H A D | sfn_shader_geometry.h | 40 bool scan_sysvalue_access(nir_instr *instr) override; 41 PValue primitive_id() override {return m_primitive_id;} 45 bool do_allocate_reserved_registers() override; 46 bool emit_intrinsic_instruction_override(nir_intrinsic_instr* instr) override; 57 void do_finalize() override;
|
| H A D | sfn_shader_vertex.h | 42 bool scan_sysvalue_access(nir_instr *instr) override; 44 PValue primitive_id() override {return m_primitive_id;} 54 void do_finalize() override; 58 bool scan_inputs_read(const nir_shader *sh) override; 65 void emit_shader_start() override; 66 bool do_allocate_reserved_registers() override; 67 bool emit_intrinsic_instruction_override(nir_intrinsic_instr* instr) override;
|
| H A D | sfn_instruction_gds.h | 82 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 83 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 87 bool is_equal_to(const Instruction& lhs) const override; 88 void do_print(std::ostream& os) const override; 178 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 179 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 184 bool is_equal_to(const Instruction& lhs) const override; 185 void do_print(std::ostream& os) const override; 211 void replace_values(const ValueSet& candiates, PValue new_value) override; 213 bool accept(InstructionVisitor& visitor) override {retur [all...] |
| H A D | sfn_vertexstageexport.h | 48 void scan_store_output(nir_intrinsic_instr* instr) override; 49 void emit_shader_start() override; 50 bool do_process_outputs(nir_variable *output) override; 69 void finalize_exports() override; 71 bool do_store_output(const store_loc& store_info, nir_intrinsic_instr* instr) override; 96 void finalize_exports() override; 99 bool do_store_output(const store_loc& store_info, nir_intrinsic_instr* instr) override; 108 void finalize_exports() override; 110 bool do_store_output(const store_loc& store_info, nir_intrinsic_instr* instr) override;
|
| H A D | sfn_shaderio.h | 86 void set_lds_pos(int lds_pos) override; 88 int ij_index() const override; 90 bool interpolate() const override; 92 int lds_pos() const override; 101 bool is_varying() const override; 107 void set_specific_ioinfo(r600_shader_io& io) const override; 130 void set_color_ioinfo(UNUSED r600_shader_io& io) const override;
|
| H A D | sfn_value.h | 152 uint32_t sel() const override final; 156 void do_print(std::ostream& os) const override; 157 void do_print(std::ostream& os, const PrintFlags& flags) const override; 158 bool is_equal_to(const Value& other) const override; 168 uint32_t sel() const override final; 170 void do_print(std::ostream& os) const override; 171 bool is_equal_to(const Value& other) const override; 179 uint32_t sel() const override; 184 void do_print(std::ostream& os) const override; 185 bool is_equal_to(const Value& other) const override; [all...] |
| H A D | sfn_shader_fragment.h | 41 bool scan_sysvalue_access(nir_instr *instr) override; 51 void emit_shader_start() override; 52 bool do_allocate_reserved_registers() override; 66 bool emit_intrinsic_instruction_override(nir_intrinsic_instr* instr) override; 67 void do_finalize() override;
|
| H A D | sfn_value_gpr.h | 53 uint32_t sel() const override final; 59 void set_pin_to_channel() override { m_pin_to_channel = true;} 63 void do_print(std::ostream& os) const override; 64 void do_print(std::ostream& os, const PrintFlags& flags) const override; 65 bool is_equal_to(const Value& other) const override; 92 uint32_t sel() const override final; 112 void do_print(std::ostream& os) const override; 113 bool is_equal_to(const Value& other) const override; 128 uint32_t sel() const override; 142 void do_print(std::ostream& os) const override; [all...] |
| H A D | sfn_nir_lower_alu.cpp | 8 bool filter(const nir_instr *instr) const override; 9 nir_ssa_def *lower(nir_instr *instr) override; 50 bool filter(const nir_instr *instr) const override; 51 nir_ssa_def *lower(nir_instr *instr) override;
|
| H A D | sfn_instruction_alu.h | 119 void replace_values(const ValueSet& candidates, PValue new_value) override; 121 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 122 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 126 bool is_equal_to(const Instruction& lhs) const override; 127 void do_print(std::ostream& os) const override;
|
| H A D | sfn_instruction_tex.h | 84 void replace_values(const ValueSet& candidates, PValue new_value) override; 116 bool accept(InstructionVisitor& visitor) override {return visitor.visit(*this);} 117 bool accept(ConstInstructionVisitor& visitor) const override {return visitor.visit(*this);} 120 bool is_equal_to(const Instruction& lhs) const override; 121 void do_print(std::ostream& os) const override;
|
| /xsrc/external/mit/MesaLib/dist/src/intel/ds/ |
| H A D | intel_pps_driver.h | 46 uint64_t get_min_sampling_period_ns() override; 47 bool init_perfcnt() override; 48 void enable_counter(uint32_t counter_id) override; 49 void enable_all_counters() override; 50 void enable_perfcnt(uint64_t sampling_period_ns) override; 51 void disable_perfcnt() override; 52 bool dump_perfcnt() override; 53 uint64_t next() override;
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/ds/ |
| H A D | pan_pps_driver.h | 36 uint64_t get_min_sampling_period_ns() override; 37 bool init_perfcnt() override; 38 void enable_counter(uint32_t counter_id) override; 39 void enable_all_counters() override; 40 void enable_perfcnt(uint64_t sampling_period_ns) override; 41 void disable_perfcnt() override; 42 bool dump_perfcnt() override; 43 uint64_t next() override;
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ds/ |
| H A D | fd_pps_driver.h | 23 uint64_t get_min_sampling_period_ns() override; 24 bool init_perfcnt() override; 25 void enable_counter(uint32_t counter_id) override; 26 void enable_all_counters() override; 27 void enable_perfcnt(uint64_t sampling_period_ns) override; 28 void disable_perfcnt() override; 29 bool dump_perfcnt() override; 30 uint64_t next() override;
|
| /xsrc/external/mit/MesaLib/dist/src/tool/pps/ |
| H A D | pps_datasource.h | 34 void OnSetup(const SetupArgs &args) override; 35 void OnStart(const StartArgs &args) override; 36 void OnStop(const StopArgs &args) override;
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| H A D | gtest-param-util.h | 210 ~RangeGenerator() override {} 212 ParamIteratorInterface<T>* Begin() const override { 215 ParamIteratorInterface<T>* End() const override { 225 ~Iterator() override {} 227 const ParamGeneratorInterface<T>* BaseGenerator() const override { 230 void Advance() override { 234 ParamIteratorInterface<T>* Clone() const override { 237 const T* Current() const override { return &value_; } 238 bool Equals(const ParamIteratorInterface<T>& other) const override { 295 ~ValuesInIteratorRangeGenerator() override {} 782 ~IteratorImpl() override {} class in class:testing::internal::CartesianProductGenerator [all...] |