Home
last modified time | relevance | path

Searched refs:offsetMultiples (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp782 std::vector<deUint32> offsetMultiples; in getSize() local
785 offsetMultiples.push_back(4); in getSize()
786 offsetMultiples.push_back(getLevel(0, 0).getFormat().getPixelSize()); in getSize()
793 textureSize = getNextMultiple(offsetMultiples, textureSize); in getSize()
806 std::vector<deUint32> offsetMultiples; in getCompressedSize() local
809 offsetMultiples.push_back(4); in getCompressedSize()
810 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getCompressedSize()
816 textureSize = getNextMultiple(offsetMultiples, textureSize); in getCompressedSize()
842 std::vector<deUint32> offsetMultiples; in getBufferCopyRegions() local
846 offsetMultiples in getBufferCopyRegions()
941 std::vector<deUint32> offsetMultiples; write() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineImageUtil.cpp772 std::vector<deUint32> offsetMultiples; in getSize() local
775 offsetMultiples.push_back(4); in getSize()
776 offsetMultiples.push_back(getLevel(0, 0).getFormat().getPixelSize()); in getSize()
783 textureSize = getNextMultiple(offsetMultiples, textureSize); in getSize()
796 std::vector<deUint32> offsetMultiples; in getCompressedSize() local
799 offsetMultiples.push_back(4); in getCompressedSize()
800 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat())); in getCompressedSize()
806 textureSize = getNextMultiple(offsetMultiples, textureSize); in getCompressedSize()
832 std::vector<deUint32> offsetMultiples; in getBufferCopyRegions() local
836 offsetMultiples in getBufferCopyRegions()
931 std::vector<deUint32> offsetMultiples; write() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRender.cpp998 std::vector<deUint32> offsetMultiples;
1000 offsetMultiples.push_back(4u);
1001 offsetMultiples.push_back(texFormat.getPixelSize());
1010 bufferSize = getNextMultiple(offsetMultiples, bufferSize);
1045 layerDataOffset = getNextMultiple(offsetMultiples, layerDataOffset);
1285 std::vector<deUint32> offsetMultiples;
1287 offsetMultiples.push_back(4u);
1288 offsetMultiples.push_back(texFormat.getPixelSize());
1302 bufferSize = getNextMultiple(offsetMultiples, bufferSize);
1338 layerDataOffset = getNextMultiple(offsetMultiples, layerDataOffse
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRender.cpp1000 std::vector<deUint32> offsetMultiples;
1002 offsetMultiples.push_back(4u);
1003 offsetMultiples.push_back(texFormat.getPixelSize());
1012 bufferSize = getNextMultiple(offsetMultiples, bufferSize);
1047 layerDataOffset = getNextMultiple(offsetMultiples, layerDataOffset);
1287 std::vector<deUint32> offsetMultiples;
1289 offsetMultiples.push_back(4u);
1290 offsetMultiples.push_back(texFormat.getPixelSize());
1304 bufferSize = getNextMultiple(offsetMultiples, bufferSize);
1340 layerDataOffset = getNextMultiple(offsetMultiples, layerDataOffse
[all...]

Completed in 7 milliseconds