Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktOpaqueTypeIndexingTests.cpp1065 const std::vector<int>& m_opIndices; member in vkt::shaderexecutor::__anon189dabbf0111::AtomicCounterIndexingCaseInstance
1077 , m_opIndices (opIndices) in AtomicCounterIndexingCaseInstance()
1108 expandedIndices.resize(numInvocations * m_opIndices.size()); in iterate()
1113 std::fill(dst, dst+numInvocations, m_opIndices[opNdx]); in iterate()
1120 uploadUniformIndices(m_uniformSetup, numOps, &m_opIndices[0], bindingLocation); in iterate()
1138 numHits[m_opIndices[opNdx]] += 1; in iterate()
1176 const int counterNdx = m_opIndices[opNdx]; in iterate()
1232 std::vector<int> m_opIndices; member in vkt::shaderexecutor::__anon189dabbf0111::AtomicCounterIndexingCase
1241 , m_opIndices (AtomicCounterIndexingCaseInstance::NUM_OPS) in AtomicCounterIndexingCase()
1259 m_opIndices, in createInstance()
[all …]