OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tiling_config
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
r600_pipe.c
775
static int r600_interpret_tiling(struct r600_screen *rscreen, uint32_t
tiling_config
)
777
switch ((
tiling_config
& 0xe) >> 1) {
794
switch ((
tiling_config
& 0x30) >> 4) {
805
switch ((
tiling_config
& 0xc0) >> 6) {
818
static int evergreen_interpret_tiling(struct r600_screen *rscreen, uint32_t
tiling_config
)
820
switch (
tiling_config
& 0xf) {
837
switch ((
tiling_config
& 0xf0) >> 4) {
851
switch ((
tiling_config
& 0xf00) >> 8) {
866
uint32_t
tiling_config
= rscreen->info.r600_tiling_config;
local
875
if (!
tiling_config
)
[
all
...]
/external/mesa3d/src/gallium/drivers/r600/
r600_pipe.c
775
static int r600_interpret_tiling(struct r600_screen *rscreen, uint32_t
tiling_config
)
777
switch ((
tiling_config
& 0xe) >> 1) {
794
switch ((
tiling_config
& 0x30) >> 4) {
805
switch ((
tiling_config
& 0xc0) >> 6) {
818
static int evergreen_interpret_tiling(struct r600_screen *rscreen, uint32_t
tiling_config
)
820
switch (
tiling_config
& 0xf) {
837
switch ((
tiling_config
& 0xf0) >> 4) {
851
switch ((
tiling_config
& 0xf00) >> 8) {
866
uint32_t
tiling_config
= rscreen->info.r600_tiling_config;
local
875
if (!
tiling_config
)
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeonsi/
radeonsi_pipe.c
589
static int evergreen_interpret_tiling(struct r600_screen *rscreen, uint32_t
tiling_config
)
591
switch (
tiling_config
& 0xf) {
608
switch ((
tiling_config
& 0xf0) >> 4) {
622
switch ((
tiling_config
& 0xf00) >> 8) {
637
uint32_t
tiling_config
= rscreen->info.r600_tiling_config;
local
642
if (!
tiling_config
)
645
return evergreen_interpret_tiling(rscreen,
tiling_config
);
/external/mesa3d/src/gallium/drivers/radeonsi/
radeonsi_pipe.c
589
static int evergreen_interpret_tiling(struct r600_screen *rscreen, uint32_t
tiling_config
)
591
switch (
tiling_config
& 0xf) {
608
switch ((
tiling_config
& 0xf0) >> 4) {
622
switch ((
tiling_config
& 0xf00) >> 8) {
637
uint32_t
tiling_config
= rscreen->info.r600_tiling_config;
local
642
if (!
tiling_config
)
645
return evergreen_interpret_tiling(rscreen,
tiling_config
);
Completed in 145 milliseconds