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/spirv-tools/source/val/
H A 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()
H A 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()
H A Dvalidate_memory_semantics.cpp29 uint32_t memory_scope) { in ValidateMemorySemantics()
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
26 ValidateMemorySemantics(ValidationState_t& _, const Instruction* inst, uint32_t operand_index, uint32_t memory_scope) ValidateMemorySemantics() argument
H A Dvalidate_memory_semantics.h26 uint32_t memory_scope);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A 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()
H A 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()
H A Dvalidate_memory_semantics.cpp29 uint32_t memory_scope) { in ValidateMemorySemantics()
187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
26 ValidateMemorySemantics(ValidationState_t& _, const Instruction* inst, uint32_t operand_index, uint32_t memory_scope) ValidateMemorySemantics() argument
H A Dvalidate_memory_semantics.h26 uint32_t memory_scope);
/third_party/spirv-tools/source/val/
H A 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()
H A Dvalidate_memory_semantics.h26 uint32_t memory_scope);
H A 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()
H A Dvalidate_memory_semantics.cpp28 uint32_t memory_scope) { in ValidateMemorySemantics()
189 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
25 ValidateMemorySemantics(ValidationState_t& _, const Instruction* inst, uint32_t operand_index, uint32_t memory_scope) ValidateMemorySemantics() argument
/third_party/mesa3d/src/compiler/nir/
H A 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/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
26 TransformationLoad( uint32_t fresh_id, uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, uint32_t memory_semantics, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationLoad() argument
H A Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
26 TransformationStore( uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, uint32_t memory_semantics, uint32_t value_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationStore() argument
H A Dtransformation_load.h32 uint32_t memory_scope, uint32_t memory_semantics,
H A 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/
H A Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
26 TransformationLoad( uint32_t fresh_id, uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, uint32_t memory_semantics, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationLoad() argument
H A Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
26 TransformationStore( uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, uint32_t memory_semantics, uint32_t value_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationStore() argument
H A Dtransformation_load.h32 uint32_t memory_scope, uint32_t memory_semantics,
H A Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_load.h32 uint32_t memory_scope, uint32_t memory_semantics,
H A Dtransformation_store.h31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
H A Dtransformation_load.cpp28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad()
33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
26 TransformationLoad( uint32_t fresh_id, uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, uint32_t memory_semantics, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationLoad() argument
H A Dtransformation_store.cpp27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore()
32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
26 TransformationStore( uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, uint32_t memory_semantics, uint32_t value_id, const protobufs::InstructionDescriptor& instruction_to_insert_before) TransformationStore() argument

Completed in 9 milliseconds

12