Home
last modified time | relevance | path

Searched refs:clearColorValue (Results 1 – 25 of 25) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp77 vk::ClearColorValue clearColorValue; in initialize() local
78 clearColorValue.float32[0] = 0.0f; in initialize()
79 clearColorValue.float32[1] = 1.0f; in initialize()
80 clearColorValue.float32[2] = 0.0f; in initialize()
81 clearColorValue.float32[3] = 1.0f; in initialize()
83 commandBuffer.clearColorImage(image, vk::ImageLayout::eGeneral, &clearColorValue, 1, &range); in initialize()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemClearColorImageTests.cpp60 const vk::VkClearColorValue& clearColorValue,
79 vk::VkClearColorValue clearColorValue, in ClearColorImageTestCase() argument
83 , m_clearColorValue (clearColorValue) in ClearColorImageTestCase()
110 const vk::VkClearColorValue& clearColorValue, in ClearColorImageTestInstance() argument
116 , m_clearColorValue (clearColorValue) in ClearColorImageTestInstance()
250 vk::VkClearColorValue clearColorValue; in createClearColorImageTests() member
316 …ild(new ClearColorImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorValue, testData[ndx… in createClearColorImageTests()
DvktProtectedMemCopyImageTests.cpp60 const vk::VkClearColorValue& clearColorValue,
79 vk::VkClearColorValue clearColorValue, in CopyImageTestCase() argument
83 , m_clearColorValue (clearColorValue) in CopyImageTestCase()
110 const vk::VkClearColorValue& clearColorValue, in CopyImageTestInstance() argument
116 , m_clearColorValue (clearColorValue) in CopyImageTestInstance()
355 const vk::VkClearColorValue clearColorValue; in createCopyImageTests() member
421 …>addChild(new CopyImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorValue, testData[ndx… in createCopyImageTests()
DvktProtectedMemBlitImageTests.cpp60 const vk::VkClearColorValue& clearColorValue,
79 vk::VkClearColorValue clearColorValue, in BlitImageTestCase() argument
83 , m_clearColorValue (clearColorValue) in BlitImageTestCase()
110 const vk::VkClearColorValue& clearColorValue, in BlitImageTestInstance() argument
116 , m_clearColorValue (clearColorValue) in BlitImageTestInstance()
357 const vk::VkClearColorValue clearColorValue; in createBlitImageTests() member
423 …>addChild(new BlitImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorValue, testData[ndx… in createBlitImageTests()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DTextureVk.cpp1232 VkClearColorValue clearColorValue; in ClearTexture() local
1235 clearColorValue.float32[0] = fClearColor; in ClearTexture()
1236 clearColorValue.float32[1] = fClearColor; in ClearTexture()
1237 clearColorValue.float32[2] = fClearColor; in ClearTexture()
1238 clearColorValue.float32[3] = fClearColor; in ClearTexture()
1241 clearColorValue.int32[0] = sClearColor; in ClearTexture()
1242 clearColorValue.int32[1] = sClearColor; in ClearTexture()
1243 clearColorValue.int32[2] = sClearColor; in ClearTexture()
1244 clearColorValue.int32[3] = sClearColor; in ClearTexture()
1247 clearColorValue.uint32[0] = uClearColor; in ClearTexture()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.h162 const VkClearColorValue &clearColorValue,
169 const VkClearColorValue &clearColorValue,
177 const VkClearColorValue &clearColorValue,
DFramebufferVk.cpp238 const VkClearColorValue &clearColorValue = contextVk->getClearColorValue().color; in clear() local
242 return clearImpl(context, clearColorBuffers, clearDepth, clearStencil, clearColorValue, in clear()
250 const VkClearColorValue &clearColorValue, in clearImpl() argument
328 clearStencilWithRenderPassLoadOp, clearColorValue, modifiedDepthStencilValue)); in clearImpl()
362 colorMaskFlags, stencilMask, clearColorValue, in clearImpl()
1239 const VkClearColorValue &clearColorValue, in clearWithRenderPassOp() argument
1269 VkClearColorValue value = clearColorValue; in clearWithRenderPassOp()
1306 const VkClearColorValue &clearColorValue, in clearWithDraw() argument
1311 params.colorClearValue = clearColorValue; in clearWithDraw()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp161 tcu::Vec4 clearColorValue; member
177 , clearColorValue (kDefaultClearColor) in TestConfig()
869 auto colorClearValue = vk::makeClearValueColor(m_testConfig.clearColorValue); in iterate()
1073 config.clearColorValue = tcu::Vec4(0.25f, 0.5f, 0.75f, 0.5f); in AddSingleTestCaseStatic()
1090 std::vector<tcu::Vec4> clearColorsPerAttachment(kNumColorAttachments, config.clearColorValue); in AddSingleTestCaseStatic()
1092 ApplyChannelMask(meshColorsPerAttachment, channelMask, config.clearColorValue); in AddSingleTestCaseStatic()
1118 config.clearColorValue = tcu::Vec4(0.25f, 0.5f, 0.75f, 0.5f); in AddSingleTestCaseDynamic()
1134 std::vector<tcu::Vec4> clearColorsPerAttachment(kNumColorAttachments, config.clearColorValue); in AddSingleTestCaseDynamic()
1136 ApplyChannelMask(meshColorsPerAttachment, channelMask, config.clearColorValue); in AddSingleTestCaseDynamic()
DvktPipelineExtendedDynamicStateTests.cpp813 vk::VkClearValue clearColorValue; member
863 , clearColorValue (vk::makeClearValueColor(kDefaultClearColor)) in TestConfig()
2324 clearValues.push_back(m_testConfig.clearColorValue); in iterate()
2695 …config.clearColorValue = vk::makeClearValueColorU32(kGreenClearColor.x(), kGreenClearColor.y(), kG… in createExtendedDynamicStateTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DFramebufferVk.h195 const VkClearColorValue &clearColorValue,
201 const VkClearColorValue &clearColorValue,
210 const VkClearColorValue &clearColorValue,
DFramebufferVk.cpp443 const VkClearColorValue &clearColorValue = contextVk->getClearColorValue().color; in clear() local
447 return clearImpl(context, clearColorBuffers, clearDepth, clearStencil, clearColorValue, in clear()
455 const VkClearColorValue &clearColorValue, in clearImpl() argument
547 clearStencil && !clearStencilWithDraw, clearColorValue, in clearImpl()
616 clearStencilWithDraw, colorMasks, stencilMask, clearColorValue, in clearImpl()
2172 const VkClearColorValue &clearColorValue, in mergeClearsWithDeferredClears() argument
2181 VkClearValue clearValue = getCorrectedColorClearValue(colorIndexGL, clearColorValue); in mergeClearsWithDeferredClears()
2212 const VkClearColorValue &clearColorValue, in clearWithDraw() argument
2220 params.colorClearValue = clearColorValue; in clearWithDraw()
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkCmdUtil.cpp249 const VkClearValue& clearColorValue, in beginRendering() argument
269 clearColorValue // VkClearValue clearValue; in beginRendering()
DvkCmdUtil.hpp130 const VkClearValue& clearColorValue,
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp453 VkClearValue clearColorValue = makeClearValueColor(tcu::Vec4(0.0f)); in iterate() local
457 clearColorValue = makeClearValueColor(m_params.steps[0].color); in iterate()
472 clearColorValue // VkClearValue clearValue; in iterate()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.h368 const gl::ColorF &clearColorValue,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DRendererD3D.h387 const gl::ColorF &clearColorValue,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3094 const gl::ColorF &clearColorValue, in clearRenderTarget() argument
3099 D3DCOLOR_ARGB(gl::unorm<8>(clearColorValue.alpha), gl::unorm<8>(clearColorValue.red), in clearRenderTarget()
3100 gl::unorm<8>(clearColorValue.green), gl::unorm<8>(clearColorValue.blue)); in clearRenderTarget()
DRenderer9.h412 const gl::ColorF &clearColorValue,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3148 const gl::ColorF &clearColorValue, in clearRenderTarget() argument
3153 D3DCOLOR_ARGB(gl::unorm<8>(clearColorValue.alpha), gl::unorm<8>(clearColorValue.red), in clearRenderTarget()
3154 gl::unorm<8>(clearColorValue.green), gl::unorm<8>(clearColorValue.blue)); in clearRenderTarget()
DRenderer9.h404 const gl::ColorF &clearColorValue,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h491 const gl::ColorF &clearColorValue,
DRenderer11.cpp3865 const gl::ColorF &clearColorValue, in clearRenderTarget() argument
3894 gl::ColorF safeClearColor = clearColorValue; in clearRenderTarget()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h472 const gl::ColorF &clearColorValue,
DRenderer11.cpp4215 const gl::ColorF &clearColorValue, in clearRenderTarget() argument
4244 gl::ColorF safeClearColor = clearColorValue; in clearRenderTarget()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp1277 const VkClearColorValue clearColorValue = makeClearValueColor(m_clearColor).color; in iterateCommandBegin() local
1279 …es.frameBuffer->image->image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearColorValue, 1, &preImage… in iterateCommandBegin()