OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backend_map
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/gallium/drivers/radeonsi/
r600_hw_context.c
44
/* if
backend_map
query is supported by the kernel */
47
unsigned
backend_map
= ctx->screen->info.r600_backend_map;
local
56
i =
backend_map
& item_mask;
58
backend_map
>>= item_width;
/external/mesa3d/src/gallium/drivers/r600/
r600_hw_context.c
41
/* if
backend_map
query is supported by the kernel */
44
unsigned
backend_map
= ctx->screen->info.r600_backend_map;
local
56
i =
backend_map
& item_mask;
58
backend_map
>>= item_width;
[
all
...]
Completed in 42 milliseconds