Searched refs:Invocation (Results 1 – 25 of 116) sorted by relevance
12345
| /third_party/typescript/tests/baselines/reference/ |
| D | genericInterfaceFunctionTypeParameter.types | 8 foo(fn); // Invocation is necessary to repro (!)
|
| D | genericInterfaceFunctionTypeParameter.symbols | 14 foo(fn); // Invocation is necessary to repro (!)
|
| /third_party/spirv-tools/source/val/ |
| D | validate_scopes.cpp | 32 case spv::Scope::Invocation: in IsValidScope() 229 value != spv::Scope::Subgroup && value != spv::Scope::Invocation && in ValidateMemoryScope()
|
| D | validate_memory_semantics.cpp | 191 spv::Scope(memory_value) == spv::Scope::Invocation) { in ValidateMemorySemantics()
|
| /third_party/spirv-tools/source/fuzz/ |
| D | fuzzer_pass_add_loads.cpp | 115 {uint32_t(spv::Scope::Invocation)}, in Apply()
|
| D | fuzzer_pass_add_stores.cpp | 147 {uint32_t(spv::Scope::Invocation)}, in Apply()
|
| D | transformation_load.cpp | 152 if (memory_scope_const_value != spv::Scope::Invocation) { in IsApplicable()
|
| D | transformation_store.cpp | 178 if (spv::Scope(memory_scope_const_value) != spv::Scope::Invocation) { in IsApplicable()
|
| /third_party/typescript/src/services/ |
| D | signatureHelp.ts | 12 type Invocation = CallInvocation | TypeArgsInvocation | ContextualInvocation; alias 16 readonly invocation: Invocation; 282 const invocation: Invocation = { kind: InvocationKind.TypeArgs, called }; 501 function getEnclosingDeclarationFromInvocation(invocation: Invocation): Node {
|
| /third_party/spirv-tools/test/val/ |
| D | val_non_uniform_test.cpp | 115 spv::Scope::Invocation}; 131 case spv::Scope::Invocation: in ConvertScope()
|
| /third_party/libabigail/doc/manuals/ |
| D | abilint.rst | 20 Invocation chapter
|
| /third_party/skia/third_party/externals/opengl-registry/extensions/AMD/ |
| D | AMD_gcn_shader.txt | 100 Modify Section 8.18, Shader Invocation Group Functions
|
| D | AMD_shader_ballot.txt | 84 Add Section 8.18, Shader Invocation Group Functions 336 Add Section 8.18, Shader Invocation Group Functions 444 Add Section 8.18, Shader Invocation Group Functions 547 Add Section 8.18, Shader Invocation Group Functions
|
| /third_party/openGLES/extensions/AMD/ |
| D | AMD_gcn_shader.txt | 101 Modify Section 8.18, Shader Invocation Group Functions
|
| D | AMD_shader_ballot.txt | 84 Add Section 8.18, Shader Invocation Group Functions 336 Add Section 8.18, Shader Invocation Group Functions 444 Add Section 8.18, Shader Invocation Group Functions 547 Add Section 8.18, Shader Invocation Group Functions
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/ |
| D | spirv.lua | 512 Invocation = 4,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/ |
| D | spirv.cs | 559 Invocation = 4, enumerator
|
| D | spirv.lua | 521 Invocation = 4,
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/ |
| D | spirv.lua | 526 Invocation = 4,
|
| /third_party/spirv-headers/include/spirv/1.2/ |
| D | spirv.lua | 526 Invocation = 4,
|
| /third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/ |
| D | spirv.lua | 512 Invocation = 4,
|
| D | spirv.cs | 550 Invocation = 4, enumerator
|
| /third_party/spirv-headers/include/spirv/1.1/ |
| D | spirv.lua | 521 Invocation = 4,
|
| D | spirv.cs | 559 Invocation = 4, enumerator
|
| /third_party/spirv-headers/include/spirv/1.0/ |
| D | spirv.lua | 512 Invocation = 4,
|
12345