Searched refs:qType (Results 1 – 3 of 3) sorted by relevance
194 QualType qType = clangTy->getCanonicalTypeInternal(); in test_codegen_fns() local197 llvm::Type *llvmTy = CodeGen::convertTypeForMemory(CGM, qType); in test_codegen_fns()
1370 QueryType qType; in beginQuery() local1374 qType = QUERY_ANY_SAMPLES_PASSED; in beginQuery()1377 qType = QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE; in beginQuery()1380 qType = QUERY_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN; in beginQuery()1402 mState.activeQuery[qType] = queryObject; in beginQuery()1410 QueryType qType; in endQuery() local1414 …case GL_ANY_SAMPLES_PASSED_EXT: qType = QUERY_ANY_SAMPLES_PASSED; … in endQuery()1415 …case GL_ANY_SAMPLES_PASSED_CONSERVATIVE_EXT: qType = QUERY_ANY_SAMPLES_PASSED_CONSERVATIVE; … in endQuery()1416 …case GL_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN: qType = QUERY_TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN… in endQuery()1420 Query *queryObject = mState.activeQuery[qType]; in endQuery()[all …]
1870 QualType qType = Class->getTypeForDecl()->getCanonicalTypeInternal(); in IsSimplyAccessible() local1873 qType); in IsSimplyAccessible()