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.c96 This->resource = nine_resource_create_with_retry(This->base.device, screen, &This->info); in NineResource9_ctor()
Dswapchain9.c366 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize()
400 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize()
424 resource = nine_resource_create_with_retry(pDevice, This->screen, &tmplt); in NineSwapChain9_Resize()
609 *resource = nine_resource_create_with_retry(This->base.device, This->screen, &tmplt); in create_present_buffer()
Dbuffer9.c388 … struct pipe_resource *new_res = nine_resource_create_with_retry(device, screen, &This->base.info); in NineBuffer9_Lock()
Dbasetexture9.c449 res = nine_resource_create_with_retry(This->base.base.device, screen, &templ); in NineBaseTexture9_CreatePipeResource()
Ddevice9.h202 nine_resource_create_with_retry( struct NineDevice9 *This,
Ddevice9.c87 nine_resource_create_with_retry( struct NineDevice9 *This, in nine_resource_create_with_retry() function