/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/ |
D | validate_barriers.cpp | 68 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()
|
D | validate_scopes.h | 29 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst,
|
D | validate_scopes.cpp | 187 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, in ValidateMemoryScope() function
|
D | validate_atomics.cpp | 317 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
|
D | validate_memory.cpp | 343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess() 362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess()
|
D | validate_image.cpp | 572 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/ |
D | validate_barriers.cpp | 68 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()
|
D | validate_scopes.h | 29 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst,
|
D | validate_scopes.cpp | 155 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, in ValidateMemoryScope() function
|
D | validate_atomics.cpp | 281 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
|
D | validate_memory.cpp | 343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess() 362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess()
|
D | validate_image.cpp | 559 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/ |
D | validate_barriers.cpp | 68 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()
|
D | validate_scopes.h | 29 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst,
|
D | validate_scopes.cpp | 155 spv_result_t ValidateMemoryScope(ValidationState_t& _, const Instruction* inst, in ValidateMemoryScope() function
|
D | validate_atomics.cpp | 281 if (auto error = ValidateMemoryScope(_, inst, memory_scope)) { in AtomicsPass()
|
D | validate_memory.cpp | 343 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in CheckMemoryAccess() 362 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in CheckMemoryAccess()
|
D | validate_image.cpp | 571 if (auto error = ValidateMemoryScope(_, inst, available_scope)) in ValidateImageOperands() 593 if (auto error = ValidateMemoryScope(_, inst, visible_scope)) return error; in ValidateImageOperands()
|