Home
last modified time | relevance | path

Searched refs:noperspective_flags (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h674 uint32_t noperspective_flags[BITSET_WORDS(V3D_MAX_FS_INPUTS)];
1020 uint32_t noperspective_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
H A Dvir.c811 if (BITSET_TEST(c->noperspective_flags, i)) in v3d_set_fs_prog_data_inputs()
812 prog_data->noperspective_flags[i / 24] |= 1 << (i % 24); in v3d_set_fs_prog_data_inputs()
H A Dnir_to_vir.c1089 BITSET_SET(c->noperspective_flags, i); in emit_fragment_varying()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c639 if (v3d->prog.fs->prog_data.fs->noperspective_flags != in v3d_update_compiled_fs()
640 old_fs->prog_data.fs->noperspective_flags) { in v3d_update_compiled_fs()
H A Dv3dx_emit.c718 v3d->prog.fs->prog_data.fs->noperspective_flags, in emit_state()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1370 const uint32_t *noperspective_flags = prog_data_fs->noperspective_flags; in cmd_buffer_emit_varyings_state() local
1382 if (!emit_varying_flags(job, num_flags, noperspective_flags, in cmd_buffer_emit_varyings_state()

Completed in 18 milliseconds