Home
last modified time | relevance | path

Searched refs:image_support (Results 1 - 9 of 9) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/clover/api/
H A Dsampler.cpp34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
H A Ddevice.cpp213 buf.as_scalar<cl_bool>() = dev.image_support(); in clGetDeviceInfo()
H A Dmemory.cpp177 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImageWithProperties()
H A Dtransfer.cpp112 if (!dev.image_support()) in validate_object()
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.hpp76 bool image_support() const;
H A Ddevice.cpp65 const bool supports_images = dev.image_support(); in get_highest_supported_version()
314 device::image_support() const { in image_support() function in device
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
H A Dinvocation.cpp367 if (!dev.image_support()) in compile()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
H A Dinvocation.cpp389 spirv_options.caps.kernel_image = dev.image_support();
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
H A Dinvocation.cpp581 if (!dev.image_support()) { in check_capabilities()

Completed in 11 milliseconds