Home
last modified time | relevance | path

Searched refs:msaa (Results 1 – 25 of 153) sorted by relevance

1234567

/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a307-fails.txt69 dEQP-GLES3.functional.fbo.msaa.2_samples.depth24_stencil8,Fail
70 dEQP-GLES3.functional.fbo.msaa.2_samples.depth32f_stencil8,Fail
71 dEQP-GLES3.functional.fbo.msaa.2_samples.depth_component16,Fail
72 dEQP-GLES3.functional.fbo.msaa.2_samples.depth_component24,Fail
73 dEQP-GLES3.functional.fbo.msaa.2_samples.depth_component32f,Fail
74 dEQP-GLES3.functional.fbo.msaa.2_samples.r11f_g11f_b10f,Fail
75 dEQP-GLES3.functional.fbo.msaa.2_samples.r16f,Fail
76 dEQP-GLES3.functional.fbo.msaa.2_samples.r8,Fail
77 dEQP-GLES3.functional.fbo.msaa.2_samples.rg16f,Fail
78 dEQP-GLES3.functional.fbo.msaa.2_samples.rg8,Fail
[all …]
Dfreedreno-a420-skips.txt11 # no msaa support
12 .*msaa.*
Dfreedreno-a307-skips.txt5 # no msaa support
6 .*msaa.*
Dfreedreno-a630-fails.txt35 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.colorburn,Fail
36 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.colordodge,Fail
37 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.darken,Fail
38 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.difference,Fail
39 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.exclusion,Fail
40 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hardlight,Fail
41 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_color,Fail
42 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_hue,Fail
43 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_luminosity,Fail
44 bypass-dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_saturation,Fail
[all …]
Dfreedreno-a630-bypass-flakes.txt14 dEQP-GLES31.functional.blend_equation_advanced.msaa.hsl_saturation
/third_party/mesa3d/src/broadcom/common/
Dv3d_util.c92 bool msaa, bool double_buffer, in v3d_choose_tile_size() argument
112 assert(!msaa || !double_buffer); in v3d_choose_tile_size()
113 if (msaa) in v3d_choose_tile_size()
Dv3d_util.h40 bool msaa, bool double_buffer,
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dvx_device.c263 bool *msaa) in v3dX()
267 *msaa = false; in v3dX()
282 *msaa = true; in v3dX()
285 if (!*msaa && subpass->ds_attachment.attachment != VK_ATTACHMENT_UNUSED) { in v3dX()
291 *msaa = true; in v3dX()
306 *msaa = true; in v3dX()
Dv3dv_pass.c325 bool msaa = false; in subpass_get_granularity() local
341 msaa = true; in subpass_get_granularity()
345 bool double_buffer = (V3D_DEBUG & V3D_DEBUG_DOUBLE_BUFFER) && !msaa; in subpass_get_granularity()
346 v3d_choose_tile_size(color_attachment_count, max_bpp, msaa, in subpass_get_granularity()
Dv3dvx_pipeline.c154 pipeline->msaa = in pack_cfg_bits()
189 pipeline->msaa) ? 1 : 0; in pack_cfg_bits()
427 (pipeline->msaa && prog_data_fs->force_per_sample_msaa); in pack_shader_state_record()
Dv3dvx_meta_common.c53 assert(!tiling->msaa || !tiling->double_buffer); in emit_rcl_prologue()
59 config.multisample_mode_4x = tiling->msaa; in emit_rcl_prologue()
234 bool msaa, in emit_linear_store() argument
244 store.decimate_mode = msaa ? V3D_DECIMATE_MODE_ALL_SAMPLES : in emit_linear_store()
540 bool msaa = image->vk.samples > VK_SAMPLE_COUNT_1_BIT; in emit_copy_layer_to_buffer_per_tile_list() local
543 buffer_offset, buffer_stride, msaa, format); in emit_copy_layer_to_buffer_per_tile_list()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_target.h62 FixupData(bool force, bool flat, uint8_t alphatest, bool msaa) : in FixupData()
63 force_persample_interp(force), flatshade(flat), alphatest(alphatest), msaa(msaa) {} in FixupData()
67 bool msaa; member
/third_party/flutter/glfw/tests/
DCMakeLists.txt23 add_executable(msaa msaa.c ${GETOPT} ${GLAD}) target
45 set(CONSOLE_BINARIES clipboard events msaa gamma glfwinfo
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3d_job.c324 job->msaa = true; in v3d_get_job()
333 job->msaa = true; in v3d_get_job()
338 job->msaa = true; in v3d_get_job()
362 unlikely(V3D_DEBUG & V3D_DEBUG_DOUBLE_BUFFER) && !job->msaa; in v3d_get_job()
382 job->msaa = true; in v3d_get_job_for_fbo()
386 v3d_get_tile_buffer_size(job->msaa, job->double_buffer, in v3d_get_job_for_fbo()
Dv3d_blit.c462 bool msaa = (info->src.resource->nr_samples > 1 || in v3d_tlb_blit() local
483 unlikely(V3D_DEBUG & V3D_DEBUG_DOUBLE_BUFFER) && !msaa; in v3d_tlb_blit()
486 v3d_get_tile_buffer_size(msaa, double_buffer, in v3d_tlb_blit()
510 job->msaa = msaa; in v3d_tlb_blit()
/third_party/mesa3d/src/gallium/drivers/softpipe/ci/
Dsoftpipe-fails.txt36 dEQP-GLES3.functional.fbo.msaa.2_samples.depth24_stencil8,Fail
37 dEQP-GLES3.functional.fbo.msaa.2_samples.depth32f_stencil8,Fail
38 dEQP-GLES3.functional.fbo.msaa.2_samples.depth_component16,Fail
39 dEQP-GLES3.functional.fbo.msaa.2_samples.depth_component24,Fail
40 dEQP-GLES3.functional.fbo.msaa.2_samples.depth_component32f,Fail
41 dEQP-GLES3.functional.fbo.msaa.2_samples.r11f_g11f_b10f,Fail
42 dEQP-GLES3.functional.fbo.msaa.2_samples.r16f,Fail
43 dEQP-GLES3.functional.fbo.msaa.2_samples.r8,Fail
44 dEQP-GLES3.functional.fbo.msaa.2_samples.rg16f,Fail
45 dEQP-GLES3.functional.fbo.msaa.2_samples.rg8,Fail
[all …]
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_blit.c55 bool msaa = (info->src.resource->nr_samples > 1 || in vc4_tile_blit() local
57 int tile_width = msaa ? 32 : 64; in vc4_tile_blit()
58 int tile_height = msaa ? 32 : 64; in vc4_tile_blit()
144 job->msaa = msaa; in vc4_tile_blit()
Dvc4_emit.c91 if (job->msaa || vc4->prog.fs->disable_early_z) in vc4_emit_state()
99 if (!job->msaa) { in vc4_emit_state()
Dvc4_job.c189 job->msaa = true; in vc4_get_job()
198 job->msaa = true; in vc4_get_job()
205 if (job->msaa) { in vc4_get_job()
436 if (job->msaa) { in vc4_job_submit()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c301 unsigned scissor, msaa; in util_blitter_create() local
303 for (msaa = 0; msaa < 2; msaa++) { in util_blitter_create()
305 rs_state.multisample = msaa; in util_blitter_create()
306 ctx->rs_state[scissor][msaa] = in util_blitter_create()
513 unsigned scissor, msaa; in util_blitter_destroy() local
515 for (msaa = 0; msaa < 2; msaa++) { in util_blitter_destroy()
516 pipe->delete_rasterizer_state(pipe, ctx->rs_state[scissor][msaa]); in util_blitter_destroy()
1375 bool scissor, bool msaa) in blitter_set_common_draw_rect_state() argument
1382 pipe->bind_rasterizer_state(pipe, ctx->rs_state[scissor][msaa]); in blitter_set_common_draw_rect_state()
1555 bool msaa) in util_blitter_clear_custom() argument
[all …]
/third_party/mesa3d/docs/relnotes/
D10.6.8.rst59 - nv30: Implement color resolve for msaa
61 - nv30: Disable msaa unless requested from the env by NV30_MAX_MSAA
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
Dnvc0_program.h57 bool msaa; member
/third_party/mesa3d/src/panfrost/ci/
Dpanfrost-g72-flakes.txt12 dEQP-GLES31.functional.blend_equation_advanced.msaa.hardlight
/third_party/mesa3d/src/amd/addrlib/src/gfx11/
Dgfx11addrlib.cpp2144 const BOOL_32 msaa = (pIn->numSamples > 1); in ValidateNonSwModeParams() local
2154 if (msaa || display || stereo) in ValidateNonSwModeParams()
2162 if ((msaa && mipmap) || (stereo && msaa) || (stereo && mipmap)) in ValidateNonSwModeParams()
2170 if (msaa || display || stereo) in ValidateNonSwModeParams()
2215 const BOOL_32 msaa = (pIn->numSamples > 1); in ValidateSwModeParams() local
2229 if (msaa && (GetBlockSize(swizzle) < (m_pipeInterleaveBytes * pIn->numSamples))) in ValidateSwModeParams()
2286 if (zbuffer || msaa || (pIn->bpp == 0) || ((pIn->bpp % 8) != 0)) in ValidateSwModeParams()
2295 (msaa && (color || (pIn->bpp > 32))) || in ValidateSwModeParams()
2305 if (zbuffer || msaa) in ValidateSwModeParams()
2313 if (zbuffer || msaa) in ValidateSwModeParams()
[all …]
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.h177 unsigned msaa; member

1234567