Home
last modified time | relevance | path

Searched defs:spirv (Results 26 - 50 of 254) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dparser_type_test.cc21 namespace spirv { namespace
H A Dspirv_tools_helpers_test.h23 namespace spirv { namespace
H A Denum_converter.h27 namespace spirv { namespace
H A Dfail_stream_test.cc21 namespace spirv { namespace
H A Dparser_impl_get_decorations_test.cc21 namespace spirv { namespace
H A Dparser_impl_user_name_test.cc21 namespace spirv { namespace
H A Dparser_test.cc21 namespace spirv { namespace
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbuilder_bitcast_expression_test.cc20 namespace spirv { namespace
H A Dbuilder_discard_test.cc20 namespace spirv { namespace
H A Dinstruction_test.cc21 namespace spirv { namespace
H A Dbinary_writer_test.cc19 namespace spirv { namespace
H A Dbuilder_assign_test.cc20 namespace spirv { namespace
[all...]
H A Dbuilder_block_test.cc20 namespace spirv { namespace
H A Dbuilder_return_test.cc20 namespace spirv { namespace
H A Dbuilder_unary_op_expression_test.cc20 namespace spirv { namespace
/third_party/spirv-tools/test/
H A Dtext_to_binary.composite_test.cpp36 std::string spirv = "%2 = OpCopyLogical %1 %3\n"; in TEST_F() local
43 std::string spirv = "%2 = OpCopyLogical %1 %3\n"; in TEST_F() local
/third_party/spirv-tools/test/val/
H A Dval_misc_test.cpp34 const std::string spirv = R"( in TEST_F() local
52 const std::string spirv = R"( in TEST_F() local
70 const std::string spirv = R"( in TEST_F() local
106 const std::string spirv = ShaderClockSpriv + R"( in TEST_F() local
126 const std::string spirv = ShaderClockSpriv + R"( in TEST_F() local
148 const std::string spirv = ShaderClockSpriv + R"( TEST_F() local
169 const std::string spirv = ShaderClockSpriv + R"( TEST_F() local
189 const std::string spirv = ShaderClockSpriv + R"( TEST_F() local
209 const std::string spirv = ShaderClockSpriv + R"( TEST_F() local
231 const std::string spirv = ShaderClockSpriv + R"( TEST_F() local
255 const std::string spirv = R"( TEST_F() local
278 const std::string spirv = R"( TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Dsimplification_test.cpp318 const std::string spirv = R"( in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
H A Dsimplification_test.cpp318 const std::string spirv = R"( in TEST_F() local
/third_party/skia/src/sksl/codegen/
H A DSkSLSPIRVtoHLSL.cpp22 bool SPIRVtoHLSL(const String& spirv, String* hlsl) { in SPIRVtoHLSL() argument
/third_party/spirv-tools/test/opt/
H A Dsimplification_test.cpp317 const std::string spirv = R"( in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.memory_test.cpp104 std::string spirv = "%2 = OpPtrEqual %1 %3 %4\n"; in TEST_F() local
113 std::string spirv = "%2 = OpPtrEqual %1 %3 %4\n"; in TEST_F() local
121 std::string spirv = "%2 = OpPtrNotEqual %1 %3 %4\n"; in TEST_F() local
130 std::string spirv = "%2 = OpPtrNotEqual %1 %3 %4\\n"; TEST_F() local
138 std::string spirv = "%2 = OpPtrDiff %1 %3 %4\\n"; TEST_F() local
150 std::string spirv = "%2 = OpPtrDiff %1 %3 %4\\n"; TEST_F() local
158 std::string spirv = "OpCopyMemory %1 %2\\n"; TEST_F() local
167 std::string spirv = "OpCopyMemory %1\\n"; TEST_F() local
173 std::string spirv = "OpCopyMemory %1 %2 %3\\n"; TEST_F() local
179 std::string spirv = "OpCopyMemory %1 %2 None\\n"; TEST_F() local
188 std::string spirv = "OpCopyMemory %1 %2 Volatile\\n"; TEST_F() local
197 std::string spirv = "OpCopyMemory %1 %2 Aligned 8\\n"; TEST_F() local
206 std::string spirv = "OpCopyMemory %1 %2 Nontemporal\\n"; TEST_F() local
215 std::string spirv = "OpCopyMemory %1 %2 MakePointerAvailable %3\\n"; TEST_F() local
224 std::string spirv = "OpCopyMemory %1 %2 MakePointerVisible %3\\n"; TEST_F() local
233 std::string spirv = "OpCopyMemory %1 %2 NonPrivatePointer\\n"; TEST_F() local
242 std::string spirv = TEST_F() local
254 std::string spirv = "OpCopyMemory %1 %2 Volatile Volatile\\n"; TEST_F() local
264 std::string spirv = "OpCopyMemory %1 %2 Volatile Volatile\\n"; TEST_F() local
273 std::string spirv = TEST_F() local
287 std::string spirv = "OpCopyMemorySized %1 %2 %3\\n"; TEST_F() local
296 std::string spirv = "OpCopyMemorySized %1 %2\\n"; TEST_F() local
302 std::string spirv = "OpCopyMemorySized %1 %2 %3 %4\\n"; TEST_F() local
308 std::string spirv = "OpCopyMemorySized %1 %2 %3 None\\n"; TEST_F() local
317 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile\\n"; TEST_F() local
326 std::string spirv = "OpCopyMemorySized %1 %2 %3 Aligned 8\\n"; TEST_F() local
335 std::string spirv = "OpCopyMemorySized %1 %2 %3 Nontemporal\\n"; TEST_F() local
344 std::string spirv = "OpCopyMemorySized %1 %2 %3 MakePointerAvailable %4\\n"; TEST_F() local
353 std::string spirv = "OpCopyMemorySized %1 %2 %3 MakePointerVisible %4\\n"; TEST_F() local
362 std::string spirv = "OpCopyMemorySized %1 %2 %3 NonPrivatePointer\\n"; TEST_F() local
371 std::string spirv = TEST_F() local
384 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile Volatile\\n"; TEST_F() local
394 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile Volatile\\n"; TEST_F() local
403 std::string spirv = TEST_F() local
[all...]
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_validation_state_test.cpp125 std::string spirv = std::string(kHeader) + "%int = OpTypeInt 32 0"; in TEST_F() local
133 std::string spirv = std::string(kHeader) + R"( in TEST_F() local
146 std::string spirv = std::string(kHeader) + R"( in TEST_F() local
166 std::string spirv = std::string(kHeader) + R"( in TEST_F() local
177 std::string spirv = std::string(kHeader) + in TEST_F() local
236 std::string spirv = std::string(kHeader) + kNonRecursiveBody; TEST_F() local
242 std::string spirv = std::string(kVulkanMemoryHeader) + kNonRecursiveBody; TEST_F() local
249 std::string spirv = std::string(kHeader) + kDirectlyRecursiveBody; TEST_F() local
255 std::string spirv = std::string(kVulkanMemoryHeader) + kDirectlyRecursiveBody; TEST_F() local
267 std::string spirv = std::string(kHeader) + kIndirectlyRecursiveBody; TEST_F() local
273 std::string spirv = TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.memory_test.cpp104 std::string spirv = "%2 = OpPtrEqual %1 %3 %4\n"; in TEST_F() local
113 std::string spirv = "%2 = OpPtrEqual %1 %3 %4\n"; in TEST_F() local
121 std::string spirv = "%2 = OpPtrNotEqual %1 %3 %4\n"; in TEST_F() local
130 std::string spirv = "%2 = OpPtrNotEqual %1 %3 %4\\n"; TEST_F() local
138 std::string spirv = "%2 = OpPtrDiff %1 %3 %4\\n"; TEST_F() local
150 std::string spirv = "%2 = OpPtrDiff %1 %3 %4\\n"; TEST_F() local
158 std::string spirv = "OpCopyMemory %1 %2\\n"; TEST_F() local
167 std::string spirv = "OpCopyMemory %1\\n"; TEST_F() local
173 std::string spirv = "OpCopyMemory %1 %2 %3\\n"; TEST_F() local
179 std::string spirv = "OpCopyMemory %1 %2 None\\n"; TEST_F() local
188 std::string spirv = "OpCopyMemory %1 %2 Volatile\\n"; TEST_F() local
197 std::string spirv = "OpCopyMemory %1 %2 Aligned 8\\n"; TEST_F() local
206 std::string spirv = "OpCopyMemory %1 %2 Nontemporal\\n"; TEST_F() local
215 std::string spirv = "OpCopyMemory %1 %2 MakePointerAvailable %3\\n"; TEST_F() local
224 std::string spirv = "OpCopyMemory %1 %2 MakePointerVisible %3\\n"; TEST_F() local
233 std::string spirv = "OpCopyMemory %1 %2 NonPrivatePointer\\n"; TEST_F() local
242 std::string spirv = TEST_F() local
254 std::string spirv = "OpCopyMemory %1 %2 Volatile Volatile\\n"; TEST_F() local
264 std::string spirv = "OpCopyMemory %1 %2 Volatile Volatile\\n"; TEST_F() local
273 std::string spirv = TEST_F() local
287 std::string spirv = "OpCopyMemorySized %1 %2 %3\\n"; TEST_F() local
296 std::string spirv = "OpCopyMemorySized %1 %2\\n"; TEST_F() local
302 std::string spirv = "OpCopyMemorySized %1 %2 %3 %4\\n"; TEST_F() local
308 std::string spirv = "OpCopyMemorySized %1 %2 %3 None\\n"; TEST_F() local
317 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile\\n"; TEST_F() local
326 std::string spirv = "OpCopyMemorySized %1 %2 %3 Aligned 8\\n"; TEST_F() local
335 std::string spirv = "OpCopyMemorySized %1 %2 %3 Nontemporal\\n"; TEST_F() local
344 std::string spirv = "OpCopyMemorySized %1 %2 %3 MakePointerAvailable %4\\n"; TEST_F() local
353 std::string spirv = "OpCopyMemorySized %1 %2 %3 MakePointerVisible %4\\n"; TEST_F() local
362 std::string spirv = "OpCopyMemorySized %1 %2 %3 NonPrivatePointer\\n"; TEST_F() local
371 std::string spirv = TEST_F() local
384 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile Volatile\\n"; TEST_F() local
394 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile Volatile\\n"; TEST_F() local
403 std::string spirv = TEST_F() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_validation_state_test.cpp125 std::string spirv = std::string(kHeader) + "%int = OpTypeInt 32 0"; in TEST_F() local
133 std::string spirv = std::string(kHeader) + R"( in TEST_F() local
146 std::string spirv = std::string(kHeader) + R"( in TEST_F() local
166 std::string spirv = std::string(kHeader) + R"( in TEST_F() local
177 std::string spirv = std::string(kHeader) + in TEST_F() local
236 std::string spirv = std::string(kHeader) + kNonRecursiveBody; TEST_F() local
242 std::string spirv = std::string(kVulkanMemoryHeader) + kNonRecursiveBody; TEST_F() local
249 std::string spirv = std::string(kHeader) + kDirectlyRecursiveBody; TEST_F() local
255 std::string spirv = std::string(kVulkanMemoryHeader) + kDirectlyRecursiveBody; TEST_F() local
267 std::string spirv = std::string(kHeader) + kIndirectlyRecursiveBody; TEST_F() local
273 std::string spirv = TEST_F() local
[all...]

Completed in 13 milliseconds

1234567891011