/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | binary_parse_test.cpp | 208 spvBinaryParse(ScopedContext().context, &client_, in Parse() 244 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() 255 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() 271 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 287 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 313 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 330 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 349 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 374 EXPECT_EQ(SPV_SUCCESS, spvBinaryParse(ScopedContext().context, &client_, in TEST_F() 385 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() [all …]
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 208 spvBinaryParse(ScopedContext().context, &client_, in Parse() 244 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() 255 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() 271 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 287 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 313 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 330 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 349 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 374 EXPECT_EQ(SPV_SUCCESS, spvBinaryParse(ScopedContext().context, &client_, in TEST_F() 385 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 208 spvBinaryParse(ScopedContext().context, &client_, in Parse() 244 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() 255 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() 271 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 287 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 313 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 330 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 349 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 374 EXPECT_EQ(SPV_SUCCESS, spvBinaryParse(ScopedContext().context, &client_, in TEST_F() 385 spvBinaryParse(ScopedContext().context, &client_, words.data(), in TEST_F() [all …]
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzzers/ |
D | spvtools_binary_parser_fuzzer.cpp | 41 spvBinaryParse(context, nullptr, input.data(), input.size(), nullptr, nullptr, in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/SPIRV-Tools/test/fuzzers/ |
D | spvtools_binary_parser_fuzzer.cpp | 41 spvBinaryParse(context, nullptr, input.data(), input.size(), nullptr, nullptr, in LLVMFuzzerTestOneInput()
|
/external/deqp-deps/SPIRV-Tools/test/fuzzers/ |
D | spvtools_binary_parser_fuzzer.cpp | 41 spvBinaryParse(context, nullptr, input.data(), input.size(), nullptr, nullptr, in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | build_module.cpp | 68 spv_result_t status = spvBinaryParse(context, &loader, binary, size, in BuildModule()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | build_module.cpp | 68 spv_result_t status = spvBinaryParse(context, &loader, binary, size, in BuildModule()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | build_module.cpp | 68 spv_result_t status = spvBinaryParse(context, &loader, binary, size, in BuildModule()
|
/external/deqp-deps/SPIRV-Tools/tools/cfg/ |
D | bin_to_dot.cpp | 180 if (auto error = spvBinaryParse(context, &converter, words, num_words, in BinaryToDot()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/cfg/ |
D | bin_to_dot.cpp | 180 if (auto error = spvBinaryParse(context, &converter, words, num_words, in BinaryToDot()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/cfg/ |
D | bin_to_dot.cpp | 180 if (auto error = spvBinaryParse(context, &converter, words, num_words, in BinaryToDot()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate.cpp | 200 spvBinaryParse(&hijacked_context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState() 206 if (auto error = spvBinaryParse(&context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate.cpp | 200 spvBinaryParse(&hijacked_context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState() 206 if (auto error = spvBinaryParse(&context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
|
/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate.cpp | 200 spvBinaryParse(&hijacked_context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState() 206 if (auto error = spvBinaryParse(&context, vstate, words, num_words, in ValidateBinaryUsingContextAndValidationState()
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | disassemble.cpp | 516 spvBinaryParse(context, &wrapped, code, wordCount, DisassembleTargetHeader, in spvInstructionBinaryToText() 558 spvBinaryParse(&hijack_context, &disassembler, code, wordCount, in spvBinaryToText()
|
D | name_mapper.cpp | 52 spvBinaryParse(context, this, code, wordCount, nullptr, in FriendlyNameMapper()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/ |
D | disassemble.cpp | 516 spvBinaryParse(context, &wrapped, code, wordCount, DisassembleTargetHeader, in spvInstructionBinaryToText() 558 spvBinaryParse(&hijack_context, &disassembler, code, wordCount, in spvBinaryToText()
|
D | name_mapper.cpp | 52 spvBinaryParse(context, this, code, wordCount, nullptr, in FriendlyNameMapper()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | disassemble.cpp | 516 spvBinaryParse(context, &wrapped, code, wordCount, DisassembleTargetHeader, in spvInstructionBinaryToText() 558 spvBinaryParse(&hijack_context, &disassembler, code, wordCount, in spvBinaryToText()
|
D | name_mapper.cpp | 52 spvBinaryParse(context, this, code, wordCount, nullptr, in FriendlyNameMapper()
|
/external/deqp-deps/amber/src/ |
D | clspv_helper.cc | 271 if (spvBinaryParse(context, &helper, generated_binary->data(), in Compile()
|
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 894 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryParse(
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/include/spirv-tools/ |
D | libspirv.h | 894 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryParse(
|
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 894 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryParse(
|