Searched defs:constf_size (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dshader.c448 struct wined3d_shader_signature_element *output_signature, const DWORD *byte_code, DWORD constf_size)
469 sizeof(*reg_maps->constf) * ((constf_size + 31) / 32));
446 shader_get_registers_used(IWineD3DBaseShader *iface, const struct wined3d_shader_frontend *fe, struct shader_reg_maps *reg_maps, struct wined3d_shader_signature_element *input_signature, struct wined3d_shader_signature_element *output_signature, const DWORD *byte_code, DWORD constf_size) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dshader.c448 struct wined3d_shader_signature_element *output_signature, const DWORD *byte_code, DWORD constf_size)
469 sizeof(*reg_maps->constf) * ((constf_size + 31) / 32));
446 shader_get_registers_used(IWineD3DBaseShader *iface, const struct wined3d_shader_frontend *fe, struct shader_reg_maps *reg_maps, struct wined3d_shader_signature_element *input_signature, struct wined3d_shader_signature_element *output_signature, const DWORD *byte_code, DWORD constf_size) argument
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/
H A Dshader.c504 struct wined3d_shader_signature_element *output_signature, const DWORD *byte_code, DWORD constf_size)
518 sizeof(*reg_maps->constf) * ((constf_size + 31) / 32));
502 shader_get_registers_used(struct wined3d_shader *shader, const struct wined3d_shader_frontend *fe, struct wined3d_shader_reg_maps *reg_maps, struct wined3d_shader_signature_element *input_signature, struct wined3d_shader_signature_element *output_signature, const DWORD *byte_code, DWORD constf_size) argument

Completed in 52 milliseconds