Home
last modified time | relevance | path

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

/third_party/mesa3d/src/broadcom/compiler/
H A Dv3d_compiler.h676 uint32_t centroid_flags[BITSET_WORDS(V3D_MAX_FS_INPUTS)];
1022 uint32_t centroid_flags[((V3D_MAX_FS_INPUTS - 1) / 24) + 1];
H A Dvir.c814 if (BITSET_TEST(c->centroid_flags, i)) in v3d_set_fs_prog_data_inputs()
815 prog_data->centroid_flags[i / 24] |= 1 << (i % 24); in v3d_set_fs_prog_data_inputs()
H A Dnir_to_vir.c1080 BITSET_SET(c->centroid_flags, i); in emit_fragment_varying()
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_program.c644 if (v3d->prog.fs->prog_data.fs->centroid_flags != in v3d_update_compiled_fs()
645 old_fs->prog_data.fs->centroid_flags) { in v3d_update_compiled_fs()
H A Dv3dx_emit.c726 v3d->prog.fs->prog_data.fs->centroid_flags, in emit_state()
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dvx_cmd_buffer.c1371 const uint32_t *centroid_flags = prog_data_fs->centroid_flags; in cmd_buffer_emit_varyings_state() local
1391 if (!emit_varying_flags(job, num_flags, centroid_flags, in cmd_buffer_emit_varyings_state()

Completed in 20 milliseconds