/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_urb.c | 39 #define VS 0 macro 125 if (vsize < limits[VS].min_entry_size) in recalculate_urb_fence() 126 vsize = limits[VS].min_entry_size; in recalculate_urb_fence() 143 brw->urb.nr_vs_entries = limits[VS].preferred_nr_entries; in recalculate_urb_fence() 158 brw->urb.nr_vs_entries = limits[VS].preferred_nr_entries; in recalculate_urb_fence() 167 brw->urb.nr_vs_entries = limits[VS].preferred_nr_entries; in recalculate_urb_fence() 172 brw->urb.nr_vs_entries = limits[VS].min_nr_entries; in recalculate_urb_fence()
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
D | brw_urb.c | 39 #define VS 0 macro 125 if (vsize < limits[VS].min_entry_size) in recalculate_urb_fence() 126 vsize = limits[VS].min_entry_size; in recalculate_urb_fence() 143 brw->urb.nr_vs_entries = limits[VS].preferred_nr_entries; in recalculate_urb_fence() 158 brw->urb.nr_vs_entries = limits[VS].preferred_nr_entries; in recalculate_urb_fence() 167 brw->urb.nr_vs_entries = limits[VS].preferred_nr_entries; in recalculate_urb_fence() 172 brw->urb.nr_vs_entries = limits[VS].min_nr_entries; in recalculate_urb_fence()
|
/external/deqp/framework/referencerenderer/ |
D | design.txt | 30 + VS generic output count 32 + VS execution queue 35 + run VS for all vertices at once 60 + position & point size from VS
|
/external/harfbuzz_ng/src/ |
D | hb-ot-shape-complex-myanmar-machine.rl | 60 VS = 30; 79 consonant_syllable = k? (c|IV|D|GB).VS? (H (c|IV).VS?)* syllable_tail; 81 broken_cluster = k? VS? syllable_tail;
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMBaseInfo.h | 36 VS, // Overflow Unordered enumerator 56 case VS: return VC; in getOppositeCondition() 57 case VC: return VS; in getOppositeCondition() 76 case ARMCC::VS: return "vs"; in ARMCondCodeToString()
|
/external/chromium_org/base/ |
D | base.isolate | 22 # Copy the VS runtime DLLs into the isolate so that they 32 # Copy the VS runtime DLLs into the isolate so that they
|
/external/clang/test/SemaCXX/ |
D | warn-unused-filescoped.cpp | 71 struct VS { struct 75 struct SVS : public VS {
|
/external/icu/icu4c/source/data/mappings/ |
D | README.emoji | 48 that have Unicode Variation Selector (VS) sequences. 51 ignored the "use fallback" flag for fallbacks from sequences with VS. 57 - the other mappings (no VS & text VS)
|
/external/chromium_org/tools/win/ChromeDebug/ |
D | README.txt | 7 3) Choose the version of VS to install to.
|
/external/clang/tools/clang-format-vs/ |
D | CMakeLists.txt | 1 option(BUILD_CLANG_FORMAT_VS_PLUGIN "Build clang-format VS plugin" OFF)
|
/external/eigen/cmake/ |
D | EigenDetermineVSServicePack.cmake | 18 # Call helper function to determine VS version
|
/external/clang/lib/Sema/ |
D | DeclSpec.cpp | 1191 bool VirtSpecifiers::SetSpecifier(Specifier VS, SourceLocation Loc, in SetSpecifier() argument 1195 if (Specifiers & VS) { in SetSpecifier() 1196 PrevSpec = getSpecifierName(VS); in SetSpecifier() 1200 Specifiers |= VS; in SetSpecifier() 1202 switch (VS) { in SetSpecifier() 1212 const char *VirtSpecifiers::getSpecifierName(Specifier VS) { in getSpecifierName() argument 1213 switch (VS) { in getSpecifierName()
|
/external/chromium_org/remoting/resources/ |
D | resource_ids | 13 # http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx says that the
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleP7.td | 37 // VS pipeline 1 (vector integer ops. always here) 38 def P7_VS1 : FuncUnit; // VS pipeline 1 39 // VS pipeline 2 (128-bit stores and perms. here) 40 def P7_VS2 : FuncUnit; // VS pipeline 2
|
/external/chromium_org/chromecast/shell/browser/resources/ |
D | resource_ids | 13 # http://msdn.microsoft.com/en-us/library/t2zechd4(VS.71).aspx says that the
|
/external/chromium_org/testing/gtest/ |
D | CMakeLists.txt | 65 # <= VS 2010 <= 10 <= 1600 Use Google Tests's own tuple. 66 # VS 2012 11 1700 std::tr1::tuple + _VARIADIC_MAX=10 67 # VS 2013 12 1800 std::tr1::tuple
|
/external/deqp/modules/gles31/functional/ |
D | es31fShaderBuiltinConstantTests.cpp | 113 VS = (1<<glu::SHADERTYPE_VERTEX), enumerator 120 SHADER_TYPES = VS|TC|TE|GS|FS|CS
|
/external/clang/lib/Parse/ |
D | ParseDeclCXX.cpp | 1880 void Parser::ParseOptionalCXX11VirtSpecifierSeq(VirtSpecifiers &VS, in ParseOptionalCXX11VirtSpecifierSeq() argument 1890 if (VS.SetSpecifier(Specifier, Tok.getLocation(), PrevSpec)) in ParseOptionalCXX11VirtSpecifierSeq() 1923 Declarator &DeclaratorInfo, VirtSpecifiers &VS, ExprResult &BitfieldSize, in ParseCXXMemberDeclaratorBeforeInitializer() argument 1943 ParseOptionalCXX11VirtSpecifierSeq(VS, getCurrentClass().IsInterface); in ParseCXXMemberDeclaratorBeforeInitializer() 1963 if (BitfieldSize.isUnset() && VS.isUnset()) in ParseCXXMemberDeclaratorBeforeInitializer() 1964 ParseOptionalCXX11VirtSpecifierSeq(VS, getCurrentClass().IsInterface); in ParseCXXMemberDeclaratorBeforeInitializer() 2163 VirtSpecifiers VS; in ParseCXXClassMemberDeclaration() local 2177 ParseCXXMemberDeclaratorBeforeInitializer(DeclaratorInfo, VS, BitfieldSize, in ParseCXXClassMemberDeclaration() 2255 VS, DefinitionKind, Init); in ParseCXXClassMemberDeclaration() 2319 VS, HasInClassInit); in ParseCXXClassMemberDeclaration() [all …]
|
/external/chromium_org/build/internal/ |
D | README.chromium | 6 …re overriden by release_impl$(CHROME_BUILD_TYPE).vsprops. Uses the default VS setting which is "Ma…
|
/external/zlib/src/contrib/dotzlib/ |
D | readme.txt | 28 Open DotZLib.sln in VS.Net and build from there. Output file (DotZLib.dll)
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 201 // VS.NET's __property declarations. A placeholder type. The 212 // In VS.NET, a __property declaration creates an implicit
|
/external/llvm/lib/Target/AArch64/Utils/ |
D | AArch64BaseInfo.h | 199 VS = 0x6, // Overflow Unordered enumerator 222 case VS: return "vs"; in getCondCodeName() 256 case VS: return V; // V == 1 in getNZCVToSatisfyCondCode()
|
/external/chromium_org/chrome/installer/ |
D | mini_installer.gypi | 40 # linker errors when building with VS 2008.
|
/external/llvm/docs/ |
D | GettingStartedVS.rst | 103 build type, use the Configuration manager from the VS IDE or the 130 results will be shown in the VS output window.
|
/external/mesa3d/src/glsl/ |
D | glsl_parser_extras.cpp | 264 #define EXT(NAME, VS, GS, FS, GL, ES, SUPPORTED_FLAG) \ argument 265 { "GL_" #NAME, VS, GS, FS, GL, ES, &gl_extensions::SUPPORTED_FLAG, \
|