Searched refs:nos (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_program.c1291 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES))
1523 if (tcs && tcs->nos & (1ull << CROCUS_NOS_TEXTURES))
1648 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES))
1786 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES))
1914 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES))
1919 if (ish->nos & (1ull << CROCUS_NOS_LAST_VUE_MAP))
2584 if (ish->nos & (1ull << CROCUS_NOS_TEXTURES))
2736 ish->nos |= (1ull << CROCUS_NOS_TEXTURES);
2740 ish->nos |= (1ull << CROCUS_NOS_RASTERIZER);
2743 ish->nos |
2987 const uint64_t nos = ish ? ish->nos : 0; local in function:bind_shader_state
[all...]
H A Dcrocus_context.h316 unsigned nos; member in struct:crocus_uncompiled_shader
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_program.c75 unsigned nos; member in struct:iris_uncompiled_shader
1115 if (ish->nos & (1ull << IRIS_NOS_LAST_VUE_MAP))
1512 ish->nos |= (1ull << IRIS_NOS_RASTERIZER);
1609 ish->nos |= (1ull << IRIS_NOS_FRAMEBUFFER) |
1617 ish->nos |= (1ull << IRIS_NOS_LAST_VUE_MAP);
1735 const uint64_t nos = ish ? ish->nos : 0; local in function:bind_state
1752 if (nos & (1 << i))
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_program.c2033 if (ish->nos & (1ull << IRIS_NOS_LAST_VUE_MAP))
2588 ish->nos |= (1ull << IRIS_NOS_RASTERIZER);
2622 ish->nos |= (1ull << IRIS_NOS_RASTERIZER);
2637 ish->nos |= (1ull << IRIS_NOS_RASTERIZER);
2644 ish->nos |= (1ull << IRIS_NOS_FRAMEBUFFER) |
2651 ish->nos |= (1ull << IRIS_NOS_LAST_VUE_MAP);
2770 const uint64_t nos = ish ? ish->nos : 0; local in function:bind_shader_state
2787 if (nos & (1 << i))
H A Diris_context.h401 unsigned nos; member in struct:iris_uncompiled_shader

Completed in 16 milliseconds