Home
last modified time | relevance | path

Searched refs:spvBinaryToText (Results 1 – 25 of 27) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/test/
Dbinary_to_text_test.cpp98 spvBinaryToText(context, binary->code, binary->wordCount, in TEST_F()
109 spvBinaryToText(context, nullptr, 42, SPV_BINARY_TO_TEXT_OPTION_NONE, in TEST_F()
128 spvBinaryToText(context, binary->code, length, in TEST_F()
149 spvBinaryToText(context, damaged_binary.data(), damaged_binary.size(), in TEST_F()
500 EXPECT_THAT(spvBinaryToText(ScopedContext().context, words.data(), in TEST_F()
531 EXPECT_THAT(spvBinaryToText(ScopedContext().context, words.data(), in TEST_P()
Dc_interface_test.cpp51 EXPECT_EQ(SPV_SUCCESS, spvBinaryToText(context, binary->code, in TEST()
85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
165 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
257 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
Dtest_fixture.h114 error = spvBinaryToText(context.context, binary->code, binary->wordCount,
141 spvBinaryToText(ScopedContext().context, code.data(), code.size(), in EncodeSuccessfullyDecodeFailed()
Dtext_destroy_test.cpp60 spvBinaryToText(context, binary->code, binary->wordCount, 0, in TEST()
Dpreserve_numeric_ids_test.cpp45 result = spvBinaryToText(ctx.context, binary->code, binary->wordCount, in ToBinaryAndBack()
Dext_inst.glsl_test.cpp94 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
/external/deqp-deps/SPIRV-Tools/test/
Dbinary_to_text_test.cpp98 spvBinaryToText(context, binary->code, binary->wordCount, in TEST_F()
109 spvBinaryToText(context, nullptr, 42, SPV_BINARY_TO_TEXT_OPTION_NONE, in TEST_F()
128 spvBinaryToText(context, binary->code, length, in TEST_F()
149 spvBinaryToText(context, damaged_binary.data(), damaged_binary.size(), in TEST_F()
500 EXPECT_THAT(spvBinaryToText(ScopedContext().context, words.data(), in TEST_F()
531 EXPECT_THAT(spvBinaryToText(ScopedContext().context, words.data(), in TEST_P()
Dc_interface_test.cpp51 EXPECT_EQ(SPV_SUCCESS, spvBinaryToText(context, binary->code, in TEST()
85 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
165 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
257 spvBinaryToText(context, binary->code, binary->wordCount, 0, &text, in TEST()
Dtest_fixture.h114 error = spvBinaryToText(context.context, binary->code, binary->wordCount,
141 spvBinaryToText(ScopedContext().context, code.data(), code.size(), in EncodeSuccessfullyDecodeFailed()
Dtext_destroy_test.cpp60 spvBinaryToText(context, binary->code, binary->wordCount, 0, in TEST()
Dpreserve_numeric_ids_test.cpp45 result = spvBinaryToText(ctx.context, binary->code, binary->wordCount, in ToBinaryAndBack()
Dext_inst.glsl_test.cpp94 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
/external/deqp/external/vulkancts/framework/vulkan/
DvkSpirVAsm.cpp129 …const spv_result_t result = spvBinaryToText(context, binary, binarySizeInWords, 0, &text, &diagnos… in disassembleSpirV()
206 …const spv_result_t disasmResult = spvBinaryToText(context, binary, binarySizeInWords, disasmOption… in validateSpirV()
/external/swiftshader/third_party/SPIRV-Tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp56 spvBinaryToText(context, input.data(), input.size(), options, &text, in LLVMFuzzerTestOneInput()
/external/deqp-deps/SPIRV-Tools/test/fuzzers/
Dspvtools_dis_fuzzer.cpp56 spvBinaryToText(context, input.data(), input.size(), options, &text, in LLVMFuzzerTestOneInput()
/external/swiftshader/third_party/SPIRV-Tools/tools/dis/
Ddis.cpp198 spvBinaryToText(context, contents.data(), contents.size(), options, in main()
/external/deqp-deps/SPIRV-Tools/tools/dis/
Ddis.cpp198 spvBinaryToText(context, contents.data(), contents.size(), options, in main()
/external/swiftshader/third_party/SPIRV-Tools/source/
Dlibspirv.cpp100 spv_result_t status = spvBinaryToText(impl_->context, binary, binary_size, in Disassemble()
Ddisassemble.cpp463 spv_result_t spvBinaryToText(const spv_const_context context, in spvBinaryToText() function
/external/deqp-deps/SPIRV-Tools/source/
Dlibspirv.cpp100 spv_result_t status = spvBinaryToText(impl_->context, binary, binary_size, in Disassemble()
Ddisassemble.cpp463 spv_result_t spvBinaryToText(const spv_const_context context, in spvBinaryToText() function
/external/deqp-deps/glslang/SPIRV/
DSpvTools.cpp130 spvBinaryToText(context, spirv.data(), spirv.size(), in SpirvToolsDisassemble()
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h767 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryToText(const spv_const_context context,
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/
Dlibspirv.h761 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryToText(const spv_const_context context,
/external/mesa3d/src/gallium/frontends/clover/spirv/
Dinvocation.cpp815 spvBinaryToText(spvContext,

12