| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/ |
| D | StateManager9.cpp | 143 const gl::BlendState &blendState = state.getBlendState(); in syncState() local 163 const gl::BlendState &blendState = state.getBlendState(); in syncState() local 185 const gl::BlendState &blendState = state.getBlendState(); in syncState() local 328 const gl::BlendState &blendState = glState.getBlendState(); in setBlendDepthRasterStates() local 700 void StateManager9::setBlendColor(const gl::BlendState &blendState, const gl::ColorF &blendColor) in setBlendColor() 723 void StateManager9::setBlendFuncsEquations(const gl::BlendState &blendState) in setBlendFuncsEquations()
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
| D | WireOptionalTests.cpp | 79 WGPUBlendState blendState = {}; in TEST_F() local
|
| D | WireArgumentTests.cpp | 108 WGPUBlendState blendState = {}; in TEST_F() local
|
| /third_party/skia/src/gpu/dawn/ |
| D | GrDawnProgramBuilder.cpp | 188 wgpu::BlendState blendState; in create_blend_state() local 383 wgpu::BlendState blendState = create_blend_state(gpu, pipeline); in Build() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| D | vktPipelineBlendTests.cpp | 455 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in checkSupport() local 1097 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage() local 1512 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage() local 2010 std::string getBlendStateName (const VkPipelineColorBlendAttachmentState& blendState) in getBlendStateName()
|
| D | vktPipelineMultisampleTests.cpp | 1334 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleTest() 2063 const VkPipelineColorBlendAttachmentState& blendState, in RasterizationSamplesInstance() 2305 const VkPipelineColorBlendAttachmentState& blendState, in MinSampleShadingDisabledInstance() 2371 const VkPipelineColorBlendAttachmentState& blendState, in SampleMaskInstance() 2537 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToOneInstance() 2615 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageInstance() 2730 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageNoColorAttachmentInstance() 2788 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageColorUnusedAttachmentInstance() 3355 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleRenderer() 3390 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleRenderer() [all …]
|
| D | vktPipelineStencilTests.cpp | 604 const vk::VkPipelineColorBlendAttachmentState blendState local
|
| D | vktPipelineDepthTests.cpp | 719 const vk::VkPipelineColorBlendAttachmentState blendState local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| D | vktPipelineBlendTests.cpp | 456 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in checkSupport() local 1099 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage() local 1514 const VkPipelineColorBlendAttachmentState& blendState = m_blendStates[quadNdx]; in verifyImage() local 2012 std::string getBlendStateName (const VkPipelineColorBlendAttachmentState& blendState) in getBlendStateName()
|
| D | vktPipelineMultisampleTests.cpp | 1314 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleTest() 2011 const VkPipelineColorBlendAttachmentState& blendState, in RasterizationSamplesInstance() 2253 const VkPipelineColorBlendAttachmentState& blendState, in MinSampleShadingDisabledInstance() 2319 const VkPipelineColorBlendAttachmentState& blendState, in SampleMaskInstance() 2485 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToOneInstance() 2563 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageInstance() 2639 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageNoColorAttachmentInstance() 2697 const VkPipelineColorBlendAttachmentState& blendState, in AlphaToCoverageColorUnusedAttachmentInstance() 3264 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleRenderer() 3299 const VkPipelineColorBlendAttachmentState& blendState, in MultisampleRenderer() [all …]
|
| D | vktPipelineStencilTests.cpp | 599 const vk::VkPipelineColorBlendAttachmentState blendState local
|
| D | vktPipelineDepthTests.cpp | 699 const vk::VkPipelineColorBlendAttachmentState blendState local
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
| D | Clear11.cpp | 648 const d3d11::BlendState *blendState = nullptr; in clearFramebuffer() local
|
| D | ResourceManager11.cpp | 107 ID3D11BlendState **blendState) in CreateResource()
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | PixelProcessor.hpp | 84 vk::BlendState blendState[MAX_COLOR_BUFFERS]; member
|
| D | Context.hpp | 256 BlendState blendState[sw::MAX_COLOR_BUFFERS] = {}; member
|
| /third_party/vk-gl-cts/modules/gles3/functional/ |
| D | es3fDrawBuffersIndexedTests.cpp | 300 DrawBufferInfo::DrawBufferInfo (bool render, const IVec2& size, const BlendState& blendState, const… in DrawBufferInfo() 1281 void genRandomBlendState (de::Random& rng, BlendState& blendState) in genRandomBlendState() 1382 BlendState blendState; in genRandomTest() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
| D | vktRenderPassMultisampleTests.cpp | 929 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local 1079 const VkPipelineColorBlendStateCreateInfo blendState = in createSplitPipeline() local
|
| D | vktRenderPassDitheringTests.cpp | 753 const VkPipelineColorBlendAttachmentState blendState = in createDrawResources() local
|
| D | vktRenderPassMultisampleResolveTests.cpp | 1756 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local 2711 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
| D | vktRenderPassMultisampleTests.cpp | 929 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local 1079 const VkPipelineColorBlendStateCreateInfo blendState = in createSplitPipeline() local
|
| D | vktRenderPassDitheringTests.cpp | 751 const VkPipelineColorBlendAttachmentState blendState = in createDrawResources() local
|
| D | vktRenderPassMultisampleResolveTests.cpp | 1769 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local 2724 const VkPipelineColorBlendStateCreateInfo blendState = in createRenderPipeline() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
| D | vktSynchronizationSmokeTests.cpp | 716 VkPipelineColorBlendStateCreateInfo blendState; in generateWork() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/ |
| D | vktSynchronizationSmokeTests.cpp | 717 VkPipelineColorBlendStateCreateInfo blendState; in generateWork() local
|