Home
last modified time | relevance | path

Searched defs:Relative (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Shader/
DShader.hpp399 struct Relative struct in sw::Shader
401 ParameterType type : 8;
402 unsigned int index;
403 unsigned int swizzle : 8;
404 unsigned int scale;
405 …l deterministic; // Equal accross shader instances run in lockstep (e.g. unrollable loop couters)
/external/llvm/tools/llvm-cov/
DSourceCoverageView.cpp32 bool InToplevel, bool Relative) { in getOutputPath()
/external/google-breakpad/src/common/
Ddwarf_line_to_module_unittest.cc144 TEST(Filenames, Relative) { in TEST() argument
/external/llvm/lib/Object/
DArchiveWriter.cpp186 SmallString<128> Relative; in computeRelativePath() local
/external/llvm/unittests/Support/
DPath.cpp156 SmallString<32> Relative("foo.cpp"); in TEST() local