Home
last modified time | relevance | path

Searched refs:MAX_COLOR_BUFFERS (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Device/
H A DContext.cpp151 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS)); in colorFormat()
558 ASSERT(colorBlendState->attachmentCount <= sw::MAX_COLOR_BUFFERS); in GraphicsState()
704 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
719 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
741 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
778 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
815 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
943 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
978 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
1013 ASSERT((index >= 0) && (index < sw::MAX_COLOR_BUFFERS));
[all...]
H A DRenderer.hpp96 unsigned int *colorBuffer[MAX_COLOR_BUFFERS];
97 int colorPitchB[MAX_COLOR_BUFFERS];
98 int colorSliceB[MAX_COLOR_BUFFERS];
170 vk::ImageView *colorBuffer[MAX_COLOR_BUFFERS];
H A DContext.hpp54 ImageView *colorBuffer[sw::MAX_COLOR_BUFFERS] = {};
243 int colorWriteMask[sw::MAX_COLOR_BUFFERS] = {}; // RGBA
256 BlendState blendState[sw::MAX_COLOR_BUFFERS] = {};
H A DPixelProcessor.hpp84 vk::BlendState blendState[MAX_COLOR_BUFFERS];
87 vk::Format colorFormat[MAX_COLOR_BUFFERS];
H A DQuadRasterizer.cpp73 Pointer<Byte> cBuffer[MAX_COLOR_BUFFERS];
79 for(int index = 0; index < MAX_COLOR_BUFFERS; index++)
210 for(int index = 0; index < MAX_COLOR_BUFFERS; index++)
H A DConfig.hpp27 constexpr int MAX_COLOR_BUFFERS = 8; member
H A DPixelProcessor.cpp135 for(int i = 0; i < MAX_COLOR_BUFFERS; i++) in update()
H A DRenderer.cpp382 for(int index = 0; index < MAX_COLOR_BUFFERS; index++) in draw()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelProgram.hpp41 Vector4f c[MAX_COLOR_BUFFERS];
44 void clampColor(Vector4f color[MAX_COLOR_BUFFERS]);
H A DPixelProgram.cpp211 for(int i = 0; i < MAX_COLOR_BUFFERS; i++) in executeShader()
270 for(int index = 0; index < MAX_COLOR_BUFFERS; index++) in blendColor()
359 void PixelProgram::clampColor(Vector4f color[MAX_COLOR_BUFFERS]) in clampColor()
365 for(int index = 0; index < MAX_COLOR_BUFFERS; index++) in clampColor()
H A DPixelRoutine.cpp78 void PixelRoutine::quad(Pointer<Byte> cBuffer[MAX_COLOR_BUFFERS], Pointer<Byte> &zBuffer, Pointer<Byte> &sBuffer, Int cMask[4], Int &x, Int &y) in quad()
/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.hpp41 MAX_COLOR_BUFFERS = 4 enumerator
56 MultisamplePixelBufferAccess m_colorBuffers[MAX_COLOR_BUFFERS];
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPhysicalDevice.cpp498 sw::MAX_COLOR_BUFFERS, // maxPerStageDescriptorInputAttachments in getLimits()
507 sw::MAX_COLOR_BUFFERS, // maxDescriptorSetInputAttachments in getLimits()
527 sw::MAX_COLOR_BUFFERS, // maxFragmentOutputAttachments in getLimits()
565 sw::MAX_COLOR_BUFFERS, // maxColorAttachments in getLimits()
1047 // Note: advancedBlendMaxColorAttachments could already support sw::MAX_COLOR_BUFFERS as is, in getProperties()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderFramebufferFetchTests.cpp681 MAX_COLOR_BUFFERS = 4 enumerator
684 GLuint m_texColorBuffers [MAX_COLOR_BUFFERS];
685 GLenum m_colorBuffers [MAX_COLOR_BUFFERS];
727 m_gl.drawBuffers((glw::GLsizei)MAX_COLOR_BUFFERS, &m_colorBuffers[0]); in genFramebufferWithTextures()
735 m_gl.genTextures(MAX_COLOR_BUFFERS, m_texColorBuffers); in genAttachmentTextures()

Completed in 16 milliseconds