/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_barriers.cpp | 62 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()
|
D | validate_atomics.cpp | 316 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()
|
D | validate_memory_semantics.cpp | 29 uint32_t memory_scope) { in ValidateMemorySemantics() argument 187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
|
D | validate_memory_semantics.h | 26 uint32_t memory_scope);
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_barriers.cpp | 62 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()
|
D | validate_atomics.cpp | 316 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()
|
D | validate_memory_semantics.cpp | 29 uint32_t memory_scope) { in ValidateMemorySemantics() argument 187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
|
D | validate_memory_semantics.h | 26 uint32_t memory_scope);
|
/third_party/spirv-tools/source/val/ |
D | validate_barriers.cpp | 63 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()
|
D | validate_atomics.cpp | 318 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()
|
D | validate_memory_semantics.cpp | 29 uint32_t memory_scope) { in ValidateMemorySemantics() argument 187 _.EvalInt32IfConst(memory_scope); in ValidateMemorySemantics()
|
D | validate_memory_semantics.h | 26 uint32_t memory_scope);
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_task_shader.c | 91 .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/ |
D | transformation_store.cpp | 27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument 32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
|
D | transformation_load.cpp | 28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad() argument 33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
|
D | transformation_load.h | 32 uint32_t memory_scope, uint32_t memory_semantics,
|
D | transformation_store.h | 31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_load.cpp | 28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad() argument 33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
|
D | transformation_store.cpp | 27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument 32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
|
D | transformation_store.h | 31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
|
D | transformation_load.h | 32 uint32_t memory_scope, uint32_t memory_semantics,
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_load.cpp | 28 uint32_t memory_scope, uint32_t memory_semantics, in TransformationLoad() argument 33 message_.set_memory_scope_id(memory_scope); in TransformationLoad()
|
D | transformation_store.cpp | 27 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope, in TransformationStore() argument 32 message_.set_memory_scope_id(memory_scope); in TransformationStore()
|
D | transformation_load.h | 32 uint32_t memory_scope, uint32_t memory_semantics,
|
D | transformation_store.h | 31 uint32_t pointer_id, bool is_atomic, uint32_t memory_scope,
|