/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_small_type_uses_test.cpp | 99 generator.entry_points_.push_back( in GetSmallTypesGenerator() 175 generator.entry_points_[0].body += R"( in TEST_F() 189 generator.entry_points_[0].body += R"( in TEST_F() 203 generator.entry_points_[0].body += R"( in TEST_F() 220 generator.entry_points_[0].body += inst + "\n"; in TEST_P() 284 generator.entry_points_[0].body += inst + "\n"; in TEST_P()
|
D | val_code_generator.cpp | 140 for (const EntryPoint& entry_point : entry_points_) { in Build() 146 for (const EntryPoint& entry_point : entry_points_) { in Build() 154 for (const EntryPoint& entry_point : entry_points_) { in Build()
|
D | val_builtins_test.cpp | 149 generator.entry_points_.push_back(std::move(entry_point)); in GetInMainCodeGenerator() 317 generator.entry_points_.push_back(std::move(entry_point)); in GetInFunctionCodeGenerator() 442 generator.entry_points_.push_back(std::move(entry_point)); in GetVariableCodeGenerator() 2601 generator.entry_points_.push_back(std::move(entry_point)); in GetArrayedVariableCodeGenerator() 2792 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeSuccessGenerator() 2821 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeFragmentGenerator() 2860 generator.entry_points_.push_back(std::move(entry_point)); in TEST_F() 2886 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotVectorGenerator() 2921 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotIntVectorGenerator() 2956 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotVec3Generator() [all …]
|
D | val_code_generator.h | 37 std::vector<EntryPoint> entry_points_; variable
|
D | val_non_semantic_test.cpp | 75 generator.entry_points_.push_back(std::move(entry_point)); in GetNonSemanticCodeGenerator()
|
/third_party/spirv-tools/test/val/ |
D | val_small_type_uses_test.cpp | 99 generator.entry_points_.push_back( in GetSmallTypesGenerator() 175 generator.entry_points_[0].body += R"( in TEST_F() 189 generator.entry_points_[0].body += R"( in TEST_F() 203 generator.entry_points_[0].body += R"( in TEST_F() 220 generator.entry_points_[0].body += inst + "\n"; in TEST_P() 284 generator.entry_points_[0].body += inst + "\n"; in TEST_P()
|
D | val_code_generator.cpp | 140 for (const EntryPoint& entry_point : entry_points_) { in Build() 146 for (const EntryPoint& entry_point : entry_points_) { in Build() 154 for (const EntryPoint& entry_point : entry_points_) { in Build()
|
D | val_builtins_test.cpp | 151 generator.entry_points_.push_back(std::move(entry_point)); in GetInMainCodeGenerator() 320 generator.entry_points_.push_back(std::move(entry_point)); in GetInFunctionCodeGenerator() 450 generator.entry_points_.push_back(std::move(entry_point)); in GetVariableCodeGenerator() 2672 generator.entry_points_.push_back(std::move(entry_point)); in GetArrayedVariableCodeGenerator() 2926 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeSuccessGenerator() 2955 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeFragmentGenerator() 2994 generator.entry_points_.push_back(std::move(entry_point)); in TEST_F() 3020 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotVectorGenerator() 3055 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotIntVectorGenerator() 3090 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotVec3Generator() [all …]
|
D | val_code_generator.h | 37 std::vector<EntryPoint> entry_points_; variable
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_small_type_uses_test.cpp | 99 generator.entry_points_.push_back( in GetSmallTypesGenerator() 175 generator.entry_points_[0].body += R"( in TEST_F() 189 generator.entry_points_[0].body += R"( in TEST_F() 203 generator.entry_points_[0].body += R"( in TEST_F() 220 generator.entry_points_[0].body += inst + "\n"; in TEST_P() 284 generator.entry_points_[0].body += inst + "\n"; in TEST_P()
|
D | val_code_generator.cpp | 140 for (const EntryPoint& entry_point : entry_points_) { in Build() 146 for (const EntryPoint& entry_point : entry_points_) { in Build() 154 for (const EntryPoint& entry_point : entry_points_) { in Build()
|
D | val_builtins_test.cpp | 149 generator.entry_points_.push_back(std::move(entry_point)); in GetInMainCodeGenerator() 317 generator.entry_points_.push_back(std::move(entry_point)); in GetInFunctionCodeGenerator() 442 generator.entry_points_.push_back(std::move(entry_point)); in GetVariableCodeGenerator() 2601 generator.entry_points_.push_back(std::move(entry_point)); in GetArrayedVariableCodeGenerator() 2792 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeSuccessGenerator() 2821 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeFragmentGenerator() 2860 generator.entry_points_.push_back(std::move(entry_point)); in TEST_F() 2886 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotVectorGenerator() 2921 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotIntVectorGenerator() 2956 generator.entry_points_.push_back(std::move(entry_point)); in GetWorkgroupSizeNotVec3Generator() [all …]
|
D | val_code_generator.h | 37 std::vector<EntryPoint> entry_points_; variable
|
D | val_non_semantic_test.cpp | 75 generator.entry_points_.push_back(std::move(entry_point)); in GetNonSemanticCodeGenerator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | module.h | 289 InstructionList entry_points_; variable 328 entry_points_.push_back(std::move(e)); in AddEntryPoint() 450 return make_range(entry_points_.begin(), entry_points_.end()); in entry_points() 454 return make_range(entry_points_.begin(), entry_points_.end()); in entry_points()
|
D | module.cpp | 93 DELEGATE(entry_points_); in ForEachInst() 117 for (auto& i : entry_points_) DELEGATE(i); in ForEachInst()
|
/third_party/spirv-tools/source/opt/ |
D | module.h | 304 InstructionList entry_points_; variable 347 entry_points_.push_back(std::move(e)); in AddEntryPoint() 469 return make_range(entry_points_.begin(), entry_points_.end()); in entry_points() 473 return make_range(entry_points_.begin(), entry_points_.end()); in entry_points()
|
D | module.cpp | 95 DELEGATE(entry_points_); in ForEachInst() 122 for (auto& i : entry_points_) DELEGATE(i); in ForEachInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | module.h | 289 InstructionList entry_points_; variable 328 entry_points_.push_back(std::move(e)); in AddEntryPoint() 450 return make_range(entry_points_.begin(), entry_points_.end()); in entry_points() 454 return make_range(entry_points_.begin(), entry_points_.end()); in entry_points()
|
D | module.cpp | 93 DELEGATE(entry_points_); in ForEachInst() 117 for (auto& i : entry_points_) DELEGATE(i); in ForEachInst()
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | pipeline.h | 70 entry_points_[stage] = entry; in SetEntryPointName() 141 entry_points_; variable
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.h | 158 entry_points_.push_back(Instruction{op, operands}); in push_entry_point() 161 const InstructionList& entry_points() const { return entry_points_; } in entry_points() 585 InstructionList entry_points_; variable
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validation_state.h | 223 entry_points_.push_back(id); in RegisterEntryPoint() 229 const std::vector<uint32_t>& entry_points() const { return entry_points_; } in entry_points() 798 std::vector<uint32_t> entry_points_; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validation_state.h | 223 entry_points_.push_back(id); in RegisterEntryPoint() 229 const std::vector<uint32_t>& entry_points() const { return entry_points_; } in entry_points() 798 std::vector<uint32_t> entry_points_; variable
|
/third_party/spirv-tools/source/val/ |
D | validation_state.h | 222 entry_points_.push_back(id); in RegisterEntryPoint() 228 const std::vector<uint32_t>& entry_points() const { return entry_points_; } in entry_points() 843 std::vector<uint32_t> entry_points_; variable
|