Lines Matching refs:prop
991 INFO(" \"prop\":{\n");
995 info_out->prop.vp.usesDrawParameters ? "true" : "false");
1000 INFO(" \"outputPatchSize\":\"%d\"\n", info_out->prop.tp.outputPatchSize);
1001 INFO(" \"partitioning\":\"%d\"\n", info_out->prop.tp.partitioning);
1002 INFO(" \"winding\":\"%d\"\n", info_out->prop.tp.winding);
1003 INFO(" \"domain\":\"%d\"\n", info_out->prop.tp.domain);
1004 INFO(" \"outputPrim\":\"%d\"\n", info_out->prop.tp.outputPrim);
1008 INFO(" \"outputPrim\":\"%d\"\n", info_out->prop.gp.outputPrim);
1009 INFO(" \"instancesCount\":\"%d\"\n", info_out->prop.gp.instanceCount);
1010 INFO(" \"maxVertices\":\"%d\"\n", info_out->prop.gp.maxVertices);
1014 INFO(" \"numColourResults\":\"%d\"\n", info_out->prop.fp.numColourResults);
1015 INFO(" \"writesDepth\":\"%s\"\n", info_out->prop.fp.writesDepth ? "true" : "false");
1016 INFO(" \"earlyFragTests\":\"%s\"\n", info_out->prop.fp.earlyFragTests ? "true" : "false");
1017 INFO(" \"postDepthCoverage\":\"%s\"\n", info_out->prop.fp.postDepthCoverage ? "true" : "false");
1018 INFO(" \"usesDiscard\":\"%s\"\n", info_out->prop.fp.usesDiscard ? "true" : "false");
1019 INFO(" \"usesSampleMaskIn\":\"%s\"\n", info_out->prop.fp.usesSampleMaskIn ? "true" : "false");
1020 INFO(" \"readsFramebuffer\":\"%s\"\n", info_out->prop.fp.readsFramebuffer ? "true" : "false");
1021 INFO(" \"readsSampleLocations\":\"%s\"\n", info_out->prop.fp.readsSampleLocations ? "true" : "false");
1022 INFO(" \"separateFragData\":\"%s\"\n", info_out->prop.fp.separateFragData ? "true" : "false");