Searched refs:util_create_texture2d (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_tests.c | 47 util_create_texture2d(struct pipe_screen *screen, unsigned width, in util_create_texture2d() function 327 cb = util_create_texture2d(ctx->screen, 256, 256, in tgsi_vs_window_space_position() 387 cb = util_create_texture2d(ctx->screen, 256, 256, in null_sampler_view() 430 cb = util_create_texture2d(ctx->screen, 256, 256, in util_test_constant_buffer() 486 cb = util_create_texture2d(ctx->screen, 256, 256, in null_fragment_shader() 533 util_create_texture2d(screen, 4096, 1024, PIPE_FORMAT_R8_UNORM, 0); in test_sync_file_fences() 641 cb = util_create_texture2d(ctx->screen, 256, 256, in test_texture_barrier() 797 cb = util_create_texture2d(ctx->screen, 256, 256, in test_compute_clear_image() 884 struct pipe_resource *tex = util_create_texture2d(screen, NV12_WIDTH, NV12_HEIGHT, in test_nv12()
|