Searched refs:D3DXPT_VOID (Results 1 – 6 of 6) sorted by relevance
/reactos/modules/rostests/winetests/d3dx9_36/ |
H A D | shader.c | 4564 {"sf", {"sf", D3DXRS_FLOAT4, 0, 2, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 1, 2, 16, NULL}, 93}, 4611 {"sn", {"sn", D3DXRS_INT4, 0, 4, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 1, 2, 16, NULL}, 120}, 4658 {"sb", {"sb", D3DXRS_BOOL, 0, 4, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 1, 2, 16, NULL}, 51}, 4752 {"sbf", {"sbf", D3DXRS_FLOAT4, 4, 2, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 1, 2, 16, NULL}, 66}, 4974 {"sab", {"sab", D3DXRS_BOOL, 0, 8, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 2, 2, 32, NULL}, 51}, 4975 {"sab[0]", {"sab", D3DXRS_BOOL, 0, 4, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 1, 2, 16, NULL}, 51}, 4978 {"sab[1]", {"sab", D3DXRS_BOOL, 4, 4, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 1, 2, 16, NULL}, 55}, 5267 {"ssn", {"ssn", D3DXRS_INT4, 0, 6, D3DXPC_STRUCT, D3DXPT_VOID, 1, 6, 1, 3, 24, NULL}, 183}, 5269 {"ssn.s", {"s", D3DXRS_INT4, 1, 2, D3DXPC_STRUCT, D3DXPT_VOID, 1, 4, 1, 2, 16, NULL}, 187}, 5327 {"ssb", {"ssb", D3DXRS_BOOL, 0, 6, D3DXPC_STRUCT, D3DXPT_VOID, 1, 6, 1, 3, 24, NULL}, 63}, [all …]
|
/reactos/dll/directx/wine/d3dx9_36/ |
H A D | d3dx9_private.h | 150 case D3DXPT_VOID: in get_bool() 166 case D3DXPT_VOID: in get_int() 182 case D3DXPT_VOID: in get_float()
|
H A D | util.c | 257 WINE_D3DX_TO_STR(D3DXPT_VOID); in debug_d3dxparameter_type()
|
H A D | preshader.c | 717 && !(param->type == D3DXPT_VOID && param->class == D3DXPC_STRUCT)) in merge_const_set_entries()
|
H A D | effect.c | 918 case D3DXPT_VOID: in set_value() 2472 case D3DXPT_VOID: in d3dx_effect_GetValue()
|
/reactos/sdk/include/dxsdk/ |
H A D | d3dx9shader.h | 73 D3DXPT_VOID, enumerator
|