/external/swiftshader/third_party/SPIRV-Tools/test/comp/ |
D | markv_codec_test.cpp | 65 ctx.CContext(), code.c_str(), code.size(), options, in Compile() 81 ASSERT_EQ(SPV_SUCCESS, spvBinaryToText(ctx.CContext(), words.data(), in Disassemble() 116 SpirvToMarkv(ctx.CContext(), binary_to_encode, options, *model, in TestEncodeDecode() 123 MarkvToSpirv(ctx.CContext(), markv, options, *model, in TestEncodeDecode()
|
/external/deqp-deps/SPIRV-Tools/test/comp/ |
D | markv_codec_test.cpp | 65 ctx.CContext(), code.c_str(), code.size(), options, in Compile() 81 ASSERT_EQ(SPV_SUCCESS, spvBinaryToText(ctx.CContext(), words.data(), in Disassemble() 116 SpirvToMarkv(ctx.CContext(), binary_to_encode, options, *model, in TestEncodeDecode() 123 MarkvToSpirv(ctx.CContext(), markv, options, *model, in TestEncodeDecode()
|
/external/swiftshader/third_party/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.hpp | 60 spv_context& CContext(); 61 const spv_context& CContext() const;
|
/external/deqp-deps/SPIRV-Tools/include/spirv-tools/ |
D | libspirv.hpp | 60 spv_context& CContext(); 61 const spv_context& CContext() const;
|
/external/swiftshader/third_party/SPIRV-Tools/source/ |
D | libspirv.cpp | 47 spv_context& Context::CContext() { return context_; } in CContext() function in spvtools::Context 49 const spv_context& Context::CContext() const { return context_; } in CContext() function in spvtools::Context
|
/external/deqp-deps/SPIRV-Tools/source/ |
D | libspirv.cpp | 47 spv_context& Context::CContext() { return context_; } in CContext() function in spvtools::Context 49 const spv_context& Context::CContext() const { return context_; } in CContext() function in spvtools::Context
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 277 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 293 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 319 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 336 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 355 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F()
|
/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | binary_parse_test.cpp | 279 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 295 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 321 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 338 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F() 357 spvBinaryParse(ctx.CContext(), &client_, words.data(), words.size(), in TEST_F()
|
/external/deqp-deps/SPIRV-Tools/tools/stats/ |
D | stats.cpp | 134 spvtools::stats::AggregateStats(ctx.CContext(), contents.data(), in main()
|
/external/swiftshader/third_party/SPIRV-Tools/tools/stats/ |
D | stats.cpp | 134 spvtools::stats::AggregateStats(ctx.CContext(), contents.data(), in main()
|
/external/swiftshader/third_party/SPIRV-Tools/test/stats/ |
D | stats_aggregate_test.cpp | 57 ASSERT_EQ(SPV_SUCCESS, spvTextToBinary(ctx.CContext(), code.c_str(), in CompileAndAggregateStats() 60 ASSERT_EQ(SPV_SUCCESS, AggregateStats(ctx.CContext(), binary->code, in CompileAndAggregateStats()
|
/external/deqp-deps/SPIRV-Tools/test/stats/ |
D | stats_aggregate_test.cpp | 57 ASSERT_EQ(SPV_SUCCESS, spvTextToBinary(ctx.CContext(), code.c_str(), in CompileAndAggregateStats() 60 ASSERT_EQ(SPV_SUCCESS, AggregateStats(ctx.CContext(), binary->code, in CompileAndAggregateStats()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 7824 SourceLocation CContext, unsigned diag, in DiagnoseImpCast() argument 7830 << SourceRange(CContext)); in DiagnoseImpCast() 7834 << SourceType << T << E->getSourceRange() << SourceRange(CContext); in DiagnoseImpCast() 7838 void DiagnoseImpCast(Sema &S, Expr *E, QualType T, SourceLocation CContext, in DiagnoseImpCast() argument 7840 DiagnoseImpCast(S, E, E->getType(), T, CContext, diag, pruneControlFlow); in DiagnoseImpCast() 7847 SourceLocation CContext) { in DiagnoseFloatingImpCast() argument 7864 return DiagnoseImpCast(S, E, T, CContext, in DiagnoseFloatingImpCast() 7876 return DiagnoseImpCast(S, E, T, CContext, diag::warn_impcast_float_integer, in DiagnoseFloatingImpCast() 7886 return DiagnoseImpCast(S, E, T, CContext, in DiagnoseFloatingImpCast() 7894 return DiagnoseImpCast(S, E, T, CContext, in DiagnoseFloatingImpCast() [all …]
|
/external/swiftshader/third_party/SPIRV-Tools/source/link/ |
D | linker.cpp | 675 const spv_context& c_context = context.CContext(); in Link()
|
/external/deqp-deps/SPIRV-Tools/source/link/ |
D | linker.cpp | 675 const spv_context& c_context = context.CContext(); in Link()
|