| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_debug_gallium.c | 73 DEBUG_NAMED_VALUE(PIPE_BIND_CUSTOM),
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_context.c | 66 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/ |
| H A D | fd2_context.c | 64 PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(init_shader_const));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/iris/ |
| H A D | iris_context.c | 336 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 D | iris_program_cache.c | 267 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 D | iris_context.c | 194 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 D | iris_program_cache.c | 278 u_upload_create(&ice->ctx, 16384, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE,
|
| H A D | iris_formats.c | 504 if (usage & PIPE_BIND_CUSTOM) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.h | 106 if (pbind & PIPE_BIND_CUSTOM)
|
| H A D | virgl_query.c | 105 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 D | svga_resource_buffer.c | 61 * 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 D | svga_context.c | 234 PIPE_BIND_CUSTOM,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/svga/ |
| H A D | svga_resource_buffer.c | 64 * 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 D | svga_context.c | 247 PIPE_BIND_CUSTOM,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r300/ |
| H A D | r300_screen_buffer.c | 175 * 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 D | r300_context.c | 430 PIPE_BIND_CUSTOM, PIPE_USAGE_STREAM, 0);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/virgl/ |
| H A D | virgl_resource.h | 141 if (pbind & PIPE_BIND_CUSTOM)
|
| H A D | virgl_query.c | 106 pipe_buffer_create(ctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r300/ |
| H A D | r300_screen_buffer.c | 180 * 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 D | freedreno_context.c | 266 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 D | freedreno_context.c | 514 pipe_buffer_create(pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, 525 pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_DYNAMIC, 16);
|
| H A D | freedreno_state.c | 536 pctx->screen, PIPE_BIND_CUSTOM, PIPE_USAGE_IMMUTABLE, sizeof(uint32_t));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/ |
| H A D | crocus_context.c | 287 u_upload_create(ctx, 4096, PIPE_BIND_CUSTOM, PIPE_USAGE_STAGING,
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 456 #define PIPE_BIND_CUSTOM (1 << 12) /* state-tracker/winsys usages */ macro
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/ |
| H A D | p_defines.h | 486 #define PIPE_BIND_CUSTOM (1 << 12) /* gallium frontend/winsys usages */ macro
|