HomeSort by: relevance | last modified time | path
    Searched refs:V3D_MAX_SAMPLES (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/common/
v3d_limits.h 43 #define V3D_MAX_SAMPLES 4
  /xsrc/external/mit/MesaLib/dist/src/broadcom/common/
v3d_limits.h 58 #define V3D_MAX_SAMPLES 4
  /xsrc/external/mit/MesaLib/dist/src/broadcom/compiler/
v3d_nir_lower_txf_ms.c 35 #define V3D_MAX_SAMPLES 4
v3d_nir_lower_logic_ops.c 333 for (int i = 0; i < V3D_MAX_SAMPLES; i++) {
nir_to_vir.c 1618 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;
v3d_compiler.h 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];
  /xsrc/external/mit/MesaLib.old/dist/src/broadcom/compiler/
v3d_nir_lower_txf_ms.c 35 #define V3D_MAX_SAMPLES 4
v3d_compiler.h 498 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/
v3d_context.c 231 v3d->sample_mask = (1 << V3D_MAX_SAMPLES) - 1;
v3d_screen.c 467 if (sample_count > 1 && sample_count != V3D_MAX_SAMPLES)
v3d_program.c 515 v3d->sample_mask != (1 << V3D_MAX_SAMPLES) - 1);
v3dx_state.c 82 v3d->sample_mask = sample_mask & ((1 << V3D_MAX_SAMPLES) - 1);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/v3d/
v3d_context.c 409 v3d->sample_mask = (1 << V3D_MAX_SAMPLES) - 1;
v3d_screen.c 547 if (sample_count > 1 && sample_count != V3D_MAX_SAMPLES)
v3d_program.c 555 v3d->sample_mask != (1 << V3D_MAX_SAMPLES) - 1);
v3dx_state.c 82 v3d->sample_mask = sample_mask & ((1 << V3D_MAX_SAMPLES) - 1);
  /xsrc/external/mit/MesaLib/dist/src/broadcom/vulkan/
v3dv_pipeline.c 1172 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 30 milliseconds