Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp62 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
68 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
72 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
79 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
81 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
85 if (auto error = ValidateMemorySemantics(_, inst, 1, memory_scope)) { in BarriersPass()
116 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
118 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
122 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
Dvalidate_atomics.cpp316 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
317 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
323 memory_scope)) in AtomicsPass()
330 _, inst, unequal_semantics_index, memory_scope)) in AtomicsPass()
Dvalidate_memory_semantics.cpp29 uint32_t memory_scope) { in ValidateMemorySemantics() argument
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
Dvalidate_memory_semantics.h26 uint32_t memory_scope);
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_barriers.cpp62 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
68 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
72 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
79 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
81 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
85 if (auto error = ValidateMemorySemantics(_, inst, 1, memory_scope)) { in BarriersPass()
116 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
118 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
122 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
Dvalidate_atomics.cpp316 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
317 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
323 memory_scope)) in AtomicsPass()
330 _, inst, unequal_semantics_index, memory_scope)) in AtomicsPass()
Dvalidate_memory_semantics.cpp29 uint32_t memory_scope) { in ValidateMemorySemantics() argument
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
Dvalidate_memory_semantics.h26 uint32_t memory_scope);
/third_party/spirv-tools/source/val/
Dvalidate_barriers.cpp63 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
69 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
73 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
80 const uint32_t memory_scope = inst->word(1); in BarriersPass() local
82 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
86 if (auto error = ValidateMemorySemantics(_, inst, 1, memory_scope)) { in BarriersPass()
117 const uint32_t memory_scope = inst->word(2); in BarriersPass() local
119 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
123 if (auto error = ValidateMemorySemantics(_, inst, 2, memory_scope)) { in BarriersPass()
Dvalidate_atomics.cpp318 auto memory_scope = inst->GetOperandAs<const uint32_t>(operand_index++); in AtomicsPass() local
319 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
325 memory_scope)) in AtomicsPass()
332 _, inst, unequal_semantics_index, memory_scope)) in AtomicsPass()
Dvalidate_memory_semantics.cpp29 uint32_t memory_scope) { in ValidateMemorySemantics() argument
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
Dvalidate_memory_semantics.h26 uint32_t memory_scope);
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_task_shader.c91 .memory_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
102 .memory_scope = NIR_SCOPE_WORKGROUP, in append_launch_mesh_workgroups_to_nv_task()
212 .memory_scope = NIR_SCOPE_WORKGROUP, in emit_shared_to_payload_copy()
/third_party/spirv-tools/source/fuzz/
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()
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,
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
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()
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,
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
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()
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,

12