Home
last modified time | relevance | path

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

/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dgenlingware.pl381 $offs1 = $totalcont;
418 print "first kb should start at $offs1\n";
424 $offs += &print_uint32($offs1);
425 print "kb offs: $offs1, offs=$offs\n";
428 $offs1 += $kb->{size} + $kb->{fill};
/external/deqp/modules/gles31/functional/
Des31fBasicComputeShaderTests.cpp664 …const int offs1 = localOffs-2 < 0 ? ((localOffs+workGroupSize-2)%workGroupSize) : ((localOffs-2)… in iterate() local
665 const deUint32 ref = (deUint32)(globalOffs + offs0 + offs1); in iterate()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeBasicComputeShaderTests.cpp608 …const int offs1 = localOffset - 2 < 0 ? ((localOffset + workGroupSize - 2) % workGroupSize) : ((l… in iterate() local
609 const deUint32 ref = static_cast<deUint32>(globalOffset + offs0 + offs1); in iterate()