HDK
|
#include "TIL_RadeonFilter.h"
#include <FS/UT_DSO.h>
#include <UT/UT_EnvControl.h>
#include <UT/UT_ErrorLog.h>
#include <UT/UT_Exit.h>
#include <UT/UT_Debug.h>
#include <UT/UT_StopWatch.h>
#include <UT/UT_ParallelUtil.h>
#include <UT/UT_DSOVersion.h>
#include <UT/UT_WorkArgs.h>
#include <stdio.h>
#include <stdarg.h>
Go to the source code of this file.
Macros | |
#define | BACKEND_TYPE RIF_BACKEND_API_OPENCL |
#define | DEBUG_PRINT(...) ((void)0) |
#define | RIF_CALL(status, msg, call) |
#define | RIF_CALL_FAIL(status, msg, call) |
Functions | |
void | newRasterFilter () |
#define BACKEND_TYPE RIF_BACKEND_API_OPENCL |
Definition at line 43 of file TIL_RadeonFilter.C.
#define DEBUG_PRINT | ( | ... | ) | ((void)0) |
Definition at line 70 of file TIL_RadeonFilter.C.
#define RIF_CALL | ( | status, | |
msg, | |||
call | |||
) |
Definition at line 93 of file TIL_RadeonFilter.C.
#define RIF_CALL_FAIL | ( | status, | |
msg, | |||
call | |||
) |
Definition at line 105 of file TIL_RadeonFilter.C.
void newRasterFilter | ( | ) |
DSO function called. This function can register one or more filters. Only filters which are supported should be registered.
Definition at line 490 of file TIL_RadeonFilter.C.