Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/Include/
DTypes.h1376 bool coopmat : 1; variable
1385 bool isCoopmat() const { return coopmat; } in isCoopmat()
1398 coopmat = false; in initType()
1450 …e(t), vectorSize(vs), matrixCols(mc), matrixRows(mr), vector1(isVector && vs == 1), coopmat(false), in POOL_ALLOCATOR_NEW_DELETE()
1461 …e(t), vectorSize(vs), matrixCols(mc), matrixRows(mr), vector1(isVector && vs == 1), coopmat(false), in basicType()
1474 …ectorSize), matrixCols(p.matrixCols), matrixRows(p.matrixRows), vector1(false), coopmat(p.coopmat), in TType()
1507 …basicType(EbtSampler), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmat(false), in basicType()
1551 coopmat = false;
1558 … basicType(EbtStruct), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmat(false), in TType()
1567 … basicType(EbtBlock), vectorSize(1), matrixCols(0), matrixRows(0), vector1(false), coopmat(false), in TType()
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.1.3.coopmat.comp.out1 spv.1.3.coopmat.comp
Dspv.coopmat.comp.out1 spv.coopmat.comp
/external/deqp-deps/glslang/glslang/MachineIndependent/
Dglslang.y3396 $$.coopmat = true;
3402 $$.coopmat = true;
3408 $$.coopmat = true;
Dglslang.m43396 $$.coopmat = true;
3402 $$.coopmat = true;
3408 $$.coopmat = true;
Dglslang_tab.cpp10059 (yyval.interm.type).coopmat = true; in yyparse()
10070 (yyval.interm.type).coopmat = true; in yyparse()
10081 (yyval.interm.type).coopmat = true; in yyparse()