Home
last modified time | relevance | path

Searched defs:zink_query (Results 1 – 11 of 11) sorted by relevance

/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/zink/
H A Dzink_query.c16 struct zink_query { struct
17 enum pipe_query_type type;
19 VkQueryPool query_pool;
20 unsigned last_checked_query, curr_query, num_queries;
22 VkQueryType vkqtype;
23 unsigned index;
24 bool use_64bit;
25 bool precise;
26 bool xfb_running;
32 unsigned fences;
[all …]
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/zink/
H A Dzink_query.c28 struct zink_query { struct
29 struct threaded_query base;
30 enum pipe_query_type type;
32 VkQueryPool query_pool;
33 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
34 unsigned curr_query, last_start;
59 struct zink_query_buffer *curr_qbo; argument
68 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/zink/
H A Dzink_query.c27 struct zink_query { struct
28 struct threaded_query base;
29 enum pipe_query_type type;
31 VkQueryPool query_pool;
32 VkQueryPool xfb_query_pool[PIPE_MAX_VERTEX_STREAMS - 1]; //stream 0 is in the base pool
56 struct zink_query_buffer *curr_qbo; argument
65 update_qbo(struct zink_context *ctx, struct zink_query *q); argument