anv: Implement pipeline statistics queries
In the end, pipeline statistics queries look a lot like occlusion queries only with between 1 and 11 begin/end pairs being generated instead of just the one. Reviewed-By: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:

committed by
Jason Ekstrand

parent
dda54890f3
commit
e675f57d4f
@@ -477,7 +477,7 @@ void anv_GetPhysicalDeviceFeatures(
|
||||
.textureCompressionASTC_LDR = pdevice->info.gen >= 9, /* FINISHME CHV */
|
||||
.textureCompressionBC = true,
|
||||
.occlusionQueryPrecise = true,
|
||||
.pipelineStatisticsQuery = false,
|
||||
.pipelineStatisticsQuery = true,
|
||||
.fragmentStoresAndAtomics = true,
|
||||
.shaderTessellationAndGeometryPointSize = true,
|
||||
.shaderImageGatherExtended = true,
|
||||
|
Reference in New Issue
Block a user