Searched defs:immconst_type (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm4.c342 enum wined3d_sm4_immconst_type immconst_type = local
346 switch(immconst_type)
349 src_param->reg.immconst_type = WINED3D_IMMCONST_FLOAT;
355 src_param->reg.immconst_type = WINED3D_IMMCONST_FLOAT4;
361 FIXME("Unhandled immediate constant type %#x\n", immconst_type);
H A Dwined3d_private.h615 enum wined3d_immconst_type immconst_type; member in struct:wined3d_shader_register
3220 switch(reg->immconst_type)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm4.c342 enum wined3d_sm4_immconst_type immconst_type = local
346 switch(immconst_type)
349 src_param->reg.immconst_type = WINED3D_IMMCONST_FLOAT;
355 src_param->reg.immconst_type = WINED3D_IMMCONST_FLOAT4;
361 FIXME("Unhandled immediate constant type %#x\n", immconst_type);
H A Dwined3d_private.h604 enum wined3d_immconst_type immconst_type; member in struct:wined3d_shader_register
3179 switch(reg->immconst_type)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader_sm4.c597 enum wined3d_sm4_immconst_type immconst_type = local
600 switch (immconst_type)
603 param->immconst_type = WINED3D_IMMCONST_SCALAR;
609 param->immconst_type = WINED3D_IMMCONST_VEC4;
615 FIXME("Unhandled immediate constant type %#x.\n", immconst_type);
H A Dwined3d_private.h668 enum wined3d_immconst_type immconst_type; member in struct:wined3d_shader_register
2998 return reg->immconst_type == WINED3D_IMMCONST_SCALAR;

Completed in 385 milliseconds