Home
last modified time | relevance | path

Searched refs:add_constF (Results 1 – 3 of 3) sorted by relevance

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dd3dcompiler_private.h227 BOOL add_constF(struct bwriter_shader *shader, DWORD reg, float x, float y, float z, float w) DECLS…
H A Dasmparser.c78 if(!add_constF(This->shader, reg, x, y, z, w)) { in asmparser_constF()
H A Dbytecodewriter.c106 BOOL add_constF(struct bwriter_shader *shader, DWORD reg, float x, float y, float z, float w) { in add_constF() function