Lines Matching refs:binary
146 std::vector<std::pair<cl_int, binary>> result = map(
147 [](const unsigned char *p, size_t l) -> std::pair<cl_int, binary> {
155 return { CL_SUCCESS, binary::deserialize(s) };
192 // the context. That is the version used for validating the SPIR-V binary.
200 std::string binary(stream, stream + length);
201 const enum program::il_type il_type = identify_and_validate_il(binary,
210 return new program(ctx, std::move(binary), il_type);
288 // with clCreateProgramWithBinary, then the program binary must be an
289 // executable binary (not a compiled binary or library).”
396 // contain a compiled binary or library for the device [..] a link is
401 // otherwise if "none of the programs contain a compiled binary or
530 buf.as_string() = fold([](const std::string &a, const binary::symbol &s) {