Searched refs:V3D_MAX_SAMPLES (Results 1 – 10 of 10) sorted by relevance
58 #define V3D_MAX_SAMPLES 4 macro
35 #define V3D_MAX_SAMPLES 4 macro
1618 int num_samples = c->msaa_per_sample_output ? V3D_MAX_SAMPLES : 1; in vir_emit_tlb_color_write()1621 &c->sample_colors[(rt * V3D_MAX_SAMPLES + i) * 4] : in vir_emit_tlb_color_write()2254 assert(sample_index < V3D_MAX_SAMPLES); in vir_emit_tlb_color_read()2281 &c->color_reads[(rt * V3D_MAX_SAMPLES + sample_index) * 4]; in vir_emit_tlb_color_read()2301 int num_samples = c->fs_key->msaa ? V3D_MAX_SAMPLES : 1; in vir_emit_tlb_color_read()2361 &c->color_reads[(rt * V3D_MAX_SAMPLES + i) * 4]; in vir_emit_tlb_color_read()2463 assert(sample_idx < V3D_MAX_SAMPLES); in ntq_emit_per_sample_color_write()2465 unsigned offset = (rt * V3D_MAX_SAMPLES + sample_idx) * 4; in ntq_emit_per_sample_color_write()
333 for (int i = 0; i < V3D_MAX_SAMPLES; i++) { in v3d_nir_lower_logic_op_instr()
637 struct qreg color_reads[V3D_MAX_DRAW_BUFFERS * V3D_MAX_SAMPLES * 4];638 struct qreg sample_colors[V3D_MAX_DRAW_BUFFERS * V3D_MAX_SAMPLES * 4];
409 v3d->sample_mask = (1 << V3D_MAX_SAMPLES) - 1; in v3d_context_create()
547 if (sample_count > 1 && sample_count != V3D_MAX_SAMPLES) in v3d_screen_is_format_supported()
555 v3d->sample_mask != (1 << V3D_MAX_SAMPLES) - 1); in v3d_update_compiled_fs()
82 v3d->sample_mask = sample_mask & ((1 << V3D_MAX_SAMPLES) - 1); in v3d_set_sample_mask()
1172 p_stage->pipeline->sample_mask != (1 << V3D_MAX_SAMPLES) - 1; in pipeline_populate_v3d_fs_key()2018 pipeline->sample_mask != (1 << V3D_MAX_SAMPLES) - 1; in pipeline_populate_graphics_key()2910 pipeline->sample_mask = (1 << V3D_MAX_SAMPLES) - 1; in pipeline_set_sample_mask()