Lines Matching defs:hr
41 HRESULT hr;45 hr = NineUnknown_ctor(&This->base, pParams);46 if (FAILED(hr))47 return hr;71 hr = nine_translate_shader(device, &info, pipe);73 if (FAILED(hr))74 return hr;192 HRESULT hr;223 hr = nine_translate_shader(This->base.device, &info, pipe);224 if (FAILED(hr))