Home
last modified time | relevance | path

Searched refs:function_call_targets (Results 1 – 6 of 6) sorted by relevance

/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dfunction.h239 const std::set<uint32_t> function_call_targets() const { in function_call_targets() function
Dvalidation_state.cpp1114 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping()
1127 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints()
1147 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dfunction.h239 const std::set<uint32_t> function_call_targets() const { in function_call_targets() function
Dvalidation_state.cpp1114 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping()
1127 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints()
1147 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints()
/external/deqp-deps/SPIRV-Tools/source/val/
Dfunction.h239 const std::set<uint32_t> function_call_targets() const { in function_call_targets() function
Dvalidation_state.cpp1117 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeFunctionToEntryPointMapping()
1130 for (const uint32_t new_call : func.function_call_targets()) { in ComputeRecursiveEntryPoints()
1150 for (const uint32_t new_call : called_func->function_call_targets()) { in ComputeRecursiveEntryPoints()