OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:is_cube
(Results
1 - 6
of
6
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
ir2_nir.c
660
bool is_rect = false,
is_cube
= false;
local
701
is_cube
= true;
715
if (
is_cube
) {
742
instr->src[0].swizzle =
is_cube
? IR2_SWIZZLE_YXW : 0;
743
instr->fetch.tex.
is_cube
=
is_cube
;
ir2_private.h
115
bool
is_cube
: 1;
member in struct:ir2_instr::__anon1184::__anon1185::__anon1186::__anon1188
385
return instr->fetch.tex.
is_cube
? 3 : 2;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
ir2_nir.c
643
bool is_rect = false,
is_cube
= false;
local
683
is_cube
= true;
697
if (
is_cube
) {
724
instr->src[0].swizzle =
is_cube
? IR2_SWIZZLE_XYW : 0;
725
instr->fetch.tex.
is_cube
=
is_cube
;
ir2_private.h
115
bool
is_cube
: 1;
member in struct:ir2_instr::__anon3665::__anon3666::__anon3667::__anon3669
369
return instr->fetch.tex.
is_cube
? 3 : 2;
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
ac_surface.h
255
unsigned
is_cube
: 1;
member in struct:ac_surf_config
/xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_surface.h
414
unsigned
is_cube
: 1;
member in struct:ac_surf_config
Completed in 22 milliseconds
Indexes created Mon Aug 03 00:25:36 UTC 2026