Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_tgsi_vgpu10.c201 boolean reemit_instruction; /**< reemit current instruction */ member
1333 if (emit->reemit_instruction) { in emit_dst_register()
1345 emit->reemit_instruction = FALSE; in emit_dst_register()
1352 emit->reemit_instruction = TRUE; in emit_dst_register()
1360 if (emit->reemit_instruction) { in emit_dst_register()
1366 emit->reemit_instruction = FALSE; in emit_dst_register()
1375 emit->reemit_instruction = TRUE; in emit_dst_register()
3393 if (emit->reemit_instruction) { in emit_hull_shader_patch_constant_phase()
10667 if (emit->reemit_instruction) { in emit_vgpu10_instructions()