Home
last modified time | relevance | path

Searched refs:SpvScopeInvocation (Results 1 – 25 of 29) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_scopes.cpp33 case SpvScopeInvocation: in IsValidScope()
208 value != SpvScopeInvocation) { in ValidateMemoryScope()
218 value != SpvScopeSubgroup && value != SpvScopeInvocation) { in ValidateMemoryScope()
255 if (value != SpvScopeWorkgroup && value != SpvScopeInvocation && in ValidateMemoryScope()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_scopes.cpp33 case SpvScopeInvocation: in IsValidScope()
223 value != SpvScopeInvocation) { in ValidateMemoryScope()
233 value != SpvScopeSubgroup && value != SpvScopeInvocation) { in ValidateMemoryScope()
270 if (value != SpvScopeWorkgroup && value != SpvScopeInvocation && in ValidateMemoryScope()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_scopes.cpp33 case SpvScopeInvocation: in IsValidScope()
223 value != SpvScopeInvocation) { in ValidateMemoryScope()
233 value != SpvScopeSubgroup && value != SpvScopeInvocation) { in ValidateMemoryScope()
270 if (value != SpvScopeWorkgroup && value != SpvScopeInvocation && in ValidateMemoryScope()
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp101 SpvScopeSubgroup, SpvScopeInvocation};
116 case SpvScopeInvocation: in ConvertScope()
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp101 SpvScopeSubgroup, SpvScopeInvocation};
116 case SpvScopeInvocation: in ConvertScope()
/external/angle/third_party/spirv-tools/src/test/val/
Dval_non_uniform_test.cpp101 SpvScopeSubgroup, SpvScopeInvocation};
116 case SpvScopeInvocation: in ConvertScope()
/external/skia/src/sksl/
Dspirv.h490 SpvScopeInvocation = 4, enumerator
/external/skqp/src/sksl/
Dspirv.h490 SpvScopeInvocation = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h550 SpvScopeInvocation = 4, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.0/
Dspirv.h550 SpvScopeInvocation = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.0/
Dspirv.h550 SpvScopeInvocation = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.0/
Dspirv.h550 SpvScopeInvocation = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h564 SpvScopeInvocation = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.2/
Dspirv.h564 SpvScopeInvocation = 4, enumerator
/external/shaderc/spirv-headers/include/spirv/1.1/
Dspirv.h559 SpvScopeInvocation = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.2/
Dspirv.h564 SpvScopeInvocation = 4, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.2/
Dspirv.h564 SpvScopeInvocation = 4, enumerator
/external/angle/third_party/spirv-headers/src/include/spirv/1.1/
Dspirv.h559 SpvScopeInvocation = 4, enumerator
/external/deqp-deps/SPIRV-Headers/include/spirv/1.1/
Dspirv.h559 SpvScopeInvocation = 4, enumerator
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h559 SpvScopeInvocation = 4, enumerator
/external/angle/third_party/spirv-tools/src/source/opt/
Dinstrument_pass.cpp681 uint32_t scope_invok_id = builder.GetUintConstantId(SpvScopeInvocation); in GetStreamWriteFunctionId()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp681 uint32_t scope_invok_id = builder.GetUintConstantId(SpvScopeInvocation); in GetStreamWriteFunctionId()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dinstrument_pass.cpp658 uint32_t scope_invok_id = builder.GetUintConstantId(SpvScopeInvocation); in GetStreamWriteFunctionId()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2379 case SpvScopeInvocation: in vtn_scope_to_nir_scope()
3039 SpvScope scope = SpvScopeInvocation; in vtn_handle_image()
3424 SpvScope scope = SpvScopeInvocation; in vtn_handle_atomics()
3877 vtn_assert(scope == SpvScopeInvocation || scope == SpvScopeDevice); in vtn_emit_memory_barrier()
/external/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
Dspirv.h713 SpvScopeInvocation = 4, enumerator

12