Home
last modified time | relevance | path

Searched defs:spirv (Results 51 - 75 of 254) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DSpirvValidation.cpp24 ValidateSpirv(DeviceBase* device, const std::vector<uint32_t>& spirv, bool dumpSpirv) ValidateSpirv() argument
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction_conversion_test.cc22 namespace spirv { namespace
H A Dparser.cc28 namespace spirv { namespace
H A Dparser_impl_convert_member_decoration_test.cc20 namespace spirv { namespace
[all...]
H A Dusage_test.cc23 namespace spirv { namespace
/third_party/skia/third_party/externals/tint/src/writer/spirv/
H A Dbinary_writer.h24 namespace spirv { namespace
H A Dbuilder_call_test.cc22 namespace spirv { namespace
H A Dbuilder_function_variable_test.cc20 namespace spirv { namespace
[all...]
H A Dbuilder_ident_expression_test.cc20 namespace spirv { namespace
[all...]
H A Dbuilder_literal_test.cc20 namespace spirv { namespace
[all...]
H A Dbuilder_switch_test.cc21 namespace spirv { namespace
[all...]
H A Dfunction.cc19 namespace spirv { namespace
H A Dgenerator.cc21 namespace spirv { namespace
H A Dgenerator.h30 namespace spirv { namespace
64 std::vector<uint32_t> spirv; member
H A Dinstruction.cc21 namespace spirv { namespace
H A Dinstruction.h25 namespace spirv { namespace
/third_party/spirv-tools/test/opt/
H A Dc_interface_test.cpp25 const uint32_t spirv[] = { in TEST() local
61 const uint32_t spirv[] = { in TEST() local
109 const uint32_t spirv[] = { in TEST() local
150 const uint32_t spirv[] = { TEST() local
199 const uint32_t spirv[] = { TEST() local
246 const uint32_t spirv[] = { TEST() local
310 const uint32_t spirv[] = { TEST() local
374 const uint32_t spirv[] = { TEST() local
439 const uint32_t spirv[] = { TEST() local
[all...]
/third_party/spirv-tools/test/
H A Dtext_to_binary.memory_test.cpp106 std::string spirv = "%2 = OpPtrEqual %1 %3 %4\n"; in TEST_F() local
115 std::string spirv = "%2 = OpPtrEqual %1 %3 %4\n"; in TEST_F() local
123 std::string spirv = "%2 = OpPtrNotEqual %1 %3 %4\n"; in TEST_F() local
132 std::string spirv = "%2 = OpPtrNotEqual %1 %3 %4\\n"; TEST_F() local
140 std::string spirv = "%2 = OpPtrDiff %1 %3 %4\\n"; TEST_F() local
152 std::string spirv = "%2 = OpPtrDiff %1 %3 %4\\n"; TEST_F() local
160 std::string spirv = "OpCopyMemory %1 %2\\n"; TEST_F() local
169 std::string spirv = "OpCopyMemory %1\\n"; TEST_F() local
176 std::string spirv = "OpCopyMemory %1 %2 %3\\n"; TEST_F() local
182 std::string spirv = "OpCopyMemory %1 %2 None\\n"; TEST_F() local
191 std::string spirv = "OpCopyMemory %1 %2 Volatile\\n"; TEST_F() local
200 std::string spirv = "OpCopyMemory %1 %2 Aligned 8\\n"; TEST_F() local
209 std::string spirv = "OpCopyMemory %1 %2 Nontemporal\\n"; TEST_F() local
218 std::string spirv = "OpCopyMemory %1 %2 MakePointerAvailable %3\\n"; TEST_F() local
227 std::string spirv = "OpCopyMemory %1 %2 MakePointerVisible %3\\n"; TEST_F() local
236 std::string spirv = "OpCopyMemory %1 %2 NonPrivatePointer\\n"; TEST_F() local
245 std::string spirv = TEST_F() local
257 std::string spirv = "OpCopyMemory %1 %2 Volatile Volatile\\n"; TEST_F() local
267 std::string spirv = "OpCopyMemory %1 %2 Volatile Volatile\\n"; TEST_F() local
276 std::string spirv = TEST_F() local
291 std::string spirv = "OpCopyMemorySized %1 %2 %3\\n"; TEST_F() local
300 std::string spirv = "OpCopyMemorySized %1 %2\\n"; TEST_F() local
307 std::string spirv = "OpCopyMemorySized %1 %2 %3 %4\\n"; TEST_F() local
313 std::string spirv = "OpCopyMemorySized %1 %2 %3 None\\n"; TEST_F() local
322 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile\\n"; TEST_F() local
331 std::string spirv = "OpCopyMemorySized %1 %2 %3 Aligned 8\\n"; TEST_F() local
340 std::string spirv = "OpCopyMemorySized %1 %2 %3 Nontemporal\\n"; TEST_F() local
349 std::string spirv = "OpCopyMemorySized %1 %2 %3 MakePointerAvailable %4\\n"; TEST_F() local
358 std::string spirv = "OpCopyMemorySized %1 %2 %3 MakePointerVisible %4\\n"; TEST_F() local
368 std::string spirv = "OpCopyMemorySized %1 %2 %3 NonPrivatePointer\\n"; TEST_F() local
377 std::string spirv = TEST_F() local
390 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile Volatile\\n"; TEST_F() local
400 std::string spirv = "OpCopyMemorySized %1 %2 %3 Volatile Volatile\\n"; TEST_F() local
409 std::string spirv = TEST_F() local
[all...]
/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...]
/third_party/skia/third_party/externals/angle2/src/common/spirv/
H A Dangle_spirv_utils.cpp15 namespace spirv namespace
/third_party/skia/third_party/externals/spirv-tools/source/wasm/
H A Dspirv-tools.cpp34 std::vector<uint32_t> spirv; in dis() local
46 std::vector<uint32_t> spirv; in as() local
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dext_inst.glsl_test.cpp44 const std::string spirv = R"( in TEST_P() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
H A Daggressive_dead_code_elim_test.cpp41 const std::string spirv = R"( in TEST_F() local
221 const std::string spirv = in TEST_F() local
280 const std::string spirv = in TEST_F() local
341 const std::string spirv = in TEST_F() local
[all...]
H A Dblock_merge_test.cpp1058 const std::string spirv = R"(OpCapability Shader in TEST_F() local
H A Dpass_merge_return_test.cpp1627 const std::string spirv = R"( in TEST_F() local
1787 const std::string spirv = R"( in TEST_F() local
1849 const std::string spirv = R"( in TEST_F() local
1927 const std::string spirv = R"( in TEST_F() local
[all...]

Completed in 12 milliseconds

1234567891011