Home
last modified time | relevance | path

Searched refs:ValidateMemoryScope (Results 1 – 18 of 18) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_barriers.cpp68 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
81 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
118 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
Dvalidate_scopes.h29 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst,
Dvalidate_scopes.cpp187 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, in ValidateMemoryScope() function
Dvalidate_atomics.cpp317 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
Dvalidate_memory.cpp343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess()
362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess()
Dvalidate_image.cpp572 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in ValidateImageOperands()
594 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in ValidateImageOperands()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp68 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
81 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
118 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
Dvalidate_scopes.h29 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst,
Dvalidate_scopes.cpp155 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, in ValidateMemoryScope() function
Dvalidate_atomics.cpp281 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
Dvalidate_memory.cpp343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess()
362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess()
Dvalidate_image.cpp559 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in ValidateImageOperands()
581 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in ValidateImageOperands()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_barriers.cpp68 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
81 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
118 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in BarriersPass()
Dvalidate_scopes.h29 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst,
Dvalidate_scopes.cpp155 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, in ValidateMemoryScope() function
Dvalidate_atomics.cpp281 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
Dvalidate_memory.cpp343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess()
362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess()
Dvalidate_image.cpp571 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in ValidateImageOperands()
593 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in ValidateImageOperands()