Searched refs:image_support (Results 1 – 11 of 11) sorted by relevance
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_image_macro.cpp | 41 cl_bool image_support; in test_image_macro() local 53 … clGetDeviceInfo( deviceID, CL_DEVICE_IMAGE_SUPPORT, sizeof( image_support ), &image_support, NULL… in test_image_macro() 60 if (image_support == CL_TRUE) in test_image_macro()
|
/external/OpenCL-CTS/test_conformance/mem_host_flags/ |
D | mem_host_image.cpp | 100 cl_bool image_support; in test_mem_host_read_only_image() local 101 …err = clGetDeviceInfo(deviceID, CL_DEVICE_IMAGE_SUPPORT, sizeof image_support, &image_support, NUL… in test_mem_host_read_only_image() 106 if (!image_support) { in test_mem_host_read_only_image() 218 cl_bool image_support; in test_mem_host_write_only_image() local 219 …err = clGetDeviceInfo(deviceID, CL_DEVICE_IMAGE_SUPPORT, sizeof image_support, &image_support, NUL… in test_mem_host_write_only_image() 224 if (!image_support) { in test_mem_host_write_only_image() 331 cl_bool image_support; in test_mem_host_no_access_image() local 332 …err = clGetDeviceInfo(deviceID, CL_DEVICE_IMAGE_SUPPORT, sizeof image_support, &image_support, NUL… in test_mem_host_no_access_image() 337 if (!image_support) { in test_mem_host_no_access_image()
|
/external/mesa3d/src/gallium/frontends/clover/api/ |
D | sampler.cpp | 34 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateSampler()
|
D | device.cpp | 196 buf.as_scalar<cl_bool>() = dev.image_support(); in clGetDeviceInfo()
|
D | memory.cpp | 148 if (!any_of(std::mem_fn(&device::image_support), ctx.devices())) in clCreateImage()
|
D | transfer.cpp | 108 if (!dev.image_support()) in validate_object()
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | device.hpp | 73 bool image_support() const;
|
D | device.cpp | 201 device::image_support() const { in image_support() function in device
|
/external/mesa3d/src/gallium/frontends/clover/llvm/ |
D | invocation.cpp | 314 if (!dev.image_support()) in compile()
|
/external/mesa3d/src/gallium/frontends/clover/nir/ |
D | invocation.cpp | 343 spirv_options.caps.kernel_image = dev.image_support(); in create_spirv_options()
|
/external/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.cpp | 507 if (!dev.image_support()) { in check_capabilities()
|