Searched refs:PIPE_BIND_CUSTOM (Results 1 - 25 of 40) sorted by relevance

12

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_debug_gallium.c73 DEBUG_NAMED_VALUE(PIPE_BIND_CUSTOM),
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.c66 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
H A Dfd2_context.c64 PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(init_shader_const));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/
H A Diris_context.c336 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
340 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
344 u_upload_create(ctx, 64 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
349 u_upload_create(ctx, 16 * 1024, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING,
H A Diris_program_cache.c267 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
271 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/iris/
H A Diris_context.c194 u_upload_create(ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
197 u_upload_create(ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
201 u_upload_create(ctx, 4096, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING,
H A Diris_program_cache.c278 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
H A Diris_formats.c504 if (usage & PIPE_BIND_CUSTOM) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.h106 if (pbind & PIPE_BIND_CUSTOM)
H A Dvirgl_query.c105 query->buf = (struct virgl_resource *)pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c61 * tagged with PIPE_BIND_CUSTOM
63 bind_mask |= PIPE_BIND_CUSTOM;
68 * PIPE_BIND_CUSTOM.
435 bind_flags = template->bind & ~PIPE_BIND_CUSTOM;
467 !(template->bind & PIPE_BIND_CUSTOM)) {
H A Dsvga_context.c234 PIPE_BIND_CUSTOM,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.c64 * tagged with PIPE_BIND_CUSTOM
66 bind_mask |= PIPE_BIND_CUSTOM;
473 bind_flags = template->bind & ~PIPE_BIND_CUSTOM;
505 !(template->bind & PIPE_BIND_CUSTOM)) {
H A Dsvga_context.c247 PIPE_BIND_CUSTOM,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c175 * Note that uploaded index buffers use the flag PIPE_BIND_CUSTOM, so that
179 (!r300screen->caps.has_tcl && !(templ->bind & PIPE_BIND_CUSTOM))) {
H A Dr300_context.c430 PIPE_BIND_CUSTOM, PIPE_USAGE_STREAM, 0);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/
H A Dvirgl_resource.h141 if (pbind & PIPE_BIND_CUSTOM)
H A Dvirgl_query.c106 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c180 * Note that uploaded index buffers use the flag PIPE_BIND_CUSTOM, so that
184 (!r300screen->caps.has_tcl && !(templ->bind & PIPE_BIND_CUSTOM))) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c266 PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(init_shader_const));
276 PIPE_BIND_CUSTOM, PIPE_USAGE_DYNAMIC, 16);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/
H A Dfreedreno_context.c514 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
525 pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_DYNAMIC, 16);
H A Dfreedreno_state.c536 pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(uint32_t));
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
H A Dcrocus_context.c287 u_upload_create(ctx, 4096, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/
H A Dp_defines.h456 #define PIPE_BIND_CUSTOM (1 << 12) /* state-tracker/winsys usages */ macro
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
H A Dp_defines.h486 #define PIPE_BIND_CUSTOM (1 << 12) /* gallium frontend/winsys usages */ macro

Completed in 19 milliseconds

12