Searched refs:V3D_MAX_SAMPLES (Results 1 - 17 of 17) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/broadcom/common/
H A Dv3d_limits.h43 #define V3D_MAX_SAMPLES 4 macro
/xsrc/external/mit/MesaLib/dist/src/broadcom/common/
H A Dv3d_limits.h58 #define V3D_MAX_SAMPLES 4 macro
/xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_txf_ms.c35 #define V3D_MAX_SAMPLES 4 macro
H A Dv3d_nir_lower_logic_ops.c333 for (int i = 0; i < V3D_MAX_SAMPLES; i++) {
H A Dnir_to_vir.c1618 int num_samples = c->msaa_per_sample_output ? V3D_MAX_SAMPLES : 1;
1621 &c->sample_colors[(rt * V3D_MAX_SAMPLES + i) * 4] :
2254 assert(sample_index < V3D_MAX_SAMPLES);
2281 &c->color_reads[(rt * V3D_MAX_SAMPLES + sample_index) * 4];
2301 int num_samples = c->fs_key->msaa ? V3D_MAX_SAMPLES : 1;
2361 &c->color_reads[(rt * V3D_MAX_SAMPLES + i) * 4];
2463 assert(sample_idx < V3D_MAX_SAMPLES);
2465 unsigned offset = (rt * V3D_MAX_SAMPLES + sample_idx) * 4;
H A Dv3d_compiler.h637 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];
/xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
H A Dv3d_nir_lower_txf_ms.c35 #define V3D_MAX_SAMPLES 4 macro
H A Dv3d_compiler.h498 struct qreg color_reads[V3D_MAX_SAMPLES];
499 struct qreg sample_colors[V3D_MAX_SAMPLES];
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c231 v3d->sample_mask = (1 << V3D_MAX_SAMPLES) - 1;
H A Dv3d_screen.c467 if (sample_count > 1 && sample_count != V3D_MAX_SAMPLES)
H A Dv3d_program.c515 v3d->sample_mask != (1 << V3D_MAX_SAMPLES) - 1);
H A Dv3dx_state.c82 v3d->sample_mask = sample_mask & ((1 << V3D_MAX_SAMPLES) - 1);
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
H A Dv3d_context.c409 v3d->sample_mask = (1 << V3D_MAX_SAMPLES) - 1;
H A Dv3d_screen.c547 if (sample_count > 1 && sample_count != V3D_MAX_SAMPLES)
H A Dv3d_program.c555 v3d->sample_mask != (1 << V3D_MAX_SAMPLES) - 1);
H A Dv3dx_state.c82 v3d->sample_mask = sample_mask & ((1 << V3D_MAX_SAMPLES) - 1);
/xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
H A Dv3dv_pipeline.c1172 p_stage->pipeline->sample_mask != (1 << V3D_MAX_SAMPLES) - 1;
2018 pipeline->sample_mask != (1 << V3D_MAX_SAMPLES) - 1;
2910 pipeline->sample_mask = (1 << V3D_MAX_SAMPLES) - 1;

Completed in 27 milliseconds