Searched refs:MAX_COLOR_BUFFERS (Results 1 - 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Context.cpp | 151 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 D | Renderer.hpp | 96 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 D | Context.hpp | 54 ImageView *colorBuffer[sw::MAX_COLOR_BUFFERS] = {}; 243 int colorWriteMask[sw::MAX_COLOR_BUFFERS] = {}; // RGBA 256 BlendState blendState[sw::MAX_COLOR_BUFFERS] = {};
|
H A D | PixelProcessor.hpp | 84 vk::BlendState blendState[MAX_COLOR_BUFFERS]; 87 vk::Format colorFormat[MAX_COLOR_BUFFERS];
|
H A D | QuadRasterizer.cpp | 73 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 D | Config.hpp | 27 constexpr int MAX_COLOR_BUFFERS = 8; member
|
H A D | PixelProcessor.cpp | 135 for(int i = 0; i < MAX_COLOR_BUFFERS; i++) in update()
|
H A D | Renderer.cpp | 382 for(int index = 0; index < MAX_COLOR_BUFFERS; index++) in draw()
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
H A D | PixelProgram.hpp | 41 Vector4f c[MAX_COLOR_BUFFERS]; 44 void clampColor(Vector4f color[MAX_COLOR_BUFFERS]);
|
H A D | PixelProgram.cpp | 211 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 D | PixelRoutine.cpp | 78 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 D | rrRenderer.hpp | 41 MAX_COLOR_BUFFERS = 4 enumerator 56 MultisamplePixelBufferAccess m_colorBuffers[MAX_COLOR_BUFFERS];
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPhysicalDevice.cpp | 498 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 D | es31fShaderFramebufferFetchTests.cpp | 681 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 15 milliseconds