/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 98 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()
|
D | c_interface_test.cpp | 51 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()
|
D | test_fixture.h | 114 error = spvBinaryToText(context.context, binary->code, binary->wordCount, 141 spvBinaryToText(ScopedContext().context, code.data(), code.size(), in EncodeSuccessfullyDecodeFailed()
|
D | text_destroy_test.cpp | 60 spvBinaryToText(context, binary->code, binary->wordCount, 0, in TEST()
|
D | preserve_numeric_ids_test.cpp | 45 result = spvBinaryToText(ctx.context, binary->code, binary->wordCount, in ToBinaryAndBack()
|
D | ext_inst.glsl_test.cpp | 94 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_to_text_test.cpp | 98 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()
|
D | c_interface_test.cpp | 51 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()
|
D | test_fixture.h | 114 error = spvBinaryToText(context.context, binary->code, binary->wordCount, 141 spvBinaryToText(ScopedContext().context, code.data(), code.size(), in EncodeSuccessfullyDecodeFailed()
|
D | text_destroy_test.cpp | 60 spvBinaryToText(context, binary->code, binary->wordCount, 0, in TEST()
|
D | preserve_numeric_ids_test.cpp | 45 result = spvBinaryToText(ctx.context, binary->code, binary->wordCount, in ToBinaryAndBack()
|
D | ext_inst.glsl_test.cpp | 94 error = spvBinaryToText(context, binary->code, binary->wordCount, in TEST_P()
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkSpirVAsm.cpp | 129 …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/ |
D | spvtools_dis_fuzzer.cpp | 56 spvBinaryToText(context, input.data(), input.size(), options, &text, in LLVMFuzzerTestOneInput()
|
/external/deqp-deps/SPIRV-Tools/test/fuzzers/ |
D | spvtools_dis_fuzzer.cpp | 56 spvBinaryToText(context, input.data(), input.size(), options, &text, in LLVMFuzzerTestOneInput()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/dis/ |
D | dis.cpp | 198 spvBinaryToText(context, contents.data(), contents.size(), options, in main()
|
/external/deqp-deps/SPIRV-Tools/tools/dis/ |
D | dis.cpp | 198 spvBinaryToText(context, contents.data(), contents.size(), options, in main()
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | libspirv.cpp | 100 spv_result_t status = spvBinaryToText(impl_->context, binary, binary_size, in Disassemble()
|
D | disassemble.cpp | 463 spv_result_t spvBinaryToText(const spv_const_context context, in spvBinaryToText() function
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | libspirv.cpp | 100 spv_result_t status = spvBinaryToText(impl_->context, binary, binary_size, in Disassemble()
|
D | disassemble.cpp | 463 spv_result_t spvBinaryToText(const spv_const_context context, in spvBinaryToText() function
|
/external/deqp-deps/glslang/SPIRV/ |
D | SpvTools.cpp | 130 spvBinaryToText(context, spirv.data(), spirv.size(), in SpirvToolsDisassemble()
|
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 767 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryToText(const spv_const_context context,
|
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.h | 761 SPIRV_TOOLS_EXPORT spv_result_t spvBinaryToText(const spv_const_context context,
|
/external/mesa3d/src/gallium/frontends/clover/spirv/ |
D | invocation.cpp | 815 spvBinaryToText(spvContext,
|