HomeSort by relevance Sort by last modified time
    Searched refs:markv (Results 1 - 12 of 12) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/comp/
markv.h 60 MarkvDebugConsumer debug_consumer, std::vector<uint8_t>* markv);
66 spv_const_context context, const std::vector<uint8_t>& markv,
markv.cpp 15 #include "source/comp/markv.h"
44 MarkvDebugConsumer debug_consumer, std::vector<uint8_t>* markv) {
83 *markv = encoder.GetMarkvBinary();
88 spv_const_context context, const std::vector<uint8_t>& markv,
96 MarkvDecoder decoder(&hijack_context, markv, options, &markv_model);
markv_encoder.h 16 #include "source/comp/markv.h"
83 std::vector<uint8_t> markv(num_bytes);
86 std::memcpy(markv.data(), &header_, sizeof(header_));
87 std::memcpy(markv.data() + sizeof(header_), writer_.GetData(),
89 return markv;
markv_decoder.h 16 #include "source/comp/markv.h"
34 MarkvDecoder(spv_const_context context, const std::vector<uint8_t>& markv,
38 reader_(markv) {
  /external/swiftshader/third_party/SPIRV-Tools/source/comp/
markv.h 60 MarkvDebugConsumer debug_consumer, std::vector<uint8_t>* markv);
66 spv_const_context context, const std::vector<uint8_t>& markv,
markv.cpp 15 #include "source/comp/markv.h"
44 MarkvDebugConsumer debug_consumer, std::vector<uint8_t>* markv) {
83 *markv = encoder.GetMarkvBinary();
88 spv_const_context context, const std::vector<uint8_t>& markv,
96 MarkvDecoder decoder(&hijack_context, markv, options, &markv_model);
markv_encoder.h 16 #include "source/comp/markv.h"
83 std::vector<uint8_t> markv(num_bytes);
86 std::memcpy(markv.data(), &header_, sizeof(header_));
87 std::memcpy(markv.data() + sizeof(header_), writer_.GetData(),
89 return markv;
markv_decoder.h 16 #include "source/comp/markv.h"
34 MarkvDecoder(spv_const_context context, const std::vector<uint8_t>& markv,
38 reader_(markv) {
  /external/deqp-deps/SPIRV-Tools/tools/comp/
markv.cpp 26 #include "source/comp/markv.h"
226 std::vector<uint8_t> markv; local
239 spvtools::comp::MarkvDebugConsumer(), &markv)) {
245 if (!WriteFile<uint8_t>(output_filename, "wb", markv.data(), markv.size()))
248 if (!ReadFile<uint8_t>(input_filename, "rb", &markv)) return 1;
249 assert(!markv.empty());
252 ctx.context, markv, options, *model,
295 encoder_debug_consumer, &markv)) {
362 ctx.context, markv, options, *model, DiagnosticsMessageHandler
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/tools/comp/
markv.cpp 26 #include "source/comp/markv.h"
226 std::vector<uint8_t> markv; local
239 spvtools::comp::MarkvDebugConsumer(), &markv)) {
245 if (!WriteFile<uint8_t>(output_filename, "wb", markv.data(), markv.size()))
248 if (!ReadFile<uint8_t>(input_filename, "rb", &markv)) return 1;
249 assert(!markv.empty());
252 ctx.context, markv, options, *model,
295 encoder_debug_consumer, &markv)) {
362 ctx.context, markv, options, *model, DiagnosticsMessageHandler
    [all...]
  /external/deqp-deps/SPIRV-Tools/test/comp/
markv_codec_test.cpp 23 #include "source/comp/markv.h"
114 std::vector<uint8_t> markv; local
118 MarkvDebugConsumer(), &markv));
119 ASSERT_FALSE(markv.empty());
123 MarkvToSpirv(ctx.CContext(), markv, options, *model,
  /external/swiftshader/third_party/SPIRV-Tools/test/comp/
markv_codec_test.cpp 23 #include "source/comp/markv.h"
114 std::vector<uint8_t> markv; local
118 MarkvDebugConsumer(), &markv));
119 ASSERT_FALSE(markv.empty());
123 MarkvToSpirv(ctx.CContext(), markv, options, *model,

Completed in 248 milliseconds