/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_uvd.c | 83 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 D | r600_pipe.c | 205 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 D | r600_test_dma.c | 267 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 D | tri-instanced.c | 142 PIPE_USAGE_DEFAULT, in set_vertices() 151 PIPE_USAGE_DEFAULT, in set_vertices() 214 PIPE_USAGE_DEFAULT, in draw()
|
H A D | fs-fragcoord.c | 75 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | fs-write-z.c | 101 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | fs-frontface.c | 97 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | tri-large.c | 64 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | tri.c | 61 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | occlusion-query.c | 100 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | quad-tex.c | 62 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | tex-swizzle.c | 60 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | tex-srgb.c | 78 PIPE_USAGE_DEFAULT, in set_vertices()
|
H A D | gs-test.c | 244 PIPE_USAGE_DEFAULT, in set_vertices() 250 PIPE_USAGE_DEFAULT, in set_vertices()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_cp_dma.c | 265 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 D | si_test_dma_perf.c | 159 dst_usage = PIPE_USAGE_DEFAULT; in si_test_dma_perf() 164 src_usage = PIPE_USAGE_DEFAULT; in si_test_dma_perf()
|
H A D | si_pipe.c | 500 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 D | si_cp_reg_shadowing.c | 199 PIPE_USAGE_DEFAULT, in si_init_cp_reg_shadowing()
|
/third_party/mesa3d/src/gallium/auxiliary/vl/ |
H A D | vl_vertex_buffers.c | 56 PIPE_USAGE_DEFAULT, in vl_vb_upload_quads() 101 PIPE_USAGE_DEFAULT, in vl_vb_upload_pos()
|
H A D | vl_video_buffer.c | 379 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 D | pp_program.c | 82 PIPE_USAGE_DEFAULT, sizeof(verts)); in pp_init_prog()
|
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
H A D | bitmap.c | 80 res_tmpl.usage = frequently_accessed ? PIPE_USAGE_DYNAMIC : PIPE_USAGE_DEFAULT; in vlVdpBitmapSurfaceCreate()
|
H A D | device.c | 97 res_tmpl.usage = PIPE_USAGE_DEFAULT; in vdp_imp_device_create_x11()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tests.c | 61 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 D | d3d12_wgl_framebuffer.cpp | 210 templ.usage = PIPE_USAGE_DEFAULT; in d3d12_wgl_framebuffer_get_resource()
|