Searched refs:emit_store (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_geometry.h54 bool emit_store(nir_intrinsic_instr* instr);
H A Dsfn_shader_geometry.cpp54 bool GeometryShaderFromNir::emit_store(nir_intrinsic_instr* instr) function in class:r600::GeometryShaderFromNir
274 return emit_store(instr);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/tnl/
H A Dt_vertex_sse.c260 static void emit_store( struct x86_program *p, function in typeref:typename:void
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...]
/xsrc/external/mit/MesaLib/dist/src/mesa/tnl/
H A Dt_vertex_sse.c260 static void emit_store( struct x86_program *p, function in typeref:typename:void
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...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c330 bld_base->emit_store(bld_base, inst, info, 0, emit_data.output);
332 bld_base->emit_store(bld_base, inst, info, 1, emit_data.output1);
H A Dlp_bld_tgsi.h370 void (*emit_store)(struct lp_build_tgsi_context *, member in struct:lp_build_tgsi_context
H A Dlp_bld_tgsi_soa.c1970 emit_store( function in typeref:typename:void
3915 bld.bld_base.emit_store = emit_store;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/gallivm/
H A Dlp_bld_tgsi.c330 bld_base->emit_store(bld_base, inst, info, 0, emit_data.output);
332 bld_base->emit_store(bld_base, inst, info, 1, emit_data.output1);
H A Dlp_bld_tgsi.h383 void (*emit_store)(struct lp_build_tgsi_context *, member in struct:lp_build_tgsi_context
H A Dlp_bld_tgsi_soa.c1949 emit_store( function in typeref:typename:void
4487 bld.bld_base.emit_store = emit_store;
/xsrc/external/mit/MesaLib/dist/src/compiler/nir/
H A Dnir_lower_io.c393 emit_store(struct lower_io_state *state, nir_ssa_def *data, function in typeref:typename:void
484 emit_store(state, data32, array_index, var, offset,
499 emit_store(state, b32_val, array_index, var, offset,
504 emit_store(state, intrin->src[1].ssa, array_index, var, offset,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_shader_tgsi_setup.c785 bld_base->emit_store(bld_base, inst, info, index, values);
1082 ctx->bld_base.emit_store = si_llvm_emit_store;
H A Dsi_shader.c5965 bld_base->emit_store = store_output_tcs;
/xsrc/external/mit/MesaLib/dist/src/microsoft/compiler/
H A Ddxil_module.c3204 emit_store(struct dxil_module *m, struct dxil_instr *instr) function in typeref:typename:bool
3298 return emit_store(m, instr);

Completed in 95 milliseconds