HomeSort by relevance Sort by last modified time
    Searched defs:m_numSamplers (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderExecutor.hpp 384 deUint32 m_numSamplers;
vktOpaqueTypeIndexingTests.cpp 695 const int m_numSamplers;
708 , m_numSamplers (SamplerIndexingCaseInstance::NUM_SAMPLERS)
746 m_lookupIndices[ndx] = rnd.getInt(0, m_numSamplers-1);
757 "layout(set = 0, binding = " << binding++ << ") uniform highp " << getDataTypeName(m_samplerType) << " " << samplersName << "[" << m_numSamplers << "];\n";
    [all...]

Completed in 2194 milliseconds