Searched refs:fs_threaded (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c390 vc4->reg_class_any[c->fs_threaded]);
394 vc4->reg_class_a_or_b[c->fs_threaded]);
398 vc4->reg_class_a_or_b_or_acc[c->fs_threaded]);
402 vc4->reg_class_r4_or_a[c->fs_threaded]);
406 vc4->reg_class_a[c->fs_threaded]);
416 if (c->fs_threaded) {
442 if (!c->fs_threaded) {
H A Dvc4_qir_schedule.c326 if (state.tfreq_count == (c->fs_threaded ? 4 : 8)) {
349 (c->fs_threaded ? 2 : 4))
H A Dvc4_context.h159 bool fs_threaded; member in struct:vc4_compiled_shader
H A Dvc4_program.c77 if (!c->fs_threaded)
2205 struct vc4_key *key, bool fs_threaded)
2215 c->fs_threaded = fs_threaded;
2349 if (c->fs_threaded && !c->last_thrsw_at_top_level) {
2613 shader->fs_threaded = c->fs_threaded;
2619 1 + shader->fs_threaded);
2204 vc4_shader_ntq(struct vc4_context * vc4,enum qstage stage,struct vc4_key * key,bool fs_threaded) argument
H A Dvc4_draw.c155 !vc4->prog.fs->fs_threaded;
H A Dvc4_qir.h508 bool fs_threaded; member in struct:vc4_compile
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
H A Dvc4_register_allocate.c386 vc4->reg_class_any[c->fs_threaded]);
390 vc4->reg_class_a_or_b[c->fs_threaded]);
394 vc4->reg_class_a_or_b_or_acc[c->fs_threaded]);
398 vc4->reg_class_r4_or_a[c->fs_threaded]);
402 vc4->reg_class_a[c->fs_threaded]);
412 if (c->fs_threaded) {
438 if (!c->fs_threaded) {
H A Dvc4_qir_schedule.c326 if (state.tfreq_count == (c->fs_threaded ? 4 : 8)) {
349 (c->fs_threaded ? 2 : 4))
H A Dvc4_context.h159 bool fs_threaded; member in struct:vc4_compiled_shader
H A Dvc4_program.c78 if (!c->fs_threaded)
2223 struct vc4_key *key, bool fs_threaded)
2233 c->fs_threaded = fs_threaded;
2370 if (c->fs_threaded && !c->last_thrsw_at_top_level) {
2638 shader->fs_threaded = c->fs_threaded;
2644 1 + shader->fs_threaded);
2222 vc4_shader_ntq(struct vc4_context * vc4,enum qstage stage,struct vc4_key * key,bool fs_threaded) argument
H A Dvc4_draw.c157 !vc4->prog.fs->fs_threaded;
H A Dvc4_qir.h504 bool fs_threaded; member in struct:vc4_compile

Completed in 21 milliseconds