Searched refs:hsg_op (Results 1 – 9 of 9) sorted by relevance
/external/skqp/src/compute/hs/gen/ |
D | main.c | 44 #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 …]
|
D | gen.h | 246 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,
|
D | networks.h | 28 struct hsg_op const * network;
|
D | target_debug.c | 49 struct hsg_op const * const ops, in hsg_target_debug()
|
D | target_opencl.c | 123 struct hsg_op const * const ops, in hsg_target_opencl()
|
D | target_cuda.c | 107 struct hsg_op const * const ops, in hsg_target_cuda()
|
D | target_glsl.c | 128 struct hsg_op const * const ops, in hsg_target_glsl()
|
D | networks_merging.c | 20 #define M(n) static struct hsg_op const mn##n[]
|
D | networks_sorting.c | 23 #define S(n) static struct hsg_op const sn##n[]
|