Home
last modified time | relevance | path

Searched refs:hsg_op (Results 1 – 9 of 9) sorted by relevance

/external/skqp/src/compute/hs/gen/
Dmain.c44 #define EXIT() (struct hsg_op){ HSG_OP_TYPE_EXIT …
46 #define END() (struct hsg_op){ HSG_OP_TYPE_END …
47 #define BEGIN() (struct hsg_op){ HSG_OP_TYPE_BEGIN …
48 #define ELSE() (struct hsg_op){ HSG_OP_TYPE_ELSE …
50 #define TARGET_BEGIN() (struct hsg_op){ HSG_OP_TYPE_TARGET_BEGIN …
51 #define TARGET_END() (struct hsg_op){ HSG_OP_TYPE_TARGET_END …
53 #define TRANSPOSE_KERNEL_PROTO() (struct hsg_op){ HSG_OP_TYPE_TRANSPOSE_KERNEL_PROTO …
54 #define TRANSPOSE_KERNEL_PREAMBLE() (struct hsg_op){ HSG_OP_TYPE_TRANSPOSE_KERNEL_PREAMBLE …
55 #define TRANSPOSE_KERNEL_BODY() (struct hsg_op){ HSG_OP_TYPE_TRANSPOSE_KERNEL_BODY …
57 #define BS_KERNEL_PROTO(i) (struct hsg_op){ HSG_OP_TYPE_BS_KERNEL_PROTO, …
[all …]
Dgen.h246 struct hsg_op struct
296 struct hsg_op const * const ops,
307 struct hsg_op const * const ops,
315 struct hsg_op const * const ops,
323 struct hsg_op const * const ops,
331 struct hsg_op const * const ops,
Dnetworks.h28 struct hsg_op const * network;
Dtarget_debug.c49 struct hsg_op const * const ops, in hsg_target_debug()
Dtarget_opencl.c123 struct hsg_op const * const ops, in hsg_target_opencl()
Dtarget_cuda.c107 struct hsg_op const * const ops, in hsg_target_cuda()
Dtarget_glsl.c128 struct hsg_op const * const ops, in hsg_target_glsl()
Dnetworks_merging.c20 #define M(n) static struct hsg_op const mn##n[]
Dnetworks_sorting.c23 #define S(n) static struct hsg_op const sn##n[]