Home | History | Annotate | Download | only in nine

Lines Matching refs:PIPE_BIND_RENDER_TARGET

299     if (Usage & D3DUSAGE_RENDERTARGET) bind |= PIPE_BIND_RENDER_TARGET;
307 if (CheckFormat == D3DFMT_NULL && bind == PIPE_BIND_RENDER_TARGET &&
313 if (CheckFormat == D3DFMT_RESZ && bind == PIPE_BIND_RENDER_TARGET &&
348 bind |= PIPE_BIND_RENDER_TARGET; /* A current requirement of our impl, which we should get rid of. */
405 bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET;