Searched refs:subgroup_scope (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 260 uint32_t subgroup_scope = ir_builder.GetUintConstantId(SpvScopeSubgroup); in ReplaceSwizzleInvocations() local 268 {subgroup_scope, ballot_value->result_id(), target_inv->result_id()}); in ReplaceSwizzleInvocations() 271 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocations() 375 uint32_t subgroup_scope = ir_builder.GetUintConstantId(SpvScopeSubgroup); in ReplaceSwizzleInvocationsMasked() local 383 {subgroup_scope, ballot_value->result_id(), target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked() 386 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 260 uint32_t subgroup_scope = ir_builder.GetUintConstantId(SpvScopeSubgroup); in ReplaceSwizzleInvocations() local 268 {subgroup_scope, ballot_value->result_id(), target_inv->result_id()}); in ReplaceSwizzleInvocations() 271 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocations() 375 uint32_t subgroup_scope = ir_builder.GetUintConstantId(SpvScopeSubgroup); in ReplaceSwizzleInvocationsMasked() local 383 {subgroup_scope, ballot_value->result_id(), target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked() 386 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked()
|
/third_party/spirv-tools/source/opt/ |
H A D | amd_ext_to_khr.cpp | 261 uint32_t subgroup_scope = in ReplaceSwizzleInvocations() local 270 {subgroup_scope, ballot_value->result_id(), target_inv->result_id()}); in ReplaceSwizzleInvocations() 273 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocations() 378 uint32_t subgroup_scope = in ReplaceSwizzleInvocationsMasked() local 387 {subgroup_scope, ballot_value->result_id(), target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked() 390 {subgroup_scope, data_id, target_inv->result_id()}); in ReplaceSwizzleInvocationsMasked()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 318 sync_scope subgroup_scope = in perform_barrier() local 320 if ((sync.semantics & semantics) && sync.scope > subgroup_scope) { in perform_barrier() 329 if (bar_scope_lds <= subgroup_scope) in perform_barrier()
|
Completed in 7 milliseconds