Home
last modified time | relevance | path

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

/external/skqp/src/compute/hs/gen/
Dmain.c1633 struct hsg_op * const ops_begin = malloc(sizeof(*ops_begin) * op_count); in main() local
1634 struct hsg_op * ops = ops_begin; in main()
1674 hsg_op_translate(hsg_target_pfn,&target,&hsg_config,hsg_merge,ops_begin); in main()