Searched refs:clone (Results 1 - 25 of 158) sorted by relevance

1234567

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dir_clone.cpp31 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_ct
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...]
H A Dlower_subroutine.cpp68 new_return_ref = call->return_deref->clone(mem_ctx, NULL);
73 new_parameters.push_tail(ir->clone(mem_ctx, NULL));
105 var = ir->array_idx->clone(mem_ctx, NULL);
H A Dlower_cs_derived.cpp170 add(mul(gl_WorkGroupID, gl_WorkGroupSize->clone(shader, NULL)),
193 mul(mul(swizzle_z(gl_LocalInvocationID), swizzle_x(gl_WorkGroupSize->clone(shader, NULL))),
194 swizzle_y(gl_WorkGroupSize->clone(shader, NULL)));
196 mul(swizzle_y(gl_LocalInvocationID), swizzle_x(gl_WorkGroupSize->clone(shader, NULL)));
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dir_clone.cpp31 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_ct
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...]
H A Dlower_subroutine.cpp68 new_return_ref = call->return_deref->clone(mem_ctx, NULL);
73 new_parameters.push_tail(ir->clone(mem_ctx, NULL));
105 var = ir->array_idx->clone(mem_ctx, NULL);
H A Dlower_cs_derived.cpp170 add(mul(gl_WorkGroupID, gl_WorkGroupSize->clone(shader, NULL)),
193 mul(mul(swizzle_z(gl_LocalInvocationID), swizzle_x(gl_WorkGroupSize->clone(shader, NULL))),
194 swizzle_y(gl_WorkGroupSize->clone(shader, NULL)));
196 mul(swizzle_y(gl_LocalInvocationID), swizzle_x(gl_WorkGroupSize->clone(shader, NULL)));
/xsrc/external/mit/MesaLib/dist/src/freedreno/ir3/
H A Dir3_lower_spill.c60 struct ir3_instruction *clone = ir3_instr_clone(spill); local in function:split_spill
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 local in function:split_reload
[all...]
/xsrc/external/mit/xf86-video-intel-2014/dist/tools/
H A Dvirtual.c86 struct clone *clone; member in struct:display
152 struct clone { struct
153 struct clone *next;
154 struct clone *active;
174 struct clone *clones;
175 struct clone *active;
491 ctx->clones = malloc(sizeof(struct clone));
581 static void clone_update_edid(struct clone *clone) argument
638 clone_update_modes__randr(struct clone * clone) argument
803 clone_update_modes__fixed(struct clone * clone) argument
952 init_image(struct clone * clone) argument
1017 output_init_xfer(struct clone * clone,struct output * output) argument
1077 clone_init_xfer(struct clone * clone) argument
1216 clone_update(struct clone * clone) argument
1325 struct clone *clone; local in function:context_update
1575 struct clone *clone = &ctx->clones[n]; local in function:context_update
1717 clone_output_init(struct clone * clone,struct output * output,struct display * display,const char * name,RROutput rr_output) argument
2009 struct clone *clone; local in function:record_callback
2233 clone_init_depth(struct clone * clone) argument
2297 struct clone *clone = &ctx->clones[n]; local in function:add_display
2529 struct clone *clone = display->clone; local in function:reverse_clone_list
2557 struct clone *clone = add_clone(ctx); local in function:last_display_add_clones__randr
2630 struct clone *clone = add_clone(ctx); local in function:last_display_add_clones__xinerama
2699 struct clone *clone; local in function:last_display_add_clones__display
3130 struct clone *clone = &ctx->clones[i]; local in function:context_cleanup
3371 struct clone *clone; local in function:main
3440 struct clone *clone; local in function:main
3464 struct clone *clone; local in function:main
[all...]
/xsrc/external/mit/xf86-video-intel/dist/tools/
H A Dvirtual.c88 struct clone *clone; member in struct:display
164 struct clone { struct
165 struct clone *next;
166 struct clone *active;
186 struct clone *clones;
187 struct clone *active;
522 ctx->clones = malloc(sizeof(struct clone));
612 static void clone_update_edid(struct clone *clone) argument
669 clone_update_modes__randr(struct clone * clone) argument
834 clone_update_modes__fixed(struct clone * clone) argument
1016 init_image(struct clone * clone) argument
1081 output_init_xfer(struct clone * clone,struct output * output) argument
1141 clone_init_xfer(struct clone * clone) argument
1280 clone_update(struct clone * clone) argument
1439 struct clone *clone; local in function:context_update
1707 struct clone *clone = &ctx->clones[n]; local in function:context_update
1870 clone_output_init(struct clone * clone,struct output * output,struct display * display,const char * name,RROutput rr_output) argument
2178 struct clone *clone; local in function:record_callback
2402 clone_init_depth(struct clone * clone) argument
2468 struct clone *clone = &ctx->clones[n]; local in function:add_display
2704 struct clone *clone = display->clone; local in function:reverse_clone_list
2732 struct clone *clone = add_clone(ctx); local in function:last_display_add_clones__randr
2810 struct clone *clone = add_clone(ctx); local in function:last_display_add_clones__xinerama
2879 struct clone *clone; local in function:last_display_add_clones__display
3313 struct clone *clone = &ctx->clones[i]; local in function:context_cleanup
3630 struct clone *clone; local in function:main
3686 struct clone *clone; local in function:main
3715 struct clone *clone; local in function:main
3739 struct clone *clone; local in function:main
[all...]
/xsrc/external/mit/xfs/dist/config/
H A Dconfig.cpp4 clone-self = on
/xsrc/external/mit/MesaLib.old/dist/src/util/tests/set/
H A Dset_test.cpp57 TEST(set, clone)
78 struct set *clone = _mesa_set_clone(s, NULL); local in function:TEST
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/compiler/nir/
H A Dnir_opt_rematerialize_compares.c136 nir_alu_instr *clone = nir_alu_instr_clone(shader, alu); local in function:nir_opt_rematerialize_compares_impl
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 in function:nir_opt_rematerialize_compares_impl
165 nir_instr_insert_after_block(prev_block, &clone->instr);
168 nir_src_for_ssa(&clone->dest.dest.ssa));
/xsrc/external/mit/MesaLib/dist/.gitlab-ci/container/
H A Dbuild-fossilize.sh5 git clone https://github.com/ValveSoftware/Fossilize.git
H A Dbuild-crosvm.sh14 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/platform2 $PLATFORM2_ROOT
21 git clone --single-branch --no-checkout https://android.googlesource.com/platform/external/minijail $AOSP_EXTERNAL_ROOT/minijail
30 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/third_party/adhd $THIRD_PARTY_ROOT/adhd
37 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/third_party/rust-vmm/vhost $THIRD_PARTY_ROOT/rust-vmm/vhost
43 git clone --single-branch --no-checkout https://chromium.googlesource.com/chromiumos/platform/crosvm /platform/crosvm
H A Dbuild-apitrace.sh7 git clone https://github.com/apitrace/apitrace.git --single-branch --no-checkout /apitrace
H A Dbuild-hang-detection.sh7 git clone https://gitlab.freedesktop.org/mesa/parallel-deqp-runner --single-branch -b master --no-checkout /parallel-deqp-runner
H A Dbuild-va-tools.sh7 git clone \
H A Dbuild-virglrenderer.sh14 git clone https://gitlab.freedesktop.org/virgl/virglrenderer.git --single-branch --no-checkout /virglrenderer
H A Dbuild-gfxreconstruct.sh7 git clone https://github.com/LunarG/gfxreconstruct.git --single-branch -b master --no-checkout /gfxreconstruct
H A Dbuild-piglit.sh5 git clone https://gitlab.freedesktop.org/mesa/piglit.git --single-branch --no-checkout /piglit
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/clover/util/
H A Dlazy.hpp40 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/gallium/frontends/clover/util/
H A Dlazy.hpp40 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/
H A Dset_test.cpp78 TEST(set, clone)
99 struct set *clone = _mesa_set_clone(s, NULL); local in function:TEST
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/dist/bin/
H A Dupdate-android-headers.sh11 git clone --depth 1 https://android.googlesource.com/platform/frameworks/native platform-frameworks-native
12 git clone --depth 1 https://android.googlesource.com/platform/hardware/libhardware platform-hardware-libhardware
13 git clone --depth 1 https://android.googlesource.com/platform/system/core platform-system-core
14 git clone --depth 1 https://android.googlesource.com/platform/system/logging platform-system-logging
15 git clone --depth 1 https://android.googlesource.com/platform/system/unwinding platform-system-unwinding
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dset.c140 struct set *clone; local in function:_mesa_set_clone
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
[all...]

Completed in 20 milliseconds

1234567