Lines Matching defs:props
495 cl_context_properties *props)
596 if (!props) {
597 props = default_props;
602 if (props[0] == CL_CONTEXT_PLATFORM && props[1] == 0)
603 props[1] = (intptr_t)platform_id;
606 hwctx->context = clCreateContext(props, 1, &hwctx->device_id,
728 cl_context_properties *props = NULL;
753 props = av_malloc(props_size);
754 if (!props)
758 props_size, props, NULL);
766 for (i = 0; i < (props_size / sizeof(*props) - 1); i++) {
767 if (props[i] == CL_CONTEXT_VA_API_DISPLAY_INTEL) {
768 va_display = (VADisplay)(intptr_t)props[i+1];
800 av_free(props);
1245 cl_context_properties props[7] = {
1264 err = opencl_device_create_internal(hwdev, &selector, props);
1290 cl_context_properties props[5] = {
1307 err = opencl_device_create_internal(hwdev, &selector, props);
1327 cl_context_properties props[5] = {
1344 err = opencl_device_create_internal(hwdev, &selector, props);
2694 const cl_import_properties_arm props[3] = {
2724 clImportMemoryARM(dst_dev->context, cl_flags, props,