Searched refs:occResult (Results 1 – 1 of 1) sorted by relevance
1103 SVGADXOcclusionQueryResult occResult; in svga_get_query_result() local1105 (void *)&occResult, sizeof(occResult)); in svga_get_query_result()1106 *result = (uint64_t)occResult.samplesRendered; in svga_get_query_result()1114 SVGADXOcclusionPredicateQueryResult occResult; in svga_get_query_result() local1116 (void *)&occResult, sizeof(occResult)); in svga_get_query_result()1117 vresult->b = occResult.anySamplesRendered != 0; in svga_get_query_result()