Home
last modified time | relevance | path

Searched refs:PIPE_USAGE_DEFAULT (Results 1 - 25 of 97) sorted by relevance

1234

/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_uvd.c83 PIPE_USAGE_DEFAULT, 0, chroma_format); in r600_video_buffer_create()
93 PIPE_USAGE_DEFAULT, 1, chroma_format); in r600_video_buffer_create()
104 PIPE_USAGE_DEFAULT, 2, chroma_format); in r600_video_buffer_create()
H A Dr600_pipe.c205 PIPE_USAGE_DEFAULT, 32); in r600_create_context()
217 0, PIPE_USAGE_DEFAULT, 0, FALSE); in r600_create_context()
774 templ.usage = PIPE_USAGE_DEFAULT; in r600_screen_create()
H A Dr600_test_dma.c267 tsrc.usage = rand() % 4 ? PIPE_USAGE_DEFAULT : PIPE_USAGE_STAGING; in r600_test_dma()
268 tdst.usage = rand() % 4 ? PIPE_USAGE_DEFAULT : PIPE_USAGE_STAGING; in r600_test_dma()
/third_party/mesa3d/src/gallium/tests/graw/
H A Dtri-instanced.c142 PIPE_USAGE_DEFAULT, in set_vertices()
151 PIPE_USAGE_DEFAULT, in set_vertices()
214 PIPE_USAGE_DEFAULT, in draw()
H A Dfs-fragcoord.c75 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dfs-write-z.c101 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dfs-frontface.c97 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dtri-large.c64 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dtri.c61 PIPE_USAGE_DEFAULT, in set_vertices()
H A Docclusion-query.c100 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dquad-tex.c62 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dtex-swizzle.c60 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dtex-srgb.c78 PIPE_USAGE_DEFAULT, in set_vertices()
H A Dgs-test.c244 PIPE_USAGE_DEFAULT, in set_vertices()
250 PIPE_USAGE_DEFAULT, in set_vertices()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_cp_dma.c265 PIPE_USAGE_DEFAULT, scratch_size, 256); in si_cp_dma_realign_engine()
407 src = pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_DEFAULT, 16); in si_test_gds()
408 dst = pipe_buffer_create(ctx->screen, 0, PIPE_USAGE_DEFAULT, 16); in si_test_gds()
H A Dsi_test_dma_perf.c159 dst_usage = PIPE_USAGE_DEFAULT; in si_test_dma_perf()
164 src_usage = PIPE_USAGE_DEFAULT; in si_test_dma_perf()
H A Dsi_pipe.c500 PIPE_USAGE_DEFAULT, 16 * sscreen->info.max_render_backends, 256); in si_create_context()
536 PIPE_USAGE_DEFAULT, in si_create_context()
555 smart_access_memory && !is_apu ? PIPE_USAGE_DEFAULT : PIPE_USAGE_STREAM, in si_create_context()
566 u_upload_create(&sctx->b, 256 * 1024, 0, PIPE_USAGE_DEFAULT, in si_create_context()
583 screen, 0, PIPE_USAGE_DEFAULT, SI_MAX_BORDER_COLORS * sizeof(*sctx->border_color_table))); in si_create_context()
706 PIPE_USAGE_DEFAULT, 16, in si_create_context()
776 PIPE_USAGE_DEFAULT, 4, in si_create_context()
1000 struct pipe_resource *buf = pipe_buffer_create_const0(&sscreen->b, 0, PIPE_USAGE_DEFAULT, 64); in si_test_vmfault()
1412 PIPE_USAGE_DEFAULT, in radeonsi_screen_create_impl()
H A Dsi_cp_reg_shadowing.c199 PIPE_USAGE_DEFAULT, in si_init_cp_reg_shadowing()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_vertex_buffers.c56 PIPE_USAGE_DEFAULT, in vl_vb_upload_quads()
101 PIPE_USAGE_DEFAULT, in vl_vb_upload_pos()
H A Dvl_video_buffer.c379 1, tmpl->interlaced ? 2 : 1, PIPE_USAGE_DEFAULT, in vl_video_buffer_create()
486 templ.usage = PIPE_USAGE_DEFAULT; in vl_video_buffer_create_as_resource()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
H A Dpp_program.c82 PIPE_USAGE_DEFAULT, sizeof(verts)); in pp_init_prog()
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dbitmap.c80 res_tmpl.usage = frequently_accessed ? PIPE_USAGE_DYNAMIC : PIPE_USAGE_DEFAULT; in vlVdpBitmapSurfaceCreate()
H A Ddevice.c97 res_tmpl.usage = PIPE_USAGE_DEFAULT; in vdp_imp_device_create_x11()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_tests.c61 templ.usage = PIPE_USAGE_DEFAULT; in util_create_texture2d()
539 pipe_buffer_create(screen, 0, PIPE_USAGE_DEFAULT, 1024 * 1024); in test_sync_file_fences()
880 tex->usage == PIPE_USAGE_DEFAULT && in nv12_validate_resource_fields()
/third_party/mesa3d/src/gallium/winsys/d3d12/wgl/
H A Dd3d12_wgl_framebuffer.cpp210 templ.usage = PIPE_USAGE_DEFAULT; in d3d12_wgl_framebuffer_get_resource()

Completed in 15 milliseconds

1234