HomeSort by relevance Sort by last modified time
    Searched refs:offsetMultiples (Results 1 - 2 of 2) sorted by null

  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineImageUtil.cpp 615 std::vector<deUint32> offsetMultiples;
618 offsetMultiples.push_back(4);
619 offsetMultiples.push_back(getLevel(0, 0).getFormat().getPixelSize());
626 textureSize = getNextMultiple(offsetMultiples, textureSize);
639 std::vector<deUint32> offsetMultiples;
642 offsetMultiples.push_back(4);
643 offsetMultiples.push_back(tcu::getBlockSize(getCompressedLevel(0, 0).getFormat()));
649 textureSize = getNextMultiple(offsetMultiples, textureSize);
675 std::vector<deUint32> offsetMultiples;
679 offsetMultiples.push_back(4)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRender.cpp     [all...]

Completed in 316 milliseconds