Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferSparseResidency.cpp100 const deUint32 iterationsCount = m_bufferSize / SIZE_OF_UINT_IN_SHADER; in initPrograms() local
118 << " for(int i=0; i<" << iterationsCount << "; ++i) \n" in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp15467 …const size_t iterationsCount = expectedOutputs[0].getByteSize() / (sizeof(deFloat16) * resultStep… in compareFP16ArithmeticFunc() local
15476 DE_ASSERT(expectedOutputs[0].getByteSize() == sizeof(deFloat16) * iterationsCount * resultStep); in compareFP16ArithmeticFunc()
15481 …DE_ASSERT(inputs[inputNdx].getByteSize() == sizeof(deFloat16) * iterationsCount * inputsSteps[inpu… in compareFP16ArithmeticFunc()
15512 for (size_t idx = 0; idx < iterationsCount; ++idx) in compareFP16ArithmeticFunc()