Searched refs:samptex (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dquad-sample.c32 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
222 samptex = screen->resource_create(screen,
224 if (samptex == NULL)
230 samptex,
244 ptr = pipe_transfer_map(ctx, samptex,
258 sv_template.format = samptex->format;
259 sv_template.texture = samptex;
264 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dfs-test.c49 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
307 samptex = screen->resource_create(screen,
309 if (samptex == NULL)
315 samptex,
329 ptr = pipe_transfer_map(ctx, samptex,
343 sv_template.format = samptex->format;
344 sv_template.texture = samptex;
349 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dgs-test.c53 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
397 samptex = screen->resource_create(screen,
399 if (samptex == NULL)
405 samptex,
419 ptr = pipe_transfer_map(ctx, samptex,
433 sv_template.format = samptex->format;
434 sv_template.texture = samptex;
439 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dvs-test.c51 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
295 samptex = screen->resource_create(screen,
297 if (samptex == NULL)
303 samptex,
317 ptr = pipe_transfer_map(ctx, samptex,
331 sv_template.format = samptex->format;
332 sv_template.texture = samptex;
337 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dgraw_util.h259 t = pipe_transfer_map(info->ctx, samptex,
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dquad-sample.c32 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
227 samptex = screen->resource_create(screen,
229 if (samptex == NULL)
235 samptex,
249 ptr = pipe_texture_map(ctx, samptex,
263 sv_template.format = samptex->format;
264 sv_template.texture = samptex;
269 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dfs-test.c49 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
312 samptex = screen->resource_create(screen,
314 if (samptex == NULL)
320 samptex,
334 ptr = pipe_texture_map(ctx, samptex,
348 sv_template.format = samptex->format;
349 sv_template.texture = samptex;
354 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dgs-test.c53 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
402 samptex = screen->resource_create(screen,
404 if (samptex == NULL)
410 samptex,
424 ptr = pipe_texture_map(ctx, samptex,
438 sv_template.format = samptex->format;
439 sv_template.texture = samptex;
444 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dvs-test.c51 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource *
300 samptex = screen->resource_create(screen,
302 if (samptex == NULL)
308 samptex,
322 ptr = pipe_texture_map(ctx, samptex,
336 sv_template.format = samptex->format;
337 sv_template.texture = samptex;
342 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
H A Dgraw_util.h264 t = pipe_texture_map(info->ctx, samptex,

Completed in 10 milliseconds