| /xsrc/external/mit/MesaLib.old/dist/src/util/tests/set/ |
| set_test.cpp | 57 TEST(set, clone) 78 struct set *clone = _mesa_set_clone(s, NULL); local 79 EXPECT_EQ(clone->entries, 2); 81 EXPECT_TRUE(_mesa_set_search(clone, a)); 82 EXPECT_TRUE(_mesa_set_search(clone, b)); 83 EXPECT_FALSE(_mesa_set_search(clone, c)); 86 _mesa_set_destroy(clone, NULL);
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/ |
| ir3_lower_spill.c | 60 struct ir3_instruction *clone = ir3_instr_clone(spill); local 61 ir3_instr_move_before(clone, spill); 63 clone->srcs[1]->wrmask = MASK(components); 64 if (clone->srcs[1]->flags & IR3_REG_ARRAY) { 65 clone->srcs[1]->num = clone->srcs[1]->array.base + comp; 66 clone->srcs[1]->flags &= ~IR3_REG_ARRAY; 69 clone->srcs[2]->uim_val = components; 70 clone->cat6.dst_offset += 95 struct ir3_instruction *clone = ir3_instr_clone(reload) local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/compiler/nir/ |
| nir_opt_rematerialize_compares.c | 136 nir_alu_instr *clone = nir_alu_instr_clone(shader, alu); local 138 nir_instr_insert_before(use_instr, &clone->instr); 145 nir_src_for_ssa(&clone->dest.dest.ssa)); 163 nir_alu_instr *clone = nir_alu_instr_clone(shader, alu); local 165 nir_instr_insert_after_block(prev_block, &clone->instr); 168 nir_src_for_ssa(&clone->dest.dest.ssa));
|
| nir_lower_shader_calls.c | 215 nir_instr *clone = nir_instr_clone(b->shader, def->parent_instr); local 216 nir_builder_instr_insert(b, clone); 217 return nir_instr_ssa_def(clone); 680 nir_cf_list clone; local 681 nir_cf_list_clone(&clone, &cf_list, &loop->cf_node, NULL); 683 /* Insert the clone in the else and the original in the then so that 687 nir_cf_reinsert(&clone, nir_before_cf_list(&_if->else_list));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/clover/util/ |
| lazy.hpp | 40 clone() const = 0; 54 clone() const { function in class:clover::detail::deferred_lazy 80 clone() const { function in class:clover::detail::strict_lazy 132 lazy(const lazy &other) : obj(obj->clone()) {
|
| /xsrc/external/mit/MesaLib/dist/src/util/tests/set/ |
| set_test.cpp | 78 TEST(set, clone) 99 struct set *clone = _mesa_set_clone(s, NULL); local 100 EXPECT_EQ(clone->entries, 2); 102 EXPECT_TRUE(_mesa_set_search(clone, a)); 103 EXPECT_TRUE(_mesa_set_search(clone, b)); 104 EXPECT_FALSE(_mesa_set_search(clone, c)); 107 _mesa_set_destroy(clone, NULL);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/ |
| lazy.hpp | 40 clone() const = 0; 54 clone() const { function in class:clover::detail::deferred_lazy 80 clone() const { function in class:clover::detail::strict_lazy 132 lazy(const lazy &other) : obj(obj->clone()) {
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| ir_clone.cpp | 31 ir_rvalue::clone(void *mem_ctx, struct hash_table *) const function in class:ir_rvalue 41 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_variable 63 var->constant_value = this->constant_value->clone(mem_ctx, ht); 67 this->constant_initializer->clone(mem_ctx, ht); 78 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_swizzle 80 return new(mem_ctx) ir_swizzle(this->val->clone(mem_ctx, ht), this->mask); 84 ir_return::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_return 89 new_value = this->value->clone(mem_ctx, ht); 95 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_discard 100 new_condition = this->condition->clone(mem_ctx, ht) 106 ir_demote::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_demote 112 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_loop_jump 120 ir_if::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_if 136 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_loop 148 ir_call::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_call 164 ir_expression::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_expression 178 ir_dereference_variable::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_dereference_variable 193 ir_dereference_array::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_dereference_array 201 ir_dereference_record::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_dereference_record 211 ir_texture::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_texture 259 ir_assignment::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_assignment 275 ir_function::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_function 300 ir_function_signature::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_function_signature 339 ir_constant::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_constant [all...] |
| opt_copy_propagation_elements.cpp | 81 copy_propagation_state* clone() function in class:__anon736::copy_propagation_state 552 this->state = orig_state->clone(); 603 this->state = orig_state->clone();
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/svgadump/ |
| svga_dump.py | 56 def clone(self): member in class:decl_dumper_t 95 def clone(self): member in class:type_dumper_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/ |
| ir_clone.cpp | 31 ir_rvalue::clone(void *mem_ctx, struct hash_table *) const function in class:ir_rvalue 41 ir_variable::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_variable 63 var->constant_value = this->constant_value->clone(mem_ctx, ht); 67 this->constant_initializer->clone(mem_ctx, ht); 78 ir_swizzle::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_swizzle 80 return new(mem_ctx) ir_swizzle(this->val->clone(mem_ctx, ht), this->mask); 84 ir_return::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_return 89 new_value = this->value->clone(mem_ctx, ht); 95 ir_discard::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_discard 100 new_condition = this->condition->clone(mem_ctx, ht) 106 ir_loop_jump::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_loop_jump 114 ir_if::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_if 130 ir_loop::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_loop 142 ir_call::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_call 158 ir_expression::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_expression 172 ir_dereference_variable::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_dereference_variable 187 ir_dereference_array::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_dereference_array 195 ir_dereference_record::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_dereference_record 205 ir_texture::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_texture 253 ir_assignment::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_assignment 269 ir_function::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_function 294 ir_function_signature::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_function_signature 333 ir_constant::clone(void *mem_ctx, struct hash_table *ht) const function in class:ir_constant [all...] |
| opt_copy_propagation_elements.cpp | 81 copy_propagation_state* clone() function in class:__anon3371::copy_propagation_state 552 this->state = orig_state->clone(); 603 this->state = orig_state->clone();
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/svgadump/ |
| svga_dump.py | 56 def clone(self): member in class:decl_dumper_t 95 def clone(self): member in class:type_dumper_t
|
| /xsrc/external/mit/MesaLib.old/dist/src/util/ |
| set.c | 140 struct set *clone; local 142 clone = ralloc(dst_mem_ctx, struct set); 143 if (clone == NULL) 146 memcpy(clone, set, sizeof(struct set)); 148 clone->table = ralloc_array(clone, struct set_entry, clone->size); 149 if (clone->table == NULL) { 150 ralloc_free(clone); 154 memcpy(clone->table, set->table, clone->size * sizeof(struct set_entry)) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_bb.cpp | 95 BasicBlock::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::BasicBlock 102 bb->insertTail(i->clone(pol));
|
| nv50_ir.cpp | 257 LValue::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::LValue 294 Symbol::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::Symbol 368 ImmediateValue::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::ImmediateValue 748 Instruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::Instruction 931 TexInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::TexInstruction 936 Instruction::clone(pol, tex); 1118 CmpInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::CmpInstruction 1123 Instruction::clone(pol, cmp); 1148 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::FlowInstruction 1153 Instruction::clone(pol, flow) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/ |
| set.c | 183 struct set *clone; local 185 clone = ralloc(dst_mem_ctx, struct set); 186 if (clone == NULL) 189 memcpy(clone, set, sizeof(struct set)); 191 clone->table = ralloc_array(clone, struct set_entry, clone->size); 192 if (clone->table == NULL) { 193 ralloc_free(clone); 197 memcpy(clone->table, set->table, clone->size * sizeof(struct set_entry)) [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_bb.cpp | 95 BasicBlock::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::BasicBlock 102 bb->insertTail(i->clone(pol));
|
| nv50_ir.cpp | 258 LValue::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::LValue 293 Symbol::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::Symbol 367 ImmediateValue::clone(ClonePolicy<Function>& pol) const function in class:nv50_ir::ImmediateValue 744 Instruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::Instruction 929 TexInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::TexInstruction 934 Instruction::clone(pol, tex); 1054 CmpInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::CmpInstruction 1059 Instruction::clone(pol, cmp); 1084 FlowInstruction::clone(ClonePolicy<Function>& pol, Instruction *i) const function in class:nv50_ir::FlowInstruction 1089 Instruction::clone(pol, flow) [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sb/ |
| sb_shader.cpp | 481 alu_node* shader::clone(alu_node* n) { function in class:r600_sb::shader
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/sb/ |
| sb_shader.cpp | 481 alu_node* shader::clone(alu_node* n) { function in class:r600_sb::shader
|
| /xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/ |
| gtest-param-util.h | 105 virtual ParamIteratorInterface* Clone() const = 0; 128 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} 131 impl_.reset(other.impl_->Clone()); 144 ParamIteratorInterface<T>* clone = impl_->Clone(); local 146 return ParamIterator(clone); 234 ParamIteratorInterface<T>* Clone() const override { 321 ParamIteratorInterface<T>* Clone() const override { 797 ParamIteratorInterface<ParamType>* Clone() const override {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gtest/include/gtest/internal/ |
| gtest-param-util.h | 107 virtual ParamIteratorInterface* Clone() const = 0; 130 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} 133 impl_.reset(other.impl_->Clone()); 146 ParamIteratorInterface<T>* clone = impl_->Clone(); local 148 return ParamIterator(clone); 236 virtual ParamIteratorInterface<T>* Clone() const { 323 virtual ParamIteratorInterface<T>* Clone() const {
|
| /xsrc/external/mit/xf86-video-ati/dist/src/ |
| radeon_output.c | 2948 xf86OutputPtr clone = config->output[o]; local 2949 RADEONOutputPrivatePtr radeon_clone = clone->driver_private; 2951 if (output == clone) /* don't clone yourself */ 3205 /* we can clone the DACs, and probably TV-out,
|
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/modes/ |
| xf86RandR12.c | 1485 xf86OutputPtr clone = config->output[l]; local 1488 clones[nclone++] = clone->randr_output;
|