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, Elements(dcl.values))); in emit_decl()
391 svga_shader_emit_dwords( emit, dcl.values, Elements(dcl.values))); in vs30_input()
490 svga_shader_emit_dwords( emit, dcl.values, Elements(dcl.values))); in vs30_output()
511 svga_shader_emit_dwords( emit, dcl.values, Elements(dcl.values))); in ps30_sampler()
Dsvga_tgsi.c106 boolean svga_shader_emit_dwords( struct svga_shader_emitter *emit, in svga_shader_emit_dwords() function
Dsvga_tgsi_emit.h135 boolean svga_shader_emit_dwords( struct svga_shader_emitter *emit,
Dsvga_tgsi_insn.c617 !svga_shader_emit_dwords( emit, def.values, Elements(def.values))) in emit_def_const()