Home
last modified time | relevance | path

Searched refs:iviews (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/frontends/clover/core/
Dkernel.cpp87 exec.iviews.size(), exec.iviews.data()); in launch()
105 exec.iviews.size(), NULL); in launch()
286 iviews.clear(); in unbind()
607 auto v = bytes(ctx.iviews.size()); in bind()
613 ctx.iviews.push_back(img->resource_in(*ctx.q).create_image_view(*ctx.q)); in bind()
Dkernel.hpp60 std::vector<pipe_image_view> iviews; member