Home
last modified time | relevance | path

Searched refs:image_support (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/state_trackers/clover/core/
Ddevice.hpp68 bool image_support() const;
Ddevice.cpp182 device::image_support() const { in image_support() function in device
/external/mesa3d/src/gallium/state_trackers/clover/api/
Dsampler.cpp34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
Ddevice.cpp196 buf.as_scalar<cl_bool>() = dev.image_support(); in clGetDeviceInfo()
Dmemory.cpp133 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImage()
Dtransfer.cpp104 if (!q.device().image_support()) in validate_object()