Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/hlsl/
DResourcesHLSL.cpp368 unsigned int imageArrayIndex, in outputHLSLImageUniformIndices() argument
384 OutputUniformIndexArrayInitializer(out, type, imageArrayIndex); in outputHLSLImageUniformIndices()
390 << imageArrayIndex << ";\n"; in outputHLSLImageUniformIndices()
393 imageArrayIndex += registerCount; in outputHLSLImageUniformIndices()
DResourcesHLSL.h120 unsigned int imageArrayIndex,