Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/d3dcompiler_43/
H A Dbytecodewriter.c126 newconst = d3dcompiler_alloc(sizeof(*newconst)); in add_constF()
127 if(!newconst) { in add_constF()
131 newconst->regnum = reg; in add_constF()
132 newconst->value[0].f = x; in add_constF()
133 newconst->value[1].f = y; in add_constF()
162 newconst = d3dcompiler_alloc(sizeof(*newconst)); in add_constI()
163 if(!newconst) { in add_constI()
167 newconst->regnum = reg; in add_constI()
198 newconst = d3dcompiler_alloc(sizeof(*newconst)); in add_constB()
199 if(!newconst) { in add_constB()
[all …]