Lines Matching defs:hr
43 HRESULT hr;
49 hr = NineUnknown_ctor(&This->base, pParams);
50 if (FAILED(hr))
51 return hr;
77 hr = nine_translate_shader(device, &info, pipe);
78 if (hr == D3DERR_INVALIDCALL &&
82 hr = nine_translate_shader(device, &info, pipe);
85 if (hr == D3DERR_INVALIDCALL)
87 if (FAILED(hr))
88 return hr;
218 HRESULT hr;
236 hr = nine_translate_shader(This->base.device, &info, pipe);
237 if (FAILED(hr))
260 HRESULT hr;
282 hr = nine_translate_shader(This->base.device, &info, This->base.device->pipe_sw);
283 if (FAILED(hr))