Skip to content

vc4: Minimize thread switching #76

Open
@anholt

Description

@anholt

Right now we emit a thread switch after every texture sampler operation. We could get better parallelism if we only emitted the thread switches when necessary (we need the result of a previous texture sample, or the FIFOs will be full).

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions