Home
last modified time | relevance | path

Searched defs:totalDims (Results 1 – 2 of 2) sorted by relevance

/external/angle/third_party/glslang/src/glslang/MachineIndependent/
DInitialize.cpp7263 int totalDims = dimMap[sampler.dim] + (sampler.arrayed ? 1 : 0); in addSamplingFunctions() local
7544 int totalDims = dimMap[sampler.dim] + (sampler.arrayed ? 1 : 0); in addGatherFunctions() local
7653 int totalDims = dimMap[sampler.dim] + (sampler.arrayed ? 1 : 0); in addGatherFunctions() local
/external/deqp-deps/glslang/glslang/MachineIndependent/
DInitialize.cpp6933 int totalDims = dimMap[sampler.dim] + (sampler.arrayed ? 1 : 0); in addSamplingFunctions() local
7214 int totalDims = dimMap[sampler.dim] + (sampler.arrayed ? 1 : 0); in addGatherFunctions() local
7323 int totalDims = dimMap[sampler.dim] + (sampler.arrayed ? 1 : 0); in addGatherFunctions() local