Home
last modified time | relevance | path

Searched refs:query2 (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/main/
Dformatquery.c66 bool query2 = _mesa_has_ARB_internalformat_query2(ctx); in _legal_parameters() local
83 if (!query2) { in _legal_parameters()
106 if (!query2 && in _legal_parameters()
226 if (!query2) { in _legal_parameters()
262 if (!query2 && !_is_renderable(ctx, internalformat)) { in _legal_parameters()
/external/vulkan-validation-layers/layers/
Dcore_validation_types.h564 inline bool operator==(const QueryObject &query1, const QueryObject &query2) {
565 return (query1.pool == query2.pool && query1.index == query2.index);
/external/llvm/test/CodeGen/X86/
Dbt.ll261 define void @query2(i32 %x, i32 %n) nounwind {
262 ; CHECK-LABEL: query2:
/external/python/setuptools/setuptools/
Dpackage_index.py1075 s2, h2, path2, param2, query2, frag2 = urllib.parse.urlparse(fp.url)
1077 parts = s2, netloc, path2, param2, query2, frag2
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dbt.ll464 define void @query2(i32 %x, i32 %n) nounwind {
465 ; X86-LABEL: query2:
476 ; X64-LABEL: query2:
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dbt.ll202 define void @query2(i32 %x, i32 %n) nounwind {