Searched refs:immconst_type (Results 1 - 13 of 13) 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 Dshader.c964 switch (reg->immconst_type)
977 TRACE("<unhandled immconst_type %#x>", reg->immconst_type);
H A Dglsl_shader.c1617 switch (reg->immconst_type)
1630 FIXME("Unhandled immconst type %#x\n", reg->immconst_type);
1631 sprintf(register_name, "<unhandled_immconst_type %#x>", reg->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 Dshader.c964 switch (reg->immconst_type)
977 TRACE("<unhandled immconst_type %#x>", reg->immconst_type);
H A Dglsl_shader.c1592 switch (reg->immconst_type)
1605 FIXME("Unhandled immconst type %#x\n", reg->immconst_type);
1606 sprintf(register_name, "<unhandled_immconst_type %#x>", reg->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 Dshader_sm1.c643 src_param->reg.immconst_type = type;
H A Dshader.c1077 switch (reg->immconst_type)
1126 TRACE("<unhandled immconst_type %#x>", reg->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;
H A Dglsl_shader.c1637 switch (reg->immconst_type)
1689 FIXME("Unhandled immconst type %#x\n", reg->immconst_type);
1690 sprintf(register_name, "<unhandled_immconst_type %#x>", reg->immconst_type);

Completed in 2024 milliseconds