Searched refs:tc_dim_output (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ | ||
| H A D | nine_ff.c | 65 uint32_t tc_dim_output: 24; /* 8 * 3 bits */ member in struct:nine_ff_vs_key::__anon539b2d70010a::__anon539b2d700208 627 const unsigned dim_output = (key->tc_dim_output >> (i * 3)) & 0x7; 1683 key.tc_dim_output |= dim << (s * 3); |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ | ||
| H A D | nine_ff.c | 65 uint32_t tc_dim_output: 24; /* 8 * 3 bits */ member in struct:nine_ff_vs_key::__anon59f24257010a::__anon59f242570208 629 const unsigned dim_output = (key->tc_dim_output >> (i * 3)) & 0x7; 1688 key.tc_dim_output |= dim << (s * 3); |
Completed in 9 milliseconds