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/
Dsampler.cpp34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
Ddevice.cpp213 buf.as_scalar<cl_bool>() = dev.image_support(); in clGetDeviceInfo()
Dmemory.cpp177 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImageWithProperties()
Dtransfer.cpp112 if (!dev.image_support()) in validate_object()
/third_party/mesa3d/src/gallium/frontends/clover/core/
Ddevice.hpp76 bool image_support() const;
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/
Dinvocation.cpp367 if (!dev.image_support()) in compile()
/third_party/mesa3d/src/gallium/frontends/clover/nir/
Dinvocation.cpp389 spirv_options.caps.kernel_image = dev.image_support(); in create_spirv_options()
/third_party/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp581 if (!dev.image_support()) { in check_capabilities()