Home
last modified time | relevance | path

Searched refs:SpvScopeDevice (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_scopes.cpp30 case SpvScopeDevice: in IsValidScope()
213 if (value == SpvScopeDevice && in ValidateMemoryScope()
230 value != SpvScopeDevice && value != SpvScopeWorkgroup && in ValidateMemoryScope()
240 value != SpvScopeDevice && value != SpvScopeWorkgroup && in ValidateMemoryScope()
Dvalidate_misc.cpp53 if (is_const_int32 && value != SpvScopeSubgroup && value != SpvScopeDevice) { in ValidateShaderClock()
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_scopes.cpp30 case SpvScopeDevice: in IsValidScope()
213 if (value == SpvScopeDevice && in ValidateMemoryScope()
230 value != SpvScopeDevice && value != SpvScopeWorkgroup && in ValidateMemoryScope()
240 value != SpvScopeDevice && value != SpvScopeWorkgroup && in ValidateMemoryScope()
Dvalidate_misc.cpp53 if (is_const_int32 && value != SpvScopeSubgroup && value != SpvScopeDevice) { in ValidateShaderClock()
/third_party/spirv-tools/source/val/
Dvalidate_scopes.cpp30 case SpvScopeDevice: in IsValidScope()
215 if (value == SpvScopeDevice && in ValidateMemoryScope()
225 if (value != SpvScopeDevice && value != SpvScopeWorkgroup && in ValidateMemoryScope()
Dvalidate_misc.cpp53 if (is_const_int32 && value != SpvScopeSubgroup && value != SpvScopeDevice) { in ValidateShaderClock()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup,
111 case SpvScopeDevice: in ConvertScope()
/third_party/skia/third_party/externals/spirv-tools/test/val/
Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup,
111 case SpvScopeDevice: in ConvertScope()
/third_party/spirv-tools/test/val/
Dval_non_uniform_test.cpp100 SpvScope scopes[] = {SpvScopeCrossDevice, SpvScopeDevice, SpvScopeWorkgroup,
111 case SpvScopeDevice: in ConvertScope()
/third_party/spirv-tools/source/opt/
Dupgrade_memory_model.cpp707 return static_cast<uint32_t>(constant->GetS32()) == SpvScopeDevice; in IsDeviceScope()
709 return static_cast<uint32_t>(constant->GetU32()) == SpvScopeDevice; in IsDeviceScope()
712 return static_cast<uint32_t>(constant->GetS64()) == SpvScopeDevice; in IsDeviceScope()
714 return static_cast<uint32_t>(constant->GetU64()) == SpvScopeDevice; in IsDeviceScope()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dupgrade_memory_model.cpp709 return static_cast<uint32_t>(constant->GetS32()) == SpvScopeDevice; in IsDeviceScope()
711 return static_cast<uint32_t>(constant->GetU32()) == SpvScopeDevice; in IsDeviceScope()
714 return static_cast<uint32_t>(constant->GetS64()) == SpvScopeDevice; in IsDeviceScope()
716 return static_cast<uint32_t>(constant->GetU64()) == SpvScopeDevice; in IsDeviceScope()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dupgrade_memory_model.cpp709 return static_cast<uint32_t>(constant->GetS32()) == SpvScopeDevice; in IsDeviceScope()
711 return static_cast<uint32_t>(constant->GetU32()) == SpvScopeDevice; in IsDeviceScope()
714 return static_cast<uint32_t>(constant->GetS64()) == SpvScopeDevice; in IsDeviceScope()
716 return static_cast<uint32_t>(constant->GetU64()) == SpvScopeDevice; in IsDeviceScope()
/third_party/mesa3d/docs/relnotes/
D21.3.6.rst118 - zink: use SpvScopeDevice over SpvScopeWorkgroup for atomic shader ops
/third_party/skia/src/sksl/
Dspirv.h487 SpvScopeDevice = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
Dspirv.h547 SpvScopeDevice = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
Dspirv.h547 SpvScopeDevice = 1, enumerator
/third_party/spirv-headers/include/spirv/1.0/
Dspirv.h547 SpvScopeDevice = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
Dspirv.h556 SpvScopeDevice = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
Dspirv.h561 SpvScopeDevice = 1, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
Dspirv.h556 SpvScopeDevice = 1, enumerator
/third_party/spirv-headers/include/spirv/1.2/
Dspirv.h561 SpvScopeDevice = 1, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
Dspirv.h561 SpvScopeDevice = 1, enumerator
/third_party/spirv-headers/include/spirv/1.1/
Dspirv.h556 SpvScopeDevice = 1, enumerator
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/
Dnir_to_spirv.c155 [NIR_SCOPE_DEVICE] = SpvScopeDevice, in get_scope()
1707 …n spirv_builder_emit_triop(&ctx->builder, op, type, src0, emit_uint_const(ctx, 32, SpvScopeDevice), in emit_atomic()
1710 …n spirv_builder_emit_hexop(&ctx->builder, op, type, src0, emit_uint_const(ctx, 32, SpvScopeDevice), in emit_atomic()
1716 … spirv_builder_emit_quadop(&ctx->builder, op, type, src0, emit_uint_const(ctx, 32, SpvScopeDevice), in emit_atomic()
2407 spirv_builder_emit_atomic_store(&ctx->builder, ptr, SpvScopeDevice, 0, result); in emit_store_deref()
3103 … ctx->sinfo->have_vulkan_memory_model ? SpvScopeQueueFamily : SpvScopeDevice, in emit_intrinsic()
3112 spirv_builder_emit_memory_barrier(&ctx->builder, SpvScopeDevice, in emit_intrinsic()
3152 spirv_builder_emit_memory_barrier(&ctx->builder, SpvScopeDevice, in emit_intrinsic()
/third_party/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2479 case SpvScopeDevice: in vtn_scope_to_nir_scope()
4151 …vtn_assert(scope == SpvScopeInvocation || scope == SpvScopeDevice || scope == SpvScopeQueueFamily); in vtn_emit_memory_barrier()
4241 execution_scope == SpvScopeDevice) && in vtn_handle_barrier()
6198 case SpvScopeDevice: in vtn_handle_body_instruction()

12