Lines Matching defs:blorp
31 struct blorp_context *blorp = batch->blorp;
32 struct anv_device *device = blorp->driver_ctx;
59 struct blorp_context *blorp = batch->blorp;
60 struct anv_device *device = blorp->driver_ctx;
94 blorp_init(&device->blorp, device, &device->isl_dev, &config);
95 device->blorp.compiler = device->physical->compiler;
96 device->blorp.lookup_shader = lookup_blorp_shader;
97 device->blorp.upload_shader = upload_blorp_shader;
100 device->blorp.exec = gfx7_blorp_exec;
103 device->blorp.exec = gfx75_blorp_exec;
106 device->blorp.exec = gfx8_blorp_exec;
109 device->blorp.exec = gfx9_blorp_exec;
112 device->blorp.exec = gfx11_blorp_exec;
115 device->blorp.exec = gfx12_blorp_exec;
118 device->blorp.exec = gfx125_blorp_exec;
128 blorp_finish(&device->blorp);
140 blorp_batch_init(&cmd_buffer->device->blorp, batch, cmd_buffer, flags);
253 * clear color, we also pass the address to blorp, otherwise it will only
539 /* In this case, the source is the buffer and, since blorp takes its
1329 /* Because this gets called within a render pass, we tell blorp not to
1835 * the blorp surface.
1932 * the blorp surface.