Home
last modified time | relevance | path

Searched refs:notify_variable_access (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cross.cpp2996 notify_variable_access(phi.local_variable, block.self); in set_current_block()
3004 notify_variable_access(block.condition, block.self); in set_current_block()
3009 notify_variable_access(block.condition, block.self); in set_current_block()
3015 notify_variable_access(block.condition, block.self); in set_current_block()
3027 void Compiler::AnalyzeVariableScopeAccessHandler::notify_variable_access(uint32_t id, uint32_t bloc… in notify_variable_access() function in Compiler::AnalyzeVariableScopeAccessHandler
3036 notify_variable_access(child_id, block); in notify_variable_access()
3067 notify_variable_access(block.return_value, block.self); in handle_terminator()
3072 notify_variable_access(block.condition, block.self); in handle_terminator()
3110 notify_variable_access(args[0], current_block->self); in handle()
3112 notify_variable_access(args[1], current_block->self); in handle()
[all …]
Dspirv_cross.hpp982 void notify_variable_access(uint32_t id, uint32_t block);