Searched refs:msaa (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_blit.c54 bool msaa = (info->src.resource->nr_samples > 1 || local
56 int tile_width = msaa ? 32 : 64;
57 int tile_height = msaa ? 32 : 64;
137 if (!job->msaa && info->src.resource->nr_samples > 1) {
138 job->msaa = true;
152 job->msaa = msaa;
H A Dvc4_emit.c90 if (job->msaa || vc4->prog.fs->disable_early_z)
98 if (!job->msaa) {
H A Dvc4_job.c182 job->msaa = true;
191 job->msaa = true;
198 if (job->msaa) {
424 if (job->msaa) {
H A Dvc4_context.h271 bool msaa; member in struct:vc4_job
H A Dvc4_nir_lower_blend.c537 if (c->fs_key->sample_alpha_to_one && c->fs_key->msaa)
666 if (c->fs_key->msaa && blend_depends_on_dst_color(c)) {
H A Dvc4_draw.c94 cl_u8(&bcl, job->msaa ? VC4_BIN_CONFIG_MS_MODE_4X : 0);
H A Dvc4_qir.h360 bool msaa; member in struct:vc4_fs_key
H A Dvc4_program.c2695 if (job->msaa) {
2696 key->msaa = vc4->rasterizer->base.multisample;
/external/skqp/tools/viewer/
H A DViewer.cpp81 static DEFINE_int32(msaa, 1, "Number of subpixel samples. 0 for no HW antialiasing.");
564 int msaa = fWindow->sampleCount(); local
565 if (msaa > 1) {
566 title.appendf(" MSAA: %i", msaa);
1234 for (int msaa : {0, 4, 8, 16}) {
1235 msaaState[kOptions].append(Json::Value(msaa));
/external/skia/tools/viewer/
H A DViewer.cpp67 static DEFINE_int32(msaa, 1, "Number of subpixel samples. 0 for no HW antialiasing.");
712 int msaa = fWindow->sampleCount(); local
713 if (msaa > 1) {
714 title.appendf(" MSAA: %i", msaa);
1424 for (int msaa : {0, 4, 8, 16}) {
1425 msaaState[kOptions].append(Json::Value(msaa));
/external/vulkan-validation-layers/layers/
H A Dshader_validation.cpp1268 auto msaa = type.word(6); local
1274 return (msaa ? DESCRIPTOR_REQ_MULTI_SAMPLE : DESCRIPTOR_REQ_SINGLE_SAMPLE) |
1281 return msaa ? DESCRIPTOR_REQ_MULTI_SAMPLE : DESCRIPTOR_REQ_SINGLE_SAMPLE;
/external/deqp/framework/referencerenderer/
H A DrrRenderer.cpp1176 const bool msaa = numSamples > 1; local
1182 if (msaa)
1194 if (msaa)
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp793 const bool msaa = m_context.getRenderTarget().getNumSamples() > 1; local
796 if (!msaa)
989 const bool msaa = m_context.getRenderTarget().getNumSamples() > 1; local
992 if (!msaa)
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp796 const bool msaa = m_context.getRenderTarget().getNumSamples() > 1; local
799 if (!msaa)
993 const bool msaa = m_context.getRenderTarget().getNumSamples() > 1; local
996 if (!msaa)
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi_vgpu10.c5420 const boolean msaa = tgsi_is_msaa_target(inst->Texture.Texture); local
5428 if (msaa) {

Completed in 455 milliseconds