Lines Matching full:clover
193 - clover: Fix incorrect error check in clGetSupportedImageFormats
1294 - clover/nir: add libclc lowering pass
1296 - clover: handle libclc shader (v3)
1301 - llvmpipe: use an alternate env var to enable clover.
1307 - ci: move to using clang 10 for meson + clover
1308 - clover: Use core libclc loader
1309 - ci: enable piglit testing of clover/llvmpipe.
1310 - clover: don't call validate spirv at all if not needed
1313 - clover/nir: add a constant folding pass before lowering mem const
1314 - llvmpipe: fix sampler/image binding for clover.
1346 - clover: access 3.0 and deprecated 2.2 API
1347 - clover/llvm: add 3.0 versioning.
1348 - clover/spirv: hook up spir-v environment for 3.0
1349 - clover: add empty cl 3.0 dispatch entries.
1390 - clover/meson: use dep.get_variable instead of deprecated get_pkgconfig_variable
1548 - gallium/drm: Deduplicate screen creation for the dynamic (clover) pipe loader.
2621 - clover/nir: Stop setting ubo_addr_format
2622 - clover/nir: Stop computing the global address format twice
2623 - clover/nir: Use the correct address mode for shared
2632 - iris: Stop advertising clover-only caps
2638 - clover/spirv: Don't call llvm::regularizeLlvmForSpirv
2639 - clover: Call clang with -O0 for the SPIR-V path
2663 - clover/nir: Use nir_var_mem_constant for \__constant memory
2666 - clover: Use 64-bit offsets for shader_in on 64-bit GPUs
2689 - clover: Call nir_lower_mem_constant_vars
2702 - clover: Use args.size() to compute new var locations
2704 - clover/nir: Use lower_vars_to_explicit for uniform and global
2717 - clover: Pull the stride from pipe_transfer for image maps
2731 - clover/nir: Call the memcpy lowering pass
2759 - clover/nir: Call nir_lower_convert_alu_types
2782 - iris: Fill out compute caps and enable clover support
2797 - clover: Stop leaking NIR shaders
2821 - clover/nir: Calculate sizes of images and samplers properly
2822 - clover/nir: Add an image lowering pass
2926 - clover/nir/spirv: Use uniform rather than shader_in for kernel inputs
3080 - clover/nir: fix mem_shared by using address_format_32bit_offset
3083 - clover/nir: Call vars_to_explicit_types for shared memory
3086 - clover/nir: support int64 atomics if the device supports it
3090 - clover/spirv: rework handling of spirv extensions
3091 - clover/spirv: pass list of supported extensions to the translator
3094 - clover/nir: add support for global invocation id offsets
3100 - clover/nir: Lower function_temp to scratch.
3102 - clover/nir: use offset for temp memory
3103 - clover/llvm: undefine \__IMAGE_SUPPORT_\_ for devices without image support
3107 - clover/spirv: fix vec3 alignment
3109 - clover/util: add id_type_equals to support symbols with multiple sections
3110 - clover: bind constant buffer if one is provided
3111 - clover/nir: extract constant buffer into its own section
3112 - clover/spirv: parse arg_info
3113 - clover/spirv: support CL_KERNEL_COMPILE_WORK_GROUP_SIZE
3114 - clover: use pipe_image_view for images instead of set_compute_resources
3115 - clover: support custom driver strides
3116 - clover/device: use PIPE_MAX_SHADER_SAMPLER_VIEWS for max_images_read
3117 - clover/nir: set kernel_image cap
3902 - clover/spirv: Remove unused tuple header
3903 - clover/spirv: Print linked SPIR-V module if asked
3905 - clover/llvm: Use the highest supported SPIR-V version (v4)
3906 - clover/nir: Register callback for translation messages (v2)
4425 - clover: set LLVM min version to 8.0.1
4426 - clover: implements clEnqueueMigrateMemObjects
4427 - clover: implements clEnqueueFillImage
4428 - clover: implements clGetKernelArgInfo
4429 - clover: bind sampler_t type to module::argument::sampler
4430 - clover: add CL_KERNEL_ATTRIBUTES for clGetKernelInfo
4431 - clover: implements clGetKernelWorkGroupInfo CL_KERNEL_COMPILE_WORK_GROUP_SIZE
4432 - clover: implements notification callback on program builds
4433 - clover: avoid adding an extra space to compiler options
4434 - clover: move tokenize function to algorithm
4435 - clover: validate image_row_pitch and image_slice_pitch in clEnqueueMapImage
4436 - clover: clCreateImage: calculate image row_pitch and slice_pitch when not provided
4437 - clover: implements clSetContextDestructorCallback
4663 - clover/spirv: Add missing break for SpvOpExecutionMode case.