Home
last modified time | relevance | path

Searched defs:scalar_var (Results 1 - 1 of 1) sorted by relevance

/third_party/spirv-tools/source/opt/
H A Dinterface_var_sroa.cpp384 ReplaceComponentOfInterfaceVarWith( Instruction* interface_var, Instruction* interface_var_user, Instruction* scalar_var, const std::vector<uint32_t>& interface_var_component_indices, const uint32_t* extra_array_index, std::unordered_map<Instruction*, Instruction*>* loads_to_component_values, std::unordered_map<Instruction*, Instruction*>* loads_for_access_chain_to_component_values) ReplaceComponentOfInterfaceVarWith() argument
505 ReplaceAccessChainWith( Instruction* access_chain, const std::vector<uint32_t>& interface_var_component_indices, Instruction* scalar_var, std::unordered_map<Instruction*, Instruction*>* loads_to_component_values) ReplaceAccessChainWith() argument
607 StoreComponentOfValueToScalarVar( uint32_t value_id, const std::vector<uint32_t>& component_indices, Instruction* scalar_var, const uint32_t* extra_array_index, Instruction* insert_before) StoreComponentOfValueToScalarVar() argument
626 LoadScalarVar( Instruction* scalar_var, const uint32_t* extra_array_index, Instruction* insert_before) LoadScalarVar() argument
694 StoreComponentOfValueToAccessChainToScalarVar( uint32_t value_id, const std::vector<uint32_t>& component_indices, Instruction* scalar_var, const std::vector<uint32_t>& access_chain_indices, Instruction* insert_before) StoreComponentOfValueToAccessChainToScalarVar() argument
859 NestedCompositeComponents scalar_var; CreateScalarInterfaceVarsForReplacement() local
[all...]

Completed in 3 milliseconds