Home
last modified time | relevance | path

Searched refs:execution_scope (Results 1 – 25 of 26) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
Dvalidate_non_uniform.cpp433 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/
Dvalidate_barriers.cpp59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
Dvalidate_non_uniform.cpp433 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/
Dvalidate_barriers.cpp59 const uint32_t execution_scope = inst->word(1); in BarriersPass() local
62 if (auto error = ValidateExecutionScope(_, inst, execution_scope)) { in BarriersPass()
Dvalidate_non_uniform.cpp434 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/
Dval_non_uniform_test.cpp169 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/
Dval_non_uniform_test.cpp169 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/
Dval_non_uniform_test.cpp169 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/
Dnir_lower_task_shader.c93 .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/
Dac_nir_lower_ngg_mesh.c631 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()
Dac_nir_lower_ngg.c272 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 …]
Dac_nir_lower_legacy_gs.c273 nir_barrier(b, .execution_scope = SCOPE_INVOCATION, in ac_nir_lower_legacy_gs()
Dac_nir_lower_taskmesh_io_to_mem.c176 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP, in lower_task_launch_mesh_workgroups()
Dac_nir_lower_tess_io_to_mem.c837 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/
Dradv_meta_decompress.c45 nir_barrier(&b, .execution_scope = SCOPE_WORKGROUP, .memory_scope = SCOPE_DEVICE, in build_expand_depth_stencil_compute_shader()
Dradv_meta_fast_clear.c48 nir_barrier(&b, .execution_scope = SCOPE_WORKGROUP, .memory_scope = SCOPE_DEVICE, in build_dcc_decompress_compute_shader()
/external/mesa3d/src/compiler/rust/
Dnir.rs314 pub fn execution_scope(&self) -> mesa_scope { in execution_scope() method
/external/mesa3d/src/gallium/drivers/asahi/
Dagx_blit.c215 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP); in asahi_blit_compute_shader()
/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c2921 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()
Dvtn_opencl.c616 nir_barrier(&b->nb, .execution_scope = SCOPE_WORKGROUP, in handle_core()
/external/mesa3d/src/asahi/vulkan/
Dhk_cmd_meta.c605 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP); in build_image_copy_shader()
/external/mesa3d/src/gallium/auxiliary/nir/
Dtgsi_to_nir.c963 nir_barrier(b, .execution_scope = SCOPE_WORKGROUP); in ttn_barrier()
/external/mesa3d/src/microsoft/compiler/
Ddxil_nir.c1984 .execution_scope = SCOPE_WORKGROUP, in lower_subgroup_id()
Dnir_to_dxil.c3090 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()

12