Searched defs:shader_reg_maps (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_private.h560 typedef struct shader_reg_maps struct
598 } shader_reg_maps; typedef in typeref:struct:shader_reg_maps
604 const struct shader_reg_maps *reg_maps;
3140 shader_reg_maps reg_maps;
3171 unsigned int shader_find_free_input_register(const struct shader_reg_maps *reg_maps, unsigned int max) DECLSPEC_HIDDEN;
3173 const shader_reg_maps *reg_maps, const DWORD *pFunction, void *backend_ctx) DECLSPEC_HIDDEN;
3321 void pixelshader_update_samplers(struct shader_reg_maps *reg_maps,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_private.h549 typedef struct shader_reg_maps struct
587 } shader_reg_maps; typedef in typeref:struct:shader_reg_maps
593 const struct shader_reg_maps *reg_maps;
3105 shader_reg_maps reg_maps;
3136 unsigned int shader_find_free_input_register(const struct shader_reg_maps *reg_maps, unsigned int max) DECLSPEC_HIDDEN;
3138 const shader_reg_maps *reg_maps, const DWORD *pFunction, void *backend_ctx) DECLSPEC_HIDDEN;
3280 void pixelshader_update_samplers(struct shader_reg_maps *reg_maps,

Completed in 64 milliseconds