Searched refs:hsg_target (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/compute/hs/gen/ |
D | gen.h | 281 struct hsg_target struct 293 (*hsg_target_pfn)(struct hsg_target * const target, argument 304 hsg_target_debug(struct hsg_target * const target, 312 hsg_target_cuda(struct hsg_target * const target, 320 hsg_target_opencl(struct hsg_target * const target, 328 hsg_target_glsl(struct hsg_target * const target,
|
D | target_debug.c | 38 hsg_target_indent(struct hsg_target * const target, uint32_t const depth) in hsg_target_indent() 46 hsg_target_debug(struct hsg_target * const target, in hsg_target_debug()
|
D | main.c | 1370 struct hsg_target * const target, in hsg_op_translate_depth() 1400 struct hsg_target * const target, in hsg_op_translate() 1422 struct hsg_target target = { .define = NULL }; in main()
|
D | target_opencl.c | 120 hsg_target_opencl(struct hsg_target * const target, in hsg_target_opencl()
|
D | target_cuda.c | 104 hsg_target_cuda(struct hsg_target * const target, in hsg_target_cuda()
|
D | target_glsl.c | 125 hsg_target_glsl(struct hsg_target * const target, in hsg_target_glsl()
|