Searched defs:max_version (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader_sm1.c209 DWORD max_version; member in struct:wined3d_sm1_opcode_info
428 && (!opcode_table[i].max_version || shader_version <= opcode_table[i].max_version))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader_sm1.c209 DWORD max_version; member in struct:wined3d_sm1_opcode_info
424 && (!opcode_table[i].max_version || shader_version <= opcode_table[i].max_version))
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c1652 enum wined3d_shader_type type, unsigned int max_version)
1698 if (reg_maps->shader_version.major > max_version)
1944 void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version)
1956 WINED3D_SHADER_TYPE_VERTEX, max_version);
2019 void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version)
2025 WINED3D_SHADER_TYPE_GEOMETRY, max_version);
2291 void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version)
2302 WINED3D_SHADER_TYPE_PIXEL, max_version);
2389 const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version)
2401 hr = geometryshader_init(object, device, byte_code, output_signature, parent, parent_ops, max_version);
1650 shader_set_function(struct wined3d_shader *shader, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, DWORD float_const_count, enum wined3d_shader_type type, unsigned int max_version) argument
1942 vertexshader_init(struct wined3d_shader *shader, struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version) argument
2017 geometryshader_init(struct wined3d_shader *shader, struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version) argument
2289 pixelshader_init(struct wined3d_shader *shader, struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, unsigned int max_version) argument
2387 wined3d_shader_create_gs(struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version) argument
2415 wined3d_shader_create_ps(struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version) argument
2447 wined3d_shader_create_vs(struct wined3d_device *device, const DWORD *byte_code, const struct wined3d_shader_signature *output_signature, void *parent, const struct wined3d_parent_ops *parent_ops, struct wined3d_shader **shader, unsigned int max_version) argument
[all...]
H A Dshader_sm1.c209 DWORD max_version; member in struct:wined3d_sm1_opcode_info
431 && (!opcode_table[i].max_version || shader_version <= opcode_table[i].max_version))

Completed in 96 milliseconds