Searched defs:colorBuffer (Results 1 - 15 of 15) sorted by relevance

/external/skia/src/core/
H A DSkColorSpaceXformCanvas.cpp167 SkSTArray<16, SkColor> colorBuffer; variable
170 colorBuffer.reset(count);
172 fXformer->apply(lattice, colorBuffer.begin(), count),
231 SkSTArray<16, SkColor> colorBuffer; variable
234 colorBuffer.reset(count);
236 fXformer->apply(lattice, colorBuffer.begin(), count), dst,
/external/skqp/src/core/
H A DSkColorSpaceXformCanvas.cpp167 SkSTArray<16, SkColor> colorBuffer; variable
170 colorBuffer.reset(count);
172 fXformer->apply(lattice, colorBuffer.begin(), count),
231 SkSTArray<16, SkColor> colorBuffer; variable
234 colorBuffer.reset(count);
236 fXformer->apply(lattice, colorBuffer.begin(), count), dst,
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp584 * @param colorBuffer will be used to store the requested data(buffor size should be greater than or equal colorBufferSize)
588 unsigned char* colorBuffer,
593 memcpy(colorBuffer, m_red_color, colorBufferSize);
597 memcpy(colorBuffer, m_green_color, colorBufferSize);
601 memset(colorBuffer, 0, colorBufferSize);
631 * @param colorBuffer will be used to store the requested data(buffer size should be greater than or equal colorBufferSize)
635 unsigned char* colorBuffer,
640 memcpy(colorBuffer, m_white_color, colorBufferSize);
644 memset(colorBuffer, 0, colorBufferSize);
743 * @param colorBuffer wil
587 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) argument
634 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) argument
746 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) argument
835 getReferenceColor(glw::GLint layerIndex, unsigned char* colorBuffer, int colorBufferSize) argument
[all...]
/external/deqp/modules/glshared/
H A DglsFragmentOpUtil.cpp213 void ReferenceQuadRenderer::flushFragmentBuffer (const rr::MultisamplePixelBufferAccess& colorBuffer, argument
219 m_fragmentProcessor.render(colorBuffer, depthBuffer, stencilBuffer, &m_fragmentBuffer[0], m_fragmentBufferSize, faceType, state);
223 void ReferenceQuadRenderer::render (const tcu::PixelBufferAccess& colorBuffer, argument
262 flushFragmentBuffer(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(colorBuffer),
272 flushFragmentBuffer(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(colorBuffer),
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiSmokeTests.cpp313 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(dst); local
314 const rr::RenderTarget renderTarget (colorBuffer);
315 const rr::RenderState renderState ((rr::ViewportState(colorBuffer)), rr::VIEWPORTORIENTATION_UPPER_LEFT);
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryPassthroughTests.cpp350 const Buffer& colorBuffer,
355 const Allocation& alloc = colorBuffer.getAllocation();
484 const Buffer* const colorBuffer[PIPELINE_CASES] = { &colorBuffer1, &colorBuffer2 }; local
583 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorAttachmentImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorBuffer[pipelineNdx]->get(), 1u, &copyRegion);
587 VK_ACCESS_TRANSFER_WRITE_BIT, VK_ACCESS_HOST_READ_BIT, colorBuffer[pipelineNdx]->get(), 0ull, colorBufferSizeBytes);
599 tcu::ConstPixelBufferAccess image0 = getPixelBufferAccess(vk, device, *colorBuffer[0], colorFormat, colorBufferSizeBytes, renderSize);
600 tcu::ConstPixelBufferAccess image1 = getPixelBufferAccess(vk, device, *colorBuffer[1], colorFormat, colorBufferSizeBytes, renderSize);
348 getPixelBufferAccess(const DeviceInterface& vk, const VkDevice device, const Buffer& colorBuffer, const VkFormat colorFormat, const VkDeviceSize colorBufferSizeBytes, const tcu::IVec2& renderSize) argument
/external/deqp/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp344 const VkBuffer colorBuffer,
445 vk.cmdCopyImageToBuffer(*cmdBuffer, *colorImage, VK_IMAGE_LAYOUT_TRANSFER_SRC_OPTIMAL, colorBuffer, 1u, &region);
458 colorBuffer, // VkBuffer buffer;
639 const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, makeBufferCreateInfo(colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT)));
640 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible));
651 draw(context, renderSize, colorFormat, clearColor, *colorBuffer, params.numDrawInstances, perInstancePosition);
340 draw(Context& context, const UVec2& renderSize, const VkFormat colorFormat, const Vec4& clearColor, const VkBuffer colorBuffer, const int numDrawInstances, const std::vector<Vec4>& perInstanceAttribute) argument
/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp597 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(refImage.getAccess()); local
598 const rr::RenderTarget renderTarget (colorBuffer);
599 const rr::RenderState renderState ((rr::ViewportState(colorBuffer)));
H A DvktBasicDrawTests.cpp501 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(access); local
502 const rr::RenderTarget renderTarget (colorBuffer);
503 const rr::RenderState renderState ((rr::ViewportState(colorBuffer)));
/external/deqp/framework/referencerenderer/
H A DrrFragmentOperations.cpp642 void FragmentProcessor::executeColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer) argument
658 colorBuffer.setPixel(combinedColor, fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y());
663 void FragmentProcessor::executeRGBA8ColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const tcu::PixelBufferAccess& colorBuffer) argument
666 const int xStride = colorBuffer.getRowPitch();
667 const int yStride = colorBuffer.getSlicePitch();
668 deUint8* const basePtr = (deUint8*)colorBuffer.getDataPtr();
686 void FragmentProcessor::executeMaskedColorWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const Vec4& colorMaskFactor, const Vec4& colorMaskNegationFactor, bool isSRGB, const tcu::PixelBufferAccess& colorBuffer) argument
694 Vec4 originalColor = colorBuffer.getPixel(fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y());
705 colorBuffer.setPixel(newColor, fragSampleNdx, frag.pixelCoord.x(), frag.pixelCoord.y());
710 void FragmentProcessor::executeSignedValueWrite (int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const tcu::BVec4& colorMask, const tcu::PixelBufferAccess& colorBuffer) argument
725 executeUnsignedValueWrite(int fragNdxOffset, int numSamplesPerFragment, const Fragment* inputFragments, const tcu::BVec4& colorMask, const tcu::PixelBufferAccess& colorBuffer) argument
[all...]
/external/deqp/external/vulkancts/modules/vulkan/device_group/
H A DvktDeviceGroupRendering.cpp128 const rr::MultisamplePixelBufferAccess colorBuffer = rr::MultisamplePixelBufferAccess::fromSinglesampleAccess(dst); local
129 const rr::RenderTarget renderTarget(colorBuffer);
130 const rr::RenderState renderState((rr::ViewportState(colorBuffer)));
/external/deqp/external/vulkancts/modules/vulkan/image/
H A DvktImageMutableTests.cpp1003 Move<VkBuffer> colorBuffer; member in struct:vkt::image::UploadDownloadExecutor::__anon4347
1230 m_uCopy.colorBuffer = makeBuffer(m_vk, m_device, m_uCopy.colorBufferSize, VK_BUFFER_USAGE_TRANSFER_SRC_BIT);
1231 m_uCopy.colorBufferAlloc = bindBuffer(m_vk, m_device, m_allocator, *m_uCopy.colorBuffer, MemoryRequirement::HostVisible);
1258 *m_uCopy.colorBuffer, // VkBuffer buffer;
1299 m_vk.cmdCopyBufferToImage(*m_cmdBuffer, *m_uCopy.colorBuffer, *m_image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, 1u, &region);
1711 const Unique<VkBuffer> colorBuffer (makeBuffer(vk, device, colorBufferSize, VK_BUFFER_USAGE_TRANSFER_DST_BIT));
1712 const UniquePtr<Allocation> colorBufferAlloc (bindBuffer(vk, device, allocator, *colorBuffer, MemoryRequirement::HostVisible));
1718 executor.run(context, *colorBuffer);
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesBufferTests.cpp533 const VkBuffer colorBuffer,
539 : m_colorBuffer (colorBuffer)
525 Renderer(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const deUint32 queueFamilyIndex, const VkDescriptorSetLayout descriptorSetLayout, BinaryCollection& binaryCollection, const std::string& vertexName, const std::string& fragmentName, const VkBuffer colorBuffer, const IVec2& renderSize, const VkFormat colorFormat, const Vec4& clearColor, const VkPrimitiveTopology topology, SpecializationMap specMap = SpecializationMap()) argument
/external/deqp/modules/egl/
H A DteglRenderTests.cpp418 tcu::TextureLevel colorBuffer; local
437 colorBuffer.setStorage(getColorFormat(colorBits), numSamples, width, height);
438 rr::clearMultisampleColorBuffer(colorBuffer, CLEAR_COLOR, rr::WindowRectangle(0, 0, width, height));
452 const rr::RenderTarget renderTarget(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(colorBuffer.getAccess()),
459 rr::RenderState renderState((rr::ViewportState)(rr::MultisamplePixelBufferAccess::fromMultisampleAccess(colorBuffer.getAccess())));
477 rr::resolveMultisampleColorBuffer(dst, rr::MultisamplePixelBufferAccess::fromMultisampleAccess(colorBuffer.getAccess()));
/external/swiftshader/src/Renderer/
H A DRenderer.hpp184 unsigned int *colorBuffer[RENDERTARGETS]; member in struct:sw::DrawData

Completed in 643 milliseconds