Home
last modified time | relevance | path

Searched refs:spvbin (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/compiler/clc/
H A Dclc_helpers.h45 clc_spirv_get_kernels_info(const struct clc_binary *spvbin,
83 clc_dump_spirv(const struct clc_binary *spvbin, FILE *f);
89 clc_free_spirv_binary(struct clc_binary *spvbin);
H A Dclc_helpers.cpp633 bool parseBinary(const struct clc_binary &spvbin, const struct clc_logger *logger) in parseBinary() argument
643 static_cast<uint32_t*>(spvbin.data), spvbin.size / 4, in parseBinary()
665 clc_spirv_get_kernels_info(const struct clc_binary *spvbin, in clc_spirv_get_kernels_info() argument
677 if (!parser.parseBinary(*spvbin, logger)) in clc_spirv_get_kernels_info()
1197 clc_dump_spirv(const struct clc_binary *spvbin, FILE *f) in clc_dump_spirv() argument
1200 const uint32_t *data = static_cast<const uint32_t *>(spvbin->data); in clc_dump_spirv()
1201 std::vector<uint32_t> bin(data, data + (spvbin->size / 4)); in clc_dump_spirv()
1216 clc_free_spirv_binary(struct clc_binary *spvbin) in clc_free_spirv_binary() argument
1218 free(spvbin in clc_free_spirv_binary()
[all...]

Completed in 2 milliseconds