Home
last modified time | relevance | path

Searched refs:svga_shader_emit_dwords (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_decl_sm30.c121 svga_shader_emit_dwords( emit, dcl.values, ARRAY_SIZE(dcl.values))); in emit_decl()
413 svga_shader_emit_dwords( emit, dcl.values, ARRAY_SIZE(dcl.values))); in vs30_input()
512 svga_shader_emit_dwords( emit, dcl.values, ARRAY_SIZE(dcl.values))); in vs30_output()
552 svga_shader_emit_dwords( emit, dcl.values, ARRAY_SIZE(dcl.values))); in ps30_sampler()
Dsvga_tgsi.c105 svga_shader_emit_dwords(struct svga_shader_emitter * emit, in svga_shader_emit_dwords() function
Dsvga_tgsi_emit.h149 svga_shader_emit_dwords(struct svga_shader_emitter *emit,
Dsvga_tgsi_insn.c770 !svga_shader_emit_dwords( emit, def.values, ARRAY_SIZE(def.values))) in emit_def_const()