Searched defs:sysval_map (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c114 struct sysval_map struct
160 static const struct sysval_map sysval_map[] = variable in typeref:struct:sysval_map
189 for (i = 0; i < sizeof(sysval_map) / sizeof(*sysval_map); ++i)
191 if (sysval == sysval_map[i].sysval)
193 reg->type = sysval_map[i].register_type;
194 reg->idx = sysval_map[i].register_idx;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c114 struct sysval_map struct
160 static const struct sysval_map sysval_map[] = variable in typeref:struct:sysval_map
189 for (i = 0; i < sizeof(sysval_map) / sizeof(*sysval_map); ++i)
191 if (sysval == sysval_map[i].sysval)
193 reg->type = sysval_map[i].register_type;
194 reg->idx = sysval_map[i].register_idx;
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c201 struct sysval_map struct
309 static const struct sysval_map sysval_map[] = variable in typeref:struct:sysval_map
341 for (i = 0; i < sizeof(sysval_map) / sizeof(*sysval_map); ++i)
343 if (sysval == sysval_map[i].sysval)
345 reg->type = sysval_map[i].register_type;
346 reg->idx[0].offset = sysval_map[i].register_idx;

Completed in 36 milliseconds