Searched refs:svga_shader_emitter_v10 (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c90 struct svga_shader_emitter_v10 struct
236 emit_post_helpers(struct svga_shader_emitter_v10 *emit);
239 emit_vertex(struct svga_shader_emitter_v10 *emit,
245 expand(struct svga_shader_emitter_v10 *emit)
269 * Create and initialize a new svga_shader_emitter_v10 object.
271 static struct svga_shader_emitter_v10 *
274 struct svga_shader_emitter_v10 *emit = CALLOC(1, sizeof(*emit));
289 * Free an svga_shader_emitter_v10 object.
292 free_emitter(struct svga_shader_emitter_v10 *emit)
300 reserve(struct svga_shader_emitter_v10 *emi
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c185 struct svga_shader_emitter_v10 struct
430 static void emit_tcs_input_declarations(struct svga_shader_emitter_v10 *emit);
431 static void emit_tcs_output_declarations(struct svga_shader_emitter_v10 *emit);
432 static boolean emit_temporaries_declaration(struct svga_shader_emitter_v10 *emit);
433 static boolean emit_constant_declaration(struct svga_shader_emitter_v10 *emit);
434 static boolean emit_sampler_declarations(struct svga_shader_emitter_v10 *emit);
435 static boolean emit_resource_declarations(struct svga_shader_emitter_v10 *emit);
436 static boolean emit_vgpu10_immediates_block(struct svga_shader_emitter_v10 *emit);
437 static boolean emit_index_range_declaration(struct svga_shader_emitter_v10 *emit);
438 static void emit_temp_prescale_instructions(struct svga_shader_emitter_v10 *emi
[all...]

Completed in 10 milliseconds