HomeSort by relevance Sort by last modified time
    Searched refs:samptex (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
quad-sample.c 32 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
223 samptex = screen->resource_create(screen,
225 if (samptex == NULL)
231 samptex,
245 t = pipe_get_transfer(ctx, samptex,
263 sv_template.format = samptex->format;
264 sv_template.texture = samptex;
269 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
fs-test.c 51 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
350 samptex = screen->resource_create(screen,
352 if (samptex == NULL)
358 samptex,
372 t = pipe_get_transfer(ctx, samptex,
390 sv_template.format = samptex->format;
391 sv_template.texture = samptex;
396 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
gs-test.c 53 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
414 samptex = screen->resource_create(screen,
416 if (samptex == NULL)
422 samptex,
436 t = pipe_get_transfer(ctx, samptex,
454 sv_template.format = samptex->format;
455 sv_template.texture = samptex;
460 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
vs-test.c 51 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
301 samptex = screen->resource_create(screen,
303 if (samptex == NULL)
309 samptex,
323 t = pipe_get_transfer(ctx, samptex,
341 sv_template.format = samptex->format;
342 sv_template.texture = samptex;
347 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
graw_util.h 262 t = pipe_get_transfer(info->ctx, samptex,
  /external/mesa3d/src/gallium/tests/graw/
quad-sample.c 32 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
223 samptex = screen->resource_create(screen,
225 if (samptex == NULL)
231 samptex,
245 t = pipe_get_transfer(ctx, samptex,
263 sv_template.format = samptex->format;
264 sv_template.texture = samptex;
269 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
fs-test.c 51 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
350 samptex = screen->resource_create(screen,
352 if (samptex == NULL)
358 samptex,
372 t = pipe_get_transfer(ctx, samptex,
390 sv_template.format = samptex->format;
391 sv_template.texture = samptex;
396 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
gs-test.c 53 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
414 samptex = screen->resource_create(screen,
416 if (samptex == NULL)
422 samptex,
436 t = pipe_get_transfer(ctx, samptex,
454 sv_template.format = samptex->format;
455 sv_template.texture = samptex;
460 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
vs-test.c 51 static struct pipe_resource *samptex = NULL; variable in typeref:struct:pipe_resource
301 samptex = screen->resource_create(screen,
303 if (samptex == NULL)
309 samptex,
323 t = pipe_get_transfer(ctx, samptex,
341 sv_template.format = samptex->format;
342 sv_template.texture = samptex;
347 sv = ctx->create_sampler_view(ctx, samptex, &sv_template);
graw_util.h 262 t = pipe_get_transfer(info->ctx, samptex,

Completed in 1096 milliseconds