Searched refs:occResult (Results 1 – 1 of 1) sorted by relevance
1096 SVGADXOcclusionQueryResult occResult; in svga_get_query_result() local1098 (void *)&occResult, sizeof(occResult)); in svga_get_query_result()1099 *result = (uint64_t)occResult.samplesRendered; in svga_get_query_result()1107 SVGADXOcclusionPredicateQueryResult occResult; in svga_get_query_result() local1109 (void *)&occResult, sizeof(occResult)); in svga_get_query_result()1110 vresult->b = occResult.anySamplesRendered != 0; in svga_get_query_result()