Home
last modified time | relevance | path

Searched refs:memory_value (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dvalidate_memory_semantics.cpp185 uint32_t memory_value = 0; in ValidateMemorySemantics() local
186 std::tie(memory_is_int32, memory_is_const_int32, memory_value) = in ValidateMemorySemantics()
188 if (memory_is_int32 && memory_value == SpvScopeInvocation) { in ValidateMemorySemantics()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dvalidate_memory_semantics.cpp185 uint32_t memory_value = 0; in ValidateMemorySemantics() local
186 std::tie(memory_is_int32, memory_is_const_int32, memory_value) = in ValidateMemorySemantics()
188 if (memory_is_int32 && memory_value == SpvScopeInvocation) { in ValidateMemorySemantics()
/third_party/spirv-tools/source/val/
H A Dvalidate_memory_semantics.cpp187 uint32_t memory_value = 0; in ValidateMemorySemantics() local
188 std::tie(memory_is_int32, memory_is_const_int32, memory_value) = in ValidateMemorySemantics()
191 spv::Scope(memory_value) == spv::Scope::Invocation) { in ValidateMemorySemantics()
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.mode_setting_test.cpp47 return static_cast<uint32_t>(memory_value); in get_memory_value()
51 SpvMemoryModel memory_value; member
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.mode_setting_test.cpp47 return static_cast<uint32_t>(memory_value); in get_memory_value()
51 SpvMemoryModel memory_value; member
/third_party/spirv-tools/test/
H A Dtext_to_binary.mode_setting_test.cpp47 return static_cast<uint32_t>(memory_value); in get_memory_value()
51 spv::MemoryModel memory_value; member

Completed in 5 milliseconds