Lines Matching defs:address
406 /* The blend shader's address needs to be at
886 cfg.address = rsrc->image.data.bo->ptr.gpu +
1164 /* Compute address */
1173 /* Upload address and size as sysval */
1433 panfrost_emit_ubo(void *base, unsigned index, mali_ptr address, size_t size)
1440 cfg.address = address;
1451 cfg.pointer = address;
1508 mali_ptr address = 0;
1511 address = panfrost_map_constant_buffer_gpu(batch,
1515 panfrost_emit_ubo(ubos.cpu, ubo, address, usz);
2073 * Pre-set the address, stride and size fields, the
3411 cfg.address = panfrost_batch_get_bifrost_tiler(batch, ~0);
3422 cfg.address = indices;
3479 cfg.address = panfrost_batch_get_bifrost_tiler(batch, ~0);
4545 /* The address in the shader program descriptor must be non-null, but
4688 /* Returns the polygon list's GPU address if available, or otherwise allocates