Searched refs:tmplt (Results 1 - 8 of 8) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/trivial/ |
| H A D | tri.c | 131 struct pipe_resource tmplt; local in function:init_prog 132 memset(&tmplt, 0, sizeof(tmplt)); 133 tmplt.target = PIPE_TEXTURE_2D; 134 tmplt.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */ 135 tmplt.width0 = WIDTH; 136 tmplt.height0 = HEIGHT; 137 tmplt.depth0 = 1; 138 tmplt.array_size = 1; 139 tmplt [all...] |
| H A D | quad-tex.c | 140 struct pipe_resource tmplt; local in function:init_prog 141 memset(&tmplt, 0, sizeof(tmplt)); 142 tmplt.target = PIPE_TEXTURE_2D; 143 tmplt.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */ 144 tmplt.width0 = WIDTH; 145 tmplt.height0 = HEIGHT; 146 tmplt.depth0 = 1; 147 tmplt.array_size = 1; 148 tmplt [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/tests/trivial/ |
| H A D | tri.c | 131 struct pipe_resource tmplt; local in function:init_prog 132 memset(&tmplt, 0, sizeof(tmplt)); 133 tmplt.target = PIPE_TEXTURE_2D; 134 tmplt.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */ 135 tmplt.width0 = WIDTH; 136 tmplt.height0 = HEIGHT; 137 tmplt.depth0 = 1; 138 tmplt.array_size = 1; 139 tmplt [all...] |
| H A D | quad-tex.c | 141 struct pipe_resource tmplt; local in function:init_prog 142 memset(&tmplt, 0, sizeof(tmplt)); 143 tmplt.target = PIPE_TEXTURE_2D; 144 tmplt.format = PIPE_FORMAT_B8G8R8A8_UNORM; /* All drivers support this */ 145 tmplt.width0 = WIDTH; 146 tmplt.height0 = HEIGHT; 147 tmplt.depth0 = 1; 148 tmplt.array_size = 1; 149 tmplt [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/ |
| H A D | swapchain9.c | 184 struct pipe_resource *resource, tmplt; local in function:NineSwapChain9_Resize 301 memset(&tmplt, 0, sizeof(tmplt)); 302 tmplt.target = PIPE_TEXTURE_2D; 303 tmplt.width0 = pParams->BackBufferWidth; 304 tmplt.height0 = pParams->BackBufferHeight; 305 tmplt.depth0 = 1; 306 tmplt.last_level = 0; 307 tmplt.array_size = 1; 308 tmplt 592 struct pipe_resource tmplt; local in function:create_present_buffer [all...] |
| H A D | device9.c | 433 struct pipe_resource tmplt; local in function:NineDevice9_ctor 436 memset(&tmplt, 0, sizeof(tmplt)); 439 tmplt.target = PIPE_TEXTURE_2D; 440 tmplt.width0 = 1; 441 tmplt.height0 = 1; 442 tmplt.depth0 = 1; 443 tmplt.last_level = 0; 444 tmplt.array_size = 1; 445 tmplt 843 struct NineSwapChain9 *swapchain, *tmplt = This->swapchains[0]; local in function:NineDevice9_CreateAdditionalSwapChain [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/ |
| H A D | swapchain9.c | 184 struct pipe_resource *resource, tmplt; local in function:NineSwapChain9_Resize 301 memset(&tmplt, 0, sizeof(tmplt)); 302 tmplt.target = PIPE_TEXTURE_2D; 303 tmplt.width0 = pParams->BackBufferWidth; 304 tmplt.height0 = pParams->BackBufferHeight; 305 tmplt.depth0 = 1; 306 tmplt.last_level = 0; 307 tmplt.array_size = 1; 308 tmplt 592 struct pipe_resource tmplt; local in function:create_present_buffer [all...] |
| H A D | device9.c | 504 struct pipe_resource tmplt; local in function:NineDevice9_ctor 507 memset(&tmplt, 0, sizeof(tmplt)); 510 tmplt.target = PIPE_TEXTURE_2D; 511 tmplt.width0 = 1; 512 tmplt.height0 = 1; 513 tmplt.depth0 = 1; 514 tmplt.last_level = 0; 515 tmplt.array_size = 1; 516 tmplt 939 struct NineSwapChain9 *swapchain, *tmplt = This->swapchains[0]; local in function:NineDevice9_CreateAdditionalSwapChain [all...] |
Completed in 12 milliseconds