Home
last modified time | relevance | path

Searched refs:v3dv_query_pool (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/broadcom/vulkan/
Dv3dv_query.c31 struct v3dv_query_pool *pool, in kperfmon_create()
59 struct v3dv_query_pool *pool, in kperfmon_destroy()
143 struct v3dv_query_pool *pool) in create_pool_descriptors()
199 struct v3dv_query_pool *pool) in destroy_pool_descriptors()
215 struct v3dv_query_pool *pool) in pool_create_meta_resources()
236 struct v3dv_query_pool *pool) in pool_destroy_meta_resources()
258 struct v3dv_query_pool *pool = in v3dv_CreateQueryPool()
408 V3DV_FROM_HANDLE(v3dv_query_pool, pool, queryPool); in v3dv_DestroyQueryPool()
453 struct v3dv_query_pool *pool, in query_wait_available()
525 struct v3dv_query_pool *pool, in query_check_available()
[all …]
Dv3dv_private.h1090 struct v3dv_query_pool *pool;
1096 struct v3dv_query_pool *pool;
1104 struct v3dv_query_pool *pool;
1133 struct v3dv_query_pool *pool;
1658 struct v3dv_query_pool { struct
1716 struct v3dv_query_pool *pool, argument
1724 struct v3dv_query_pool *query_pool,
1729 struct v3dv_query_pool *pool,
1806 struct v3dv_query_pool *pool,
1814 struct v3dv_query_pool *pool,
[all …]
Dv3dv_cmd_buffer.c602 struct v3dv_query_pool *pool, in cmd_buffer_emit_end_query_cpu()
3941 struct v3dv_query_pool *pool, in v3dv_cmd_buffer_begin_query()
4003 struct v3dv_query_pool *pool, in v3dv_cmd_buffer_schedule_end_query()
4066 struct v3dv_query_pool *pool, in v3dv_cmd_buffer_end_occlusion_query()
4080 struct v3dv_query_pool *pool, in v3dv_cmd_buffer_end_performance_query()
4098 struct v3dv_query_pool *pool, in v3dv_cmd_buffer_end_query()
4138 V3DV_FROM_HANDLE(v3dv_query_pool, query_pool, queryPool); in v3dv_CmdWriteTimestamp2()