OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nvc0_hw_sm_query
(Results
1 - 3
of
3
) sorted by null
/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
nvc0_query_hw_sm.h
6
struct
nvc0_hw_sm_query
{
struct
11
static inline struct
nvc0_hw_sm_query
*
12
nvc0_hw_sm_query
(struct nvc0_hw_query *hq)
function
14
return (struct
nvc0_hw_sm_query
*)hq;
20
#define
NVC0_HW_SM_QUERY
(i) (PIPE_QUERY_DRIVER_SPECIFIC + (i))
21
#define NVC0_HW_SM_QUERY_LAST
NVC0_HW_SM_QUERY
(NVC0_HW_SM_QUERY_COUNT - 1)
nvc0_screen.h
105
struct
nvc0_hw_sm_query
*mp_counter[8]; /* counter to query allocation */
nvc0_query_hw_sm.c
[
all
...]
Completed in 128 milliseconds