OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:image_support
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/gallium/state_trackers/clover/core/
device.hpp
68
bool
image_support
() const;
device.cpp
183
device::
image_support
() const {
function in class:device
/external/mesa3d/src/gallium/state_trackers/clover/api/
sampler.cpp
34
if (!any_of(std::mem_fn(&device::
image_support
), ctx.devices()))
device.cpp
196
buf.as_scalar<cl_bool>() = dev.
image_support
();
memory.cpp
133
if (!any_of(std::mem_fn(&device::
image_support
), ctx.devices()))
transfer.cpp
104
if (!q.device().
image_support
())
Completed in 845 milliseconds