Searched refs:coissue (Results 1 - 18 of 18) sorted by relevance

/vbox/src/VBox/Devices/Graphics/vmsvga/
H A Dsvga3d_shaderdefs.h364 uint32_t coissue : 1; member in struct:__anon14774::__anon14775::__anon14777
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c305 ins->coissue = 0;
H A Dshader_sm1.c603 ins->coissue = opcode_token & WINED3DSI_COISSUE;
H A Dshader.c1352 /* PixWin marks instructions with the coissue flag with a '+' */
1353 if (ins.coissue) TRACE("+");
H A Dwined3d_private.h639 BOOL coissue; member in struct:wined3d_shader_instruction
H A Dglsl_shader.c2721 if (ins->coissue)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c305 ins->coissue = 0;
H A Dshader_sm1.c599 ins->coissue = opcode_token & WINED3DSI_COISSUE;
H A Dshader.c1350 /* PixWin marks instructions with the coissue flag with a '+' */
1351 if (ins.coissue) TRACE("+");
H A Dwined3d_private.h628 BOOL coissue; member in struct:wined3d_shader_instruction
H A Dglsl_shader.c2598 if (ins->coissue)
H A Darb_program_shader.c1520 /* The coissue flag changes the semantic of the cnd instruction in <= 1.3 shaders */
1521 if (shader_version <= WINED3D_SHADER_VERSION(1, 3) && ins->coissue)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c724 ins->coissue = 0;
H A Dshader_sm1.c714 ins->coissue = opcode_token & WINED3DSI_COISSUE;
H A Dshader.c1459 /* PixWin marks instructions with the coissue flag with a '+' */
1460 if (ins.coissue) TRACE("+");
H A Dwined3d_private.h700 BOOL coissue; member in struct:wined3d_shader_instruction
H A Darb_program_shader.c1647 if (shader_version <= WINED3D_SHADER_VERSION(1, 3) && ins->coissue
H A Dglsl_shader.c3018 if (ins->coissue && ins->dst->write_mask != WINED3DSP_WRITEMASK_3)

Completed in 369 milliseconds