Home
last modified time | relevance | path

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

/third_party/spirv-tools/source/opt/
Dinterface_var_sroa.cpp76 uint32_t depth_to_component) { in GetComponentTypeOfArrayMatrix() argument
77 if (depth_to_component == 0) return type_id; in GetComponentTypeOfArrayMatrix()
84 depth_to_component - 1); in GetComponentTypeOfArrayMatrix()
91 depth_to_component - 1); in GetComponentTypeOfArrayMatrix()
372 uint32_t depth_to_component = in ReplaceMultipleComponentsOfInterfaceVarWith() local
376 loads_for_access_chain_to_composites, depth_to_component); in ReplaceMultipleComponentsOfInterfaceVarWith()
377 if (extra_array_index) ++depth_to_component; in ReplaceMultipleComponentsOfInterfaceVarWith()
379 loads_to_composites, depth_to_component); in ReplaceMultipleComponentsOfInterfaceVarWith()
726 Instruction* load, uint32_t depth_to_component) { in CreateCompositeConstructForComponentOfLoad() argument
729 if (depth_to_component != 0) { in CreateCompositeConstructForComponentOfLoad()
[all …]
Dinterface_var_sroa.h324 uint32_t depth_to_component);
330 Instruction* load, uint32_t depth_to_component);