Home
last modified time | relevance | path

Searched refs:D3DSPR_CONST (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/frontends/nine/
Dnine_shader.c170 [D3DSPR_CONST] = 'c',
992 assert(!param->rel || (IS_VS && param->file == D3DSPR_CONST) || in tx_src_param()
1081 case D3DSPR_CONST: in tx_src_param()
3344 case D3DSPR_CONST2: src->file = D3DSPR_CONST; src->idx += 2048; break; in sm1_parse_src_param()
3345 case D3DSPR_CONST3: src->file = D3DSPR_CONST; src->idx += 4096; break; in sm1_parse_src_param()
3346 case D3DSPR_CONST4: src->file = D3DSPR_CONST; src->idx += 6144; break; in sm1_parse_src_param()
/external/mesa3d/include/D3D9/
Dd3d9types.h1051 D3DSPR_CONST = 2, enumerator