/external/deqp-deps/SPIRV-Tools/source/val/ |
D | validate_barriers.cpp | 59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local 62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
|
D | validate_non_uniform.cpp | 433 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local 434 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
/external/angle/third_party/spirv-tools/src/source/val/ |
D | validate_barriers.cpp | 59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local 62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
|
D | validate_non_uniform.cpp | 433 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local 434 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
/external/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_barriers.cpp | 59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local 62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
|
D | validate_non_uniform.cpp | 434 const uint32_t execution_scope = inst->GetOperandAs<uint32_t>(2); in NonUniformPass() local 435 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in NonUniformPass()
|
/external/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_non_uniform_test.cpp | 169 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local 185 sstr << ConvertScope(execution_scope) << " "; in TEST_P() 192 if (execution_scope == spv::Scope::Subgroup) { in TEST_P() 212 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local 228 sstr << ConvertScope(execution_scope) << " "; in TEST_P() 235 if (execution_scope == spv::Scope::Subgroup || in TEST_P() 236 execution_scope == spv::Scope::Workgroup) { in TEST_P()
|
/external/deqp-deps/SPIRV-Tools/test/val/ |
D | val_non_uniform_test.cpp | 169 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local 185 sstr << ConvertScope(execution_scope) << " "; in TEST_P() 192 if (execution_scope == spv::Scope::Subgroup) { in TEST_P() 212 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local 228 sstr << ConvertScope(execution_scope) << " "; in TEST_P() 235 if (execution_scope == spv::Scope::Subgroup || in TEST_P() 236 execution_scope == spv::Scope::Workgroup) { in TEST_P()
|
/external/angle/third_party/spirv-tools/src/test/val/ |
D | val_non_uniform_test.cpp | 169 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local 185 sstr << ConvertScope(execution_scope) << " "; in TEST_P() 192 if (execution_scope == spv::Scope::Subgroup) { in TEST_P() 212 spv::Scope execution_scope = std::get<2>(GetParam()); in TEST_P() local 228 sstr << ConvertScope(execution_scope) << " "; in TEST_P() 235 if (execution_scope == spv::Scope::Subgroup || in TEST_P() 236 execution_scope == spv::Scope::Workgroup) { in TEST_P()
|
/external/mesa3d/src/compiler/nir/ |
D | nir_lower_task_shader.c | 93 .execution_scope = SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task() 104 .execution_scope = SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task() 232 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in emit_shared_to_payload_copy()
|
/external/mesa3d/src/amd/common/nir/ |
D | ac_nir_lower_ngg_mesh.c | 631 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in ms_emit_legacy_workgroup_index() 638 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in ms_emit_legacy_workgroup_index() 699 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in set_ms_final_output_counts() 709 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in set_ms_final_output_counts() 1010 nir_barrier(b, .execution_scope=SCOPE_WORKGROUP, .memory_scope=SCOPE_WORKGROUP, in emit_ms_finale() 1070 nir_barrier(b, .execution_scope = SCOPE_SUBGROUP, in emit_ms_finale() 1164 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in handle_smaller_ms_api_workgroup() 1186 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in handle_smaller_ms_api_workgroup() 1211 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in handle_smaller_ms_api_workgroup()
|
D | ac_nir_lower_ngg.c | 272 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, .memory_scope = SCOPE_WORKGROUP, in repack_invocations_in_workgroup() 463 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in emit_ngg_nogs_prim_export() 938 nir_barrier(b, .execution_scope=SCOPE_WORKGROUP, .memory_scope=SCOPE_WORKGROUP, in compact_vertices_after_culling() 996 nir_barrier(b, .execution_scope=SCOPE_WORKGROUP, .memory_scope=SCOPE_WORKGROUP, in compact_vertices_after_culling() 1009 nir_barrier(b, .execution_scope=SCOPE_WORKGROUP, .memory_scope=SCOPE_WORKGROUP, in compact_vertices_after_culling() 1523 nir_barrier(b, .execution_scope=SCOPE_WORKGROUP, .memory_scope=SCOPE_WORKGROUP, in add_deferred_attribute_culling() 1576 nir_barrier(b, .execution_scope=SCOPE_WORKGROUP, .memory_scope=SCOPE_WORKGROUP, in add_deferred_attribute_culling() 2124 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in ngg_build_streamout_buffer_info() 2422 nir_barrier(b, .execution_scope = SCOPE_SUBGROUP, in export_pos0_wait_attr_ring() 2578 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in ac_nir_lower_ngg_nogs() [all …]
|
D | ac_nir_lower_legacy_gs.c | 273 nir_barrier(b, .execution_scope = SCOPE_INVOCATION, in ac_nir_lower_legacy_gs()
|
D | ac_nir_lower_taskmesh_io_to_mem.c | 176 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in lower_task_launch_mesh_workgroups()
|
D | ac_nir_lower_tess_io_to_mem.c | 837 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, .memory_scope = SCOPE_WORKGROUP, in hs_msg_group_vote_use_memory() 939 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, .memory_scope = SCOPE_WORKGROUP, in hs_msg_group_vote_use_memory() 1059 nir_barrier(b, .execution_scope = scope, .memory_scope = scope, in hs_finale()
|
/external/mesa3d/src/amd/vulkan/meta/ |
D | radv_meta_decompress.c | 45 nir_barrier(&b, .execution_scope = SCOPE_WORKGROUP, .memory_scope = SCOPE_DEVICE, in build_expand_depth_stencil_compute_shader()
|
D | radv_meta_fast_clear.c | 48 nir_barrier(&b, .execution_scope = SCOPE_WORKGROUP, .memory_scope = SCOPE_DEVICE, in build_dcc_decompress_compute_shader()
|
/external/mesa3d/src/compiler/rust/ |
D | nir.rs | 314 pub fn execution_scope(&self) -> mesa_scope { in execution_scope() method
|
/external/mesa3d/src/gallium/drivers/asahi/ |
D | agx_blit.c | 215 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP); in asahi_blit_compute_shader()
|
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 2921 nir_barrier(&b->nb, .execution_scope=nir_exec_scope, .memory_scope=nir_mem_scope, in vtn_emit_scoped_control_barrier() 4702 SpvScope execution_scope = vtn_constant_uint(b, w[1]); in vtn_handle_barrier() local 4713 (execution_scope == SpvScopeWorkgroup || in vtn_handle_barrier() 4714 execution_scope == SpvScopeDevice) && in vtn_handle_barrier() 4716 execution_scope = SpvScopeWorkgroup; in vtn_handle_barrier() 4745 vtn_emit_scoped_control_barrier(b, execution_scope, memory_scope, in vtn_handle_barrier() 6114 …nir_initialize_node_payloads(&b->nb, payloads, payload_count, node_index, .execution_scope = scope… in vtn_handle_allocate_node_payloads()
|
D | vtn_opencl.c | 616 nir_barrier(&b->nb, .execution_scope = SCOPE_WORKGROUP, in handle_core()
|
/external/mesa3d/src/asahi/vulkan/ |
D | hk_cmd_meta.c | 605 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP); in build_image_copy_shader()
|
/external/mesa3d/src/gallium/auxiliary/nir/ |
D | tgsi_to_nir.c | 963 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP); in ttn_barrier()
|
/external/mesa3d/src/microsoft/compiler/ |
D | dxil_nir.c | 1984 .execution_scope = SCOPE_WORKGROUP, in lower_subgroup_id()
|
D | nir_to_dxil.c | 3090 emit_barrier_impl(struct ntd_context *ctx, nir_variable_mode modes, mesa_scope execution_scope, mes… in emit_barrier_impl() argument 3096 if (execution_scope == SCOPE_WORKGROUP) in emit_barrier_impl()
|