Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/frontends/nine/
Dresource9.c79 This->resource = nine_resource_create_with_retry(This->base.device, screen, &This->info); in NineResource9_ctor()
Dswapchain9.c352 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize()
386 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize()
410 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize()
595 *resource = nine_resource_create_with_retry(This->base.device, This->screen, &tmplt); in create_present_buffer()
Dbuffer9.c445 … struct pipe_resource *new_res = nine_resource_create_with_retry(device, screen, &This->base.info); in NineBuffer9_Lock()
Dbasetexture9.c427 res = nine_resource_create_with_retry(This->base.base.device, screen, &templ); in NineBaseTexture9_CreatePipeResource()
Ddevice9.h199 nine_resource_create_with_retry( struct NineDevice9 *This,
Ddevice9.c96 nine_resource_create_with_retry( struct NineDevice9 *This, in nine_resource_create_with_retry() function