Home
last modified time | relevance | path

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

/third_party/mesa3d/src/compiler/clc/
Dclc_helpers.h42 clc_spirv_get_kernels_info(const struct clc_binary *spvbin,
80 clc_dump_spirv(const struct clc_binary *spvbin, FILE *f);
86 clc_free_spirv_binary(struct clc_binary *spvbin);
Dclc_helpers.cpp604 bool parseBinary(const struct clc_binary &spvbin, const struct clc_logger *logger) in parseBinary() argument
614 static_cast<uint32_t*>(spvbin.data), spvbin.size / 4, in parseBinary()
640 clc_spirv_get_kernels_info(const struct clc_binary *spvbin, in clc_spirv_get_kernels_info() argument
652 if (!parser.parseBinary(*spvbin, logger)) in clc_spirv_get_kernels_info()
1113 clc_dump_spirv(const struct clc_binary *spvbin, FILE *f) in clc_dump_spirv() argument
1116 const uint32_t *data = static_cast<const uint32_t *>(spvbin->data); in clc_dump_spirv()
1117 std::vector<uint32_t> bin(data, data + (spvbin->size / 4)); in clc_dump_spirv()
1132 clc_free_spirv_binary(struct clc_binary *spvbin) in clc_free_spirv_binary() argument
1134 free(spvbin->data); in clc_free_spirv_binary()