Home
last modified time | relevance | path

Searched defs:samples (Results 251 - 275 of 717) sorted by relevance

1...<<11121314151617181920>>...29

/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cTextureStorageMultisampleTexStorage3DMultisampleTests.cpp606 glw::GLsizei samples = de::max(internalformat_specific_max_samples, max_color_texture_samples) + 1; iterate() local
740 glw::GLsizei samples = de::max(internalformat_specific_max_samples, max_depth_texture_samples) + 1; iterate() local
865 glw::GLsizei samples = de::max(internalformat_specific_max_samples, max_depth_texture_samples) + 1; iterate() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/shaders/
H A Dcommon.h98 uint samples = srcTexture.get_num_samples(); in resolveTextureMS() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_cache_utils.h198 void setSamples(GLint samples) { mSamples = static_cast<uint8_t>(samples); } in setSamples() argument
199 uint8_t samples() const { return mSamples; } in samples() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DFramebuffer.cpp321 int samples; in completeness() local
326 GLenum Framebuffer::completeness(int &width, int &height, int &samples) in completeness() argument
[all...]
H A DRenderbuffer.cpp495 Colorbuffer::Colorbuffer(int width, int height, GLenum internalformat, GLsizei samples) : mRenderTarget(nullptr) in Colorbuffer() argument
573 DepthStencilbuffer::DepthStencilbuffer(int width, int height, GLenum internalformat, GLsizei samples) : mDepthStencil(nullptr) in DepthStencilbuffer() argument
642 Depthbuffer::Depthbuffer(int width, int height, GLenum internalformat, GLsizei samples) : DepthStencilbuffer(width, height, internalformat, samples) in Depthbuffer() argument
654 Stencilbuffer::Stencilbuffer(int width, int height, GLsizei samples) : DepthStencilbuffer(width, height, GL_STENCIL_INDEX8, samples) in Stencilbuffer() argument
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkImage.hpp151 VkSampleCountFlagBits samples = VK_SAMPLE_COUNT_1_BIT; member in vk::Image
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioMidiTester.java62 public float[] samples; field in AudioMidiTester.TestResult
/third_party/skia/third_party/externals/angle2/util/
H A DEGLWindow.h57 EGLint samples; member
/third_party/skia/tools/gpu/gl/glx/
H A DCreatePlatformGLTestContext_glx.cpp161 int samp_buf, samples; in GLXGLTestContext() local
/third_party/pulseaudio/src/tests/
H A Dalsa-time-test.c40 uint16_t *samples; in main() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbeta_distribution_test.cc334 bool BetaDistributionTest::SingleChiSquaredTest(double p, size_t samples, in SingleChiSquaredTest() argument
285 SingleZTestOnMeanAndVariance(double p, size_t samples) SingleZTestOnMeanAndVariance() argument
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp318 int samples; member
367 int samples = getSamples(); in iterate() local
451 GLint samples = 0; getSamples() local
613 name << "samples" << samples; createFboNoAttachmentTests() local
630 const int samples = rng.getInt(0, maxSamples); createFboNoAttachmentTests() local
[all...]
H A Des31fInternalFormatQueryTests.cpp165 samplesMsg << samples[ndx]; in iterate() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderUtil.cpp112 VkImageCreateInfo makeImageCreateInfo (const VkImageType imageType, const VkExtent3D& extent, const VkFormat format, const VkImageUsageFlags usage, const VkSampleCountFlagBits samples) in makeImageCreateInfo() argument
159 makeRenderPass(const DeviceInterface& vk, const VkDevice device, const VkFormat colorFormat, const vector<deUint32>& viewMasks, const VkSampleCountFlagBits samples, const VkAttachmentLoadOp colorLoadOp, const VkFormat dsFormat) makeRenderPass() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineMultisampleBase.hpp174 const vk::VkSampleCountFlagBits samples = imageSamples[imageSamplesNdx]; local
/third_party/vk-gl-cts/framework/egl/
H A DegluConfigInfo.hpp66 deInt32 samples; member in eglu::ConfigInfo
/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.hpp129 int samples; member in tcu::wgl::PixelFormatInfo
/third_party/vulkan-loader/loader/
H A Dterminator.c103 terminator_GetPhysicalDeviceSparseImageFormatProperties(VkPhysicalDevice physicalDevice, VkFormat format, VkImageType type, VkSampleCountFlagBits samples, VkImageUsageFlags usage, VkImageTiling tiling, uint32_t *pNumProperties, VkSparseImageFormatProperties *pProperties) terminator_GetPhysicalDeviceSparseImageFormatProperties() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DFramebufferAttachment.cpp110 attach(const Context *context, GLenum type, GLenum binding, const ImageIndex &textureIndex, FramebufferAttachmentObject *resource, GLsizei numViews, GLuint baseViewIndex, bool isMultiview, GLsizei samples, rx::Serial framebufferSerial) attach() argument
315 getAttachmentRenderTarget( const Context *context, GLenum binding, const ImageIndex &imageIndex, GLsizei samples, rx::FramebufferAttachmentRenderTarget **rtOut) const getAttachmentRenderTarget() argument
H A DFramebufferAttachment.h147 angle::Result getRenderTarget(const Context *context, GLsizei samples, T **rtOut) const in getRenderTarget() argument
271 getRenderTargetImpl( const Context *context, GLsizei samples, rx::FramebufferAttachmentRenderTarget **rtOut) const getRenderTargetImpl() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderTarget11.cpp25 bool GetTextureProperties(ID3D11Resource *resource, unsigned int *mipLevels, unsigned int *samples) in GetTextureProperties() argument
124 unsigned int mipLevels, samples; in GetRTVSubresourceIndex() local
179 unsigned int mipLevels, samples; in GetDSVSubresourceIndex() local
203 TextureRenderTarget11(d3d11::RenderTargetView &&rtv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, const d3d11::SharedSRV &blitSRV, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
233 TextureRenderTarget11(d3d11::DepthStencilView &&dsv, const TextureHelper11 &resource, const d3d11::SharedSRV &srv, GLenum internalFormat, const d3d11::Format &formatSet, GLsizei width, GLsizei height, GLsizei depth, GLsizei samples) TextureRenderTarget11() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/oprofile/cell/
H A Dspu_task_sync.c551 void spu_sync_buffer(int spu_num, unsigned int *samples, in spu_sync_buffer() argument
[all...]
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A Dfsl-imx25-tcq.c312 unsigned int samples; in mx25_tcq_irq_thread() local
236 mx25_tcq_create_event_for_4wire(struct mx25_tcq_priv *priv, u32 *sample_buf, unsigned int samples) mx25_tcq_create_event_for_4wire() argument
[all...]
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
H A Ddsp_cmx.c1161 showdelay(struct dsp *dsp, int samples, int delay) in showdelay() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_audio.c137 uint32_t samples; in check_audio_bandwidth_hdmi() local
[all...]

Completed in 21 milliseconds

1...<<11121314151617181920>>...29