Searched defs:emit_store (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_sse.c260 static void emit_store( struct x86_program *p, function
417 emit_store(p, dest, 1, temp);
423 emit_store(p, dest, 2, temp);
432 emit_store(p, dest, 3, temp);
438 emit_store(p, dest, 2, temp);
441 emit_store(p, x86_make_disp(dest,8), 1, temp);
452 emit_store(p, dest, 4, temp);
460 emit_store(p, dest, 2, temp);
468 emit_store(p, dest, 3, temp);
476 emit_store(
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.h317 void (*emit_store)(struct lp_build_tgsi_context *, member in struct:lp_build_tgsi_context
H A Dlp_bld_tgsi_soa.c1113 emit_store( function
2095 bld.bld_base.emit_store = emit_store;
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ppc.c486 emit_store(struct gen_context *gen, function
573 emit_store(gen, v1, inst, chan_index, FALSE);
618 emit_store(gen, v1, inst, chan_index, TRUE); /* store v0 */
664 emit_store(gen, v2, inst, chan, TRUE);
700 emit_store(gen, v3, inst, chan, TRUE);
756 emit_store(gen, v2, inst, chan, TRUE);
796 emit_store(gen, v2, inst, chan_index, FALSE); /* store v2, free v2 later */
831 emit_store(gen, one_vec, inst, TGSI_CHAN_X, FALSE);
846 emit_store(gen, x_vec, inst, TGSI_CHAN_Y, FALSE);
877 emit_store(ge
[all...]
/external/mesa3d/src/gallium/drivers/radeon/
H A Dradeon_setup_tgsi_llvm.c270 emit_store( function
296 bld_base->emit_store(bld_base, inst, info, values);
1038 bld_base->emit_store = emit_store;
/external/v8/src/ast/
H A Dast.cc312 void ObjectLiteral::Property::set_emit_store(bool emit_store) { argument
313 emit_store_ = emit_store;
317 bool ObjectLiteral::Property::emit_store() { function in class:v8::internal::ObjectLiteral::Property
344 if (property->emit_store()) {
352 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {
359 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {
364 if (property->emit_store() && FunctionLiteral::NeedsHomeObject(value)) {

Completed in 282 milliseconds