OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noperspective_flags
(Results
1 - 11
of
11
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d_compiler.h
649
uint32_t
noperspective_flags
[BITSET_WORDS(V3D_MAX_FS_INPUTS)];
961
uint32_t
noperspective_flags
[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
vir.c
796
if (BITSET_TEST(c->
noperspective_flags
, i))
797
prog_data->
noperspective_flags
[i / 24] |= 1 << (i % 24);
nir_to_vir.c
1043
BITSET_SET(c->
noperspective_flags
, i);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_program.c
620
if (v3d->prog.fs->prog_data.fs->
noperspective_flags
!=
621
old_fs->prog_data.fs->
noperspective_flags
) {
v3dx_emit.c
712
v3d->prog.fs->prog_data.fs->
noperspective_flags
,
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
v3d_compiler.h
510
uint32_t
noperspective_flags
[BITSET_WORDS(V3D_MAX_FS_INPUTS)];
684
uint32_t
noperspective_flags
[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
vir.c
675
if (BITSET_TEST(c->
noperspective_flags
, i))
676
prog_data->
noperspective_flags
[i / 24] |= 1 << (i % 24);
nir_to_vir.c
634
BITSET_SET(c->
noperspective_flags
, i);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
v3d_program.c
580
if (v3d->prog.fs->prog_data.fs->
noperspective_flags
!=
581
old_fs->prog_data.fs->
noperspective_flags
) {
v3dx_emit.c
673
v3d->prog.fs->prog_data.fs->
noperspective_flags
,
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dvx_cmd_buffer.c
1318
const uint32_t *
noperspective_flags
= prog_data_fs->
noperspective_flags
;
local
1330
if (!emit_varying_flags(job, num_flags,
noperspective_flags
,
Completed in 20 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026