Home
last modified time | relevance | path

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

/external/OpenCL-CTS/test_conformance/basic/
Dtest_explicit_s2v.cpp29 #define DECLARE_S2V_IDENT_KERNEL(srctype,dsttype,size) \ argument
30 "__kernel void test_conversion(__global " srctype " *sourceValues, __global " dsttype #size " *dest…
35 " destValues[tid] = (" dsttype #size ")src;\n" \
39 #define DECLARE_S2V_IDENT_KERNELS(srctype,dsttype) \ argument
41 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,2), \
42 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,4), \
43 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,8), \
44 DECLARE_S2V_IDENT_KERNEL(srctype,#dsttype,16) \
/external/libcups/scheduler/
Dmime.c667 *dsttype; /* Destination MIME type */ in mime_load_convs() local
743 if ((dsttype = mimeType(mime, super, type)) == NULL) in mime_load_convs()
832 mimeAddFilter(mime, temptype, dsttype, cost, filter); in mime_load_convs()
Dcupsfilter.c100 *dsttype, /* Destination type */ in main() local
138 dsttype = "application/pdf"; in main()
263 dsttype = argv[i]; in main()
416 sscanf(dsttype, "%15[^/]/%255s", super, type); in main()
/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc226 #define REGISTER_CAST_GPU(srctype, dsttype) \ argument
229 .TypeConstraint<dsttype>("DstT") \
/external/libcups/cups/
Dppd.c3366 dsttype[256], in ppd_update_filters() local
3404 srcsuper, srctype, dstsuper, dsttype, &cost, program) != 6) in ppd_update_filters()
3414 srcsuper, srctype, dstsuper, dsttype, cost, program)); in ppd_update_filters()
/external/libcups/systemv/
Dcupstestppd.c2325 dsttype[256], /* Destination type for filter */ in check_filters() local
2477 super, type, dstsuper, dsttype, &cost, program) != 6) in check_filters()