Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
DResourcesHLSL.cpp310 unsigned int samplerArrayIndex = 0u; in outputHLSLSamplerUniformGroup() local
314 samplerArrayIndex = assignUniformRegister(type, name, &registerCount); in outputHLSLSamplerUniformGroup()
320 samplerArrayIndex = assignSamplerInStructUniformRegister( in outputHLSLSamplerUniformGroup()
329 OutputUniformIndexArrayInitializer(out, type, samplerArrayIndex); in outputHLSLSamplerUniformGroup()
335 << samplerArrayIndex << ";\n"; in outputHLSLSamplerUniformGroup()