Home
last modified time | relevance | path

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

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