Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
H A Dinterface_var_sroa.cpp321 ReplaceComponentsOfInterfaceVarWith( Instruction* interface_var, const std::vector<Instruction*>& interface_var_users, const NestedCompositeComponents& scalar_interface_vars, std::vector<uint32_t>& interface_var_component_indices, const uint32_t* extra_array_index, std::unordered_map<Instruction*, Instruction*>* loads_to_composites, std::unordered_map<Instruction*, Instruction*>* loads_for_access_chain_to_composites) ReplaceComponentsOfInterfaceVarWith() argument
349 ReplaceMultipleComponentsOfInterfaceVarWith( Instruction* interface_var, const std::vector<Instruction*>& interface_var_users, const std::vector<NestedCompositeComponents>& components, std::vector<uint32_t>& interface_var_component_indices, const uint32_t* extra_array_index, std::unordered_map<Instruction*, Instruction*>* loads_to_composites, std::unordered_map<Instruction*, Instruction*>* loads_for_access_chain_to_composites) ReplaceMultipleComponentsOfInterfaceVarWith() argument
384 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
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
655 StoreComponentOfValueTo( uint32_t component_type_id, uint32_t value_id, const std::vector<uint32_t>& component_indices, Instruction* ptr, const uint32_t* extra_array_index, Instruction* insert_before) StoreComponentOfValueTo() argument
[all...]

Completed in 3 milliseconds