Home
last modified time | relevance | path

Searched refs:PIPE_BIND_CUSTOM (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/drivers/iris/
Diris_context.c332 u_upload_create(ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
335 u_upload_create(ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_create_context()
339 u_upload_create(ctx, 4096, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING, in iris_create_context()
Diris_program_cache.c340 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, in iris_init_program_cache()
Diris_batch.c185 u_upload_create(&ice->ctx, 4096, PIPE_BIND_CUSTOM, in iris_init_batch()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_resource_buffer.c64 bind_mask |= PIPE_BIND_CUSTOM; in svga_buffer_needs_hw_storage()
454 bind_flags = template->bind & ~PIPE_BIND_CUSTOM; in svga_buffer_create()
486 !(template->bind & PIPE_BIND_CUSTOM)) { in svga_buffer_create()
Dsvga_context.c247 PIPE_BIND_CUSTOM, in svga_context_create()
Dsvga_resource_texture.c1315 PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING, 0); in svga_texture_transfer_map_upload_create()
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c64 PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(init_shader_const)); in create_solid_vertexbuf()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_resource.h134 if (pbind & PIPE_BIND_CUSTOM) in pipe_to_virgl_bind()
Dvirgl_query.c106 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING, in virgl_create_query()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c324 PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(init_shader_const)); in create_solid_vertexbuf()
334 PIPE_BIND_CUSTOM, PIPE_USAGE_DYNAMIC, 16); in create_blit_texcoord_vertexbuf()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_screen_buffer.c179 (!r300screen->caps.has_tcl && !(templ->bind & PIPE_BIND_CUSTOM))) { in r300_buffer_create()
Dr300_context.c430 PIPE_BIND_CUSTOM, PIPE_USAGE_STREAM, 0);
/external/virglrenderer/src/gallium/include/pipe/
Dp_defines.h370 #define PIPE_BIND_CUSTOM (1 << 17) /* state-tracker/winsys usages */ macro
/external/virglrenderer/tests/
Dtest_virgl_resource.c126 TEST(1, PIPE_BUFFER, PIPE_FORMAT_R8_UNORM, PIPE_BIND_CUSTOM, 50, 1, 1, 1, 0, 0),
/external/mesa3d/src/gallium/include/pipe/
Dp_defines.h475 #define PIPE_BIND_CUSTOM (1 << 12) /* gallium frontend/winsys usages */ macro
/external/mesa3d/src/gallium/drivers/zink/
Dzink_resource.c137 if (templ->bind == (PIPE_BIND_STREAM_OUTPUT | PIPE_BIND_CUSTOM)) { in resource_create()
Dzink_context.c1137 …t->counter_buffer = pipe_buffer_create(pctx->screen, PIPE_BIND_STREAM_OUTPUT | PIPE_BIND_CUSTOM, P… in zink_create_stream_output_target()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe.c206 rctx->append_fence = pipe_buffer_create(rctx->b.b.screen, PIPE_BIND_CUSTOM, in r600_create_context()
Dr600_texture.c749 pipe_buffer_create(&rscreen->b, PIPE_BIND_CUSTOM, in eg_resource_alloc_immed()
Dr600_state_common.c1678 scratch->buffer = (struct r600_resource *)pipe_buffer_create(rctx->b.b.screen, PIPE_BIND_CUSTOM, in r600_setup_scratch_area_for_shader()
/external/mesa3d/docs/gallium/
Dscreen.rst790 * ``PIPE_BIND_CUSTOM``: