Home
last modified time | relevance | path

Searched refs:multisampled (Results 1 – 25 of 43) sorted by relevance

12

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_image.cpp80 uint32_t multisampled = 0; member
110 info->multisampled = inst->word(6); in GetImageTypeInfo()
274 if (info.multisampled & (0 == (mask & SpvImageOperandsSampleMask))) { in ValidateImageOperands()
504 if (info.multisampled == 0) { in ValidateImageOperands()
536 if (info.multisampled != 0) { in ValidateImageOperands()
624 if (info.multisampled != 0) { in ValidateImageCommon()
657 if (info.multisampled == 1 && in ValidateImageCommon()
807 if (info.multisampled > 1) { in ValidateTypeImage()
809 << "Invalid MS " << info.multisampled << " (must be 0 or 1)"; in ValidateTypeImage()
813 if (info.multisampled != 0) { in ValidateTypeImage()
[all …]
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/val/
Dvalidate_image.cpp80 uint32_t multisampled = 0; member
110 info->multisampled = inst->word(6); in GetImageTypeInfo()
274 if (info.multisampled & (0 == (mask & SpvImageOperandsSampleMask))) { in ValidateImageOperands()
517 if (info.multisampled == 0) { in ValidateImageOperands()
549 if (info.multisampled != 0) { in ValidateImageOperands()
637 if (info.multisampled != 0) { in ValidateImageCommon()
670 if (info.multisampled == 1 && in ValidateImageCommon()
820 if (info.multisampled > 1) { in ValidateTypeImage()
822 << "Invalid MS " << info.multisampled << " (must be 0 or 1)"; in ValidateTypeImage()
826 if (info.multisampled != 0) { in ValidateTypeImage()
[all …]
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_image.cpp80 uint32_t multisampled = 0; member
110 info->multisampled = inst->word(6); in GetImageTypeInfo()
274 if (info.multisampled & (0 == (mask & SpvImageOperandsSampleMask))) { in ValidateImageOperands()
516 if (info.multisampled == 0) { in ValidateImageOperands()
548 if (info.multisampled != 0) { in ValidateImageOperands()
636 if (info.multisampled != 0) { in ValidateImageCommon()
669 if (info.multisampled == 1 && in ValidateImageCommon()
819 if (info.multisampled > 1) { in ValidateTypeImage()
821 << "Invalid MS " << info.multisampled << " (must be 0 or 1)"; in ValidateTypeImage()
825 if (info.multisampled != 0) { in ValidateTypeImage()
[all …]
/external/mesa3d/src/intel/isl/
DREADME78 For a multisampled surface, this unit has the obvious meaning.
79 A singlesampled surface, from ISL's perspective, is simply a multisampled
107 type multisampled surfaces, an element is a sample.
/external/mesa3d/src/compiler/nir/
Dnir_lower_input_attachments.c91 const bool multisampled = (image_dim == GLSL_SAMPLER_DIM_SUBPASS_MS); in try_lower_input_load() local
106 nir_tex_instr *tex = nir_tex_instr_create(b.shader, 3 + multisampled); in try_lower_input_load()
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_fragment_shader_interlock.txt71 In case of sample_interlock_* qualifier multisampled texture has to be
96 In case of sample_interlock_* qualifier multisampled texture has to be
DCTS_ARB_texture_filter_minmax.txt89 - texture is not multisampled
/external/deqp/doc/testspecs/GLES3/
Dfunctional.fbo.msaa.txt40 colorbuffer contents are then resolved to non-multisampled renderbuffer
/external/mesa3d/docs/gallium/cso/
Dblend.rst97 multisample is enabled or the destination buffer is multisampled.
101 is enabled or the destination buffer is multisampled.
/external/angle/extensions/
DANGLE_multiview_multisample.txt42 non-multisampled texture arrays.
DANGLE_framebuffer_multisample.txt175 different sample counts for multisampled rendering, the actual
238 would not be required to support multisampled rendering, except for
/external/skia/tests/
DMtlCopySurfaceTest.mm39 // TODO: check multisampled RT as well
/external/mesa3d/docs/relnotes/
D9.2.4.rst54 - i965: Fix vertical alignment for multisampled buffers.
D18.2.2.rst104 - nvc0: fix bindless multisampled images on Maxwell+
/external/angle/src/libANGLE/renderer/vulkan/shaders/src/
DBlitResolveStencilNoExport.comp6 // BlitResolveStencilNoExport.comp: Blit stencil images or resolve multisampled ones into a buffer.
DBlitResolve.frag6 // BlitResolve.frag: Blit color or depth/stencil images, or resolve multisampled ones.
/external/skqp/dm/
DDMSrcSink.h62 enum Multisampled { kNotMultisampled, kMultisampled } multisampled; member
64 : type(t), approach(a), multisampled(ms) {} in type()
/external/skia/dm/
DDMSrcSink.h82 enum Multisampled { kNotMultisampled, kMultisampled } multisampled; member
84 : type(t), approach(a), multisampled(ms) {} in type()
/external/deqp/framework/common/
DtcuRasterizationVerifier.cpp665 const bool multisampled = (args.numSamples != 0); in verifyTriangleGroupInterpolationWithInterpolator() local
716 multisampled); in verifyTriangleGroupInterpolationWithInterpolator()
721 …hts = interpolator.interpolate(triNdx, tcu::IVec2(x, y), viewportSize, multisampled, subPixelBits); in verifyTriangleGroupInterpolationWithInterpolator()
2677 const bool multisampled = (args.numSamples != 0); in verifyTriangleGroupRasterization() local
2720 multisampled); in verifyTriangleGroupRasterization()
2748 multisampled); in verifyTriangleGroupRasterization()
2877 const bool multisampled = args.numSamples != 0; in verifyLineGroupRasterization() local
2879 if (multisampled) in verifyLineGroupRasterization()
2960 const bool multisampled = args.numSamples != 0; in verifyLineGroupInterpolation() local
2962 if (multisampled) in verifyLineGroupInterpolation()
/external/skqp/src/gpu/mtl/
DGrMtlUtil.mm233 // have any multisampled render targets.
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp891 const bool multisampled = image_type->GetSingleWordInOperand(4) != 0; in ClampCoordinateForImageTexelPointer()
1018 if (multisampled) { in ClampCoordinateForImageTexelPointer()
/external/angle/src/libANGLE/renderer/gl/glx/
DFBConfigCompatibility.md125 As can be seen above, NVIDIA does not expose conformant context with multisampled
193 All the non-conformant configs have a multisampled buffer, so it could be interesting
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dgraphics_robust_access_pass.cpp892 const bool multisampled = image_type->GetSingleWordInOperand(4) != 0; in ClampCoordinateForImageTexelPointer()
1019 if (multisampled) { in ClampCoordinateForImageTexelPointer()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp891 const bool multisampled = image_type->GetSingleWordInOperand(4) != 0; in ClampCoordinateForImageTexelPointer()
1018 if (multisampled) { in ClampCoordinateForImageTexelPointer()
/external/deqp/doc/testspecs/GLES31/
Dfunctional.shaders.sample_variables.txt84 sample_mask_in.sample_mask cases test gl_SampleMaskIn that with multisampled

12