Searched defs:state_struct_type (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_context.h211 * state_struct_type enum values are encoded with the top 16 bits representing
217 enum state_struct_type { enum
244 * Decode a state_struct_type value to determine the type that should be
247 static inline uint32_t AUB_TRACE_TYPE(enum state_struct_type ss_type)
253 * Decode a state_struct_type value to determine the subtype that should be
256 static inline uint32_t AUB_TRACE_SUBTYPE(enum state_struct_type ss_type)
1053 enum state_struct_type type;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h211 * state_struct_type enum values are encoded with the top 16 bits representing
217 enum state_struct_type { enum
244 * Decode a state_struct_type value to determine the type that should be
247 static inline uint32_t AUB_TRACE_TYPE(enum state_struct_type ss_type)
253 * Decode a state_struct_type value to determine the subtype that should be
256 static inline uint32_t AUB_TRACE_SUBTYPE(enum state_struct_type ss_type)
1053 enum state_struct_type type;

Completed in 218 milliseconds