Searched refs:IS_VS (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_shader.c526 #define IS_VS (tx->processor == PIPE_SHADER_VERTEX) macro
991 assert(!param->rel || (IS_VS && param->file == D3DSPR_CONST) ||
1002 if (IS_VS) {
1025 if (IS_VS) {
1088 if (!IS_VS && tx->version.major < 2) {
1277 if (tx->version.major < 2 && !IS_VS) {
1282 if (!IS_VS && tx->insn.opcode == D3DSIO_TEXKILL) { /* maybe others, too */
1333 if (!IS_VS && tx->version.major < 3 && param->idx == 0) {
1341 if (IS_VS && tx->version.major < 3)
1420 if (IS_VS) {
[all...]
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_shader.c527 #define IS_VS (tx->processor == PIPE_SHADER_VERTEX) macro
1012 assert(!param->rel || (IS_VS && param->file == D3DSPR_CONST) ||
1023 if (IS_VS) {
1046 if (IS_VS) {
1109 if (!IS_VS && tx->version.major < 2) {
1298 if (tx->version.major < 2 && !IS_VS) {
1303 if (!IS_VS && tx->insn.opcode == D3DSIO_TEXKILL) { /* maybe others, too */
1354 if (!IS_VS && tx->version.major < 3 && param->idx == 0) {
1362 if (IS_VS && tx->version.major < 3)
1441 if (IS_VS) {
[all...]
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D19.1.0.rst671 - st/nine: Make swvp_on imply IS_VS

Completed in 15 milliseconds