Home
last modified time | relevance | path

Searched refs:memory_scope (Results 1 – 25 of 39) sorted by relevance

12

/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp60 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
66 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
70 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
77 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
79 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
83 if (auto error = ValidateMemorySemantics(_, inst, 1, memory_scope)) { in BarriersPass()
114 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
116 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
120 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
Dvalidate_memory_semantics.h26 uint32_t memory_scope);
Dvalidate_atomics.cpp375 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
376 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
382 memory_scope)) in AtomicsPass()
389 _, inst, unequal_semantics_index, memory_scope)) in AtomicsPass()
Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics() argument
189 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_barriers.cpp60 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
66 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
70 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
77 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
79 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
83 if (auto error = ValidateMemorySemantics(_, inst, 1, memory_scope)) { in BarriersPass()
114 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
116 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
120 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
Dvalidate_memory_semantics.h26 uint32_t memory_scope);
Dvalidate_atomics.cpp375 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
376 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
382 memory_scope)) in AtomicsPass()
389 _, inst, unequal_semantics_index, memory_scope)) in AtomicsPass()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp60 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
66 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
70 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
77 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
79 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
83 if (auto error = ValidateMemorySemantics(_, inst, 1, memory_scope)) { in BarriersPass()
114 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
116 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
120 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
Dvalidate_atomics.cpp338 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
339 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
345 memory_scope)) in AtomicsPass()
352 _, inst, unequal_semantics_index, memory_scope)) in AtomicsPass()
Dvalidate_memory_semantics.h26 uint32_t memory_scope);
Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics() argument
189 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
/external/mesa3d/src/compiler/nir/
Dnir_lower_task_shader.c94 .memory_scope = SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
105 .memory_scope = SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
233 .memory_scope = SCOPE_WORKGROUP, in emit_shared_to_payload_copy()
/external/deqp-deps/SPIRV-Tools/source/fuzz/
Dtransformation_load.h32 uint32_t memory_scope, uint32_t memory_semantics,
Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument
32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad() argument
33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
/external/angle/third_party/spirv-tools/src/source/fuzz/
Dtransformation_load.h32 uint32_t memory_scope, uint32_t memory_semantics,
Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad() argument
33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument
32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
/external/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
Dtransformation_load.h32 uint32_t memory_scope, uint32_t memory_semantics,
Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad() argument
33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument
32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
/external/mesa3d/src/amd/common/nir/
Dac_nir_lower_ngg_mesh.c632 .memory_scope = SCOPE_WORKGROUP, in ms_emit_legacy_workgroup_index()
639 .memory_scope = SCOPE_WORKGROUP, in ms_emit_legacy_workgroup_index()
700 .memory_scope = SCOPE_WORKGROUP, in set_ms_final_output_counts()
710 .memory_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()
1071 .memory_scope = SCOPE_DEVICE, in emit_ms_finale()
1165 .memory_scope = SCOPE_WORKGROUP, in handle_smaller_ms_api_workgroup()
1187 .memory_scope = SCOPE_WORKGROUP, in handle_smaller_ms_api_workgroup()
1212 .memory_scope = SCOPE_WORKGROUP, in handle_smaller_ms_api_workgroup()

12