OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tiling_format
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/kernel/
vc4_validate.c
151
uint32_t offset, uint8_t
tiling_format
,
170
switch (
tiling_format
) {
184
DRM_ERROR("buffer tiling %d unsupported\n",
tiling_format
);
571
uint32_t cpp,
tiling_format
, utile_w, utile_h;
local
663
tiling_format
= VC4_TILING_FORMAT_LINEAR;
666
tiling_format
= VC4_TILING_FORMAT_LT;
668
tiling_format
= VC4_TILING_FORMAT_T;
672
tiling_format
, width, height, cpp)) {
686
if (
tiling_format
== VC4_TILING_FORMAT_T &&
688
tiling_format
= VC4_TILING_FORMAT_LT
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/kernel/
vc4_validate.c
151
uint32_t offset, uint8_t
tiling_format
,
170
switch (
tiling_format
) {
184
DRM_ERROR("buffer tiling %d unsupported\n",
tiling_format
);
571
uint32_t cpp,
tiling_format
, utile_w, utile_h;
local
663
tiling_format
= VC4_TILING_FORMAT_LINEAR;
666
tiling_format
= VC4_TILING_FORMAT_LT;
668
tiling_format
= VC4_TILING_FORMAT_T;
672
tiling_format
, width, height, cpp)) {
686
if (
tiling_format
== VC4_TILING_FORMAT_T &&
688
tiling_format
= VC4_TILING_FORMAT_LT
[
all
...]
Completed in 5 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026