Home
last modified time | relevance | path

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

/dports/audio/openal-soft/openal-soft-1.21.1/alc/
H A Dhrtf.cpp397 total += sizeof(Hrtf->coeffs[0])*irCount; in CreateHrtfStore()
398 total += sizeof(Hrtf->delays[0])*irCount; in CreateHrtfStore()
424 offset += sizeof(coeffs_[0])*irCount; in CreateHrtfStore()
427 offset += sizeof(delays_[0])*irCount; in CreateHrtfStore()
504 ushort irCount{readle<uint16_t>(data)}; in LoadHrtf00() local
542 if(irCount <= elevs.back().irOffset) in LoadHrtf00()
581 for(size_t i{0};i < irCount;i++) in LoadHrtf00()
659 for(size_t i{0};i < irCount;i++) in LoadHrtf01()
1381 for(size_t i{0};i < irCount;++i) in GetLoadedHrtf()
1399 for(size_t i{0};i < irCount;++i) in GetLoadedHrtf()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineExecutablePropertiesTests.cpp802 deUint32 irCount = 0; in verifyInternalRepresentations() local
803 …ipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, DE_NULL)); in verifyInternalRepresentations()
805 if (irCount == 0) in verifyInternalRepresentations()
810 irs.resize(irCount); in verifyInternalRepresentations()
811 irDatas.resize(irCount); in verifyInternalRepresentations()
812 for (deUint32 irNdx = 0; irNdx < irCount; irNdx++) in verifyInternalRepresentations()
818 …ipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, &irs[0])); in verifyInternalRepresentations()
820 for (deUint32 irNdx = 0; irNdx < irCount; irNdx++) in verifyInternalRepresentations()
860 …ipelineExecutableInternalRepresentationsKHR(vkDevice, &pipelineExecutableInfo, &irCount, &irs[0])); in verifyInternalRepresentations()
862 for (deUint32 irNdx = 0; irNdx < irCount; irNdx++) in verifyInternalRepresentations()