Searched refs:pool_create (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_query.c265 VkQueryPoolCreateInfo pool_create = {0}; local in function:zink_create_query
283 pool_create.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO;
284 pool_create.queryType = query->vkqtype;
285 pool_create.queryCount = NUM_QUERIES;
287 pool_create.pipelineStatistics = VK_QUERY_PIPELINE_STATISTIC_GEOMETRY_SHADER_PRIMITIVES_BIT |
290 pool_create.pipelineStatistics = pipeline_statistic_convert(index);
292 VkResult status = VKSCR(CreateQueryPool)(screen->dev, &pool_create, NULL, &query->query_pool);
297 pool_create.sType = VK_STRUCTURE_TYPE_QUERY_POOL_CREATE_INFO;
298 pool_create.queryType = VK_QUERY_TYPE_TRANSFORM_FEEDBACK_STREAM_EXT;
299 pool_create
[all...]

Completed in 2 milliseconds