Home
last modified time | relevance | path

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

/external/swiftshader/tests/VulkanBenchmarks/
DClearImageBenchmarks.cpp89 vk::ClearColorValue clearColorValue; in initialize() local
90 clearColorValue.float32[0] = 0.0f; in initialize()
91 clearColorValue.float32[1] = 1.0f; in initialize()
92 clearColorValue.float32[2] = 0.0f; in initialize()
93 clearColorValue.float32[3] = 1.0f; in initialize()
95 commandBuffer.clearColorImage(image, vk::ImageLayout::eGeneral, &clearColorValue, 1, &range); in initialize()
/external/deqp/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()
114 const vk::VkClearColorValue& clearColorValue, in ClearColorImageTestInstance() argument
120 , m_clearColorValue (clearColorValue) in ClearColorImageTestInstance()
254 vk::VkClearColorValue clearColorValue; in createClearColorImageTests() member
320 …ild(new ClearColorImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorValue, testData[ndx… in createClearColorImageTests()
DvktProtectedMemBlitImageTests.cpp60 const vk::VkClearColorValue& clearColorValue,
79 vk::VkClearColorValue clearColorValue, in BlitImageTestCase() argument
83 , m_clearColorValue (clearColorValue) in BlitImageTestCase()
114 const vk::VkClearColorValue& clearColorValue, in BlitImageTestInstance() argument
120 , m_clearColorValue (clearColorValue) in BlitImageTestInstance()
361 const vk::VkClearColorValue clearColorValue; in createBlitImageTests() member
427 …>addChild(new BlitImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorValue, testData[ndx… in createBlitImageTests()
DvktProtectedMemCopyImageTests.cpp60 const vk::VkClearColorValue& clearColorValue,
79 vk::VkClearColorValue clearColorValue, in CopyImageTestCase() argument
83 , m_clearColorValue (clearColorValue) in CopyImageTestCase()
114 const vk::VkClearColorValue& clearColorValue, in CopyImageTestInstance() argument
120 , m_clearColorValue (clearColorValue) in CopyImageTestInstance()
359 const vk::VkClearColorValue clearColorValue; in createCopyImageTests() member
425 …>addChild(new CopyImageTestCase(testCtx, name.c_str(), testData[ndx].clearColorValue, testData[ndx… in createCopyImageTests()
/external/angle/src/libANGLE/renderer/vulkan/
DFramebufferVk.h214 const VkClearColorValue &clearColorValue,
220 const VkClearColorValue &clearColorValue,
229 const VkClearColorValue &clearColorValue,
DFramebufferVk.cpp441 const VkClearColorValue &clearColorValue = contextVk->getClearColorValue().color; in clear() local
445 return clearImpl(context, clearColorBuffers, clearDepth, clearStencil, clearColorValue, in clear()
453 const VkClearColorValue &clearColorValue, in clearImpl() argument
552 clearStencil && !clearStencilWithDraw, clearColorValue, in clearImpl()
666 colorClearValue.color = clearColorValue; in clearImpl()
704 clearStencilWithDraw, colorMasks, stencilMask, clearColorValue, in clearImpl()
2473 const VkClearColorValue &clearColorValue, in mergeClearsWithDeferredClears() argument
2482 VkClearValue clearValue = getCorrectedColorClearValue(colorIndexGL, clearColorValue); in mergeClearsWithDeferredClears()
2513 const VkClearColorValue &clearColorValue, in clearWithDraw() argument
2521 params.colorClearValue = clearColorValue; in clearWithDraw()
/external/deqp/external/vulkancts/framework/vulkan/
DvkCmdUtil.cpp284 const VkClearValue& clearColorValue, in beginRendering() argument
304 clearColorValue // VkClearValue clearValue; in beginRendering()
DvkCmdUtil.hpp139 const VkClearValue& clearColorValue,
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp164 tcu::Vec4 clearColorValue; member
181 , clearColorValue (kDefaultClearColor) in TestConfig()
847 auto colorClearValue = vk::makeClearValueColor(m_testConfig.clearColorValue); in iterate()
1051 config.clearColorValue = tcu::Vec4(0.25f, 0.5f, 0.75f, 0.5f); in AddSingleTestCaseStatic()
1068 std::vector<tcu::Vec4> clearColorsPerAttachment(kNumColorAttachments, config.clearColorValue); in AddSingleTestCaseStatic()
1070 ApplyChannelMask(meshColorsPerAttachment, channelMask, config.clearColorValue); in AddSingleTestCaseStatic()
1096 config.clearColorValue = tcu::Vec4(0.25f, 0.5f, 0.75f, 0.5f); in AddSingleTestCaseDynamic()
1112 std::vector<tcu::Vec4> clearColorsPerAttachment(kNumColorAttachments, config.clearColorValue); in AddSingleTestCaseDynamic()
1114 ApplyChannelMask(meshColorsPerAttachment, channelMask, config.clearColorValue); in AddSingleTestCaseDynamic()
DvktPipelineDynamicOffsetTests.cpp1921 const VkClearValue clearColorValue = defaultClearValue(OUTPUT_COLOR_FORMAT); in iterate() local
1931 … *renderPass, *framebuffer, makeRect2D(0, 0, m_renderSize.x(), m_renderSize.y()), clearColorValue); in iterate()
2035 float colorValueRed = clearColorValue.color.float32[0]; in iterate()
2036 float colorValueGreen = clearColorValue.color.float32[1]; in iterate()
2037 float colorValueBlue = clearColorValue.color.float32[2]; in iterate()
DvktPipelineExtendedDynamicStateTests.cpp1448 vk::VkClearValue clearColorValue; member
1588 , clearColorValue (vk::makeClearValueColor(kDefaultClearColor)) in TestConfig()
1683 , clearColorValue (other.clearColorValue) in TestConfig()
4966 std::vector<vk::VkClearValue> clearValues (kColorAttCount, m_testConfig.clearColorValue); in iterate()
5535 …config.clearColorValue = vk::makeClearValueColorU32(kGreenClearColor.x(), kGreenClearColor.y(), k… in createExtendedDynamicStateTests()
5551 …config.clearColorValue = vk::makeClearValueColorU32(kGreenClearColor.x(), kGreenClearColor.y(), k… in createExtendedDynamicStateTests()
5565 …config.clearColorValue = vk::makeClearValueColorU32(kGreenClearColor.x(), kGreenClearColor.y(), k… in createExtendedDynamicStateTests()
6264 config.clearColorValue = vk::makeClearValueColor(kTransparentClearColor); in createExtendedDynamicStateTests()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawMultipleClearsWithinRenderPass.cpp520 VkClearValue clearColorValue = makeClearValueColor(tcu::Vec4(0.0f)); in beginDynamicRender() local
524 clearColorValue = makeClearValueColor(m_params.steps[0].color); in beginDynamicRender()
539 clearColorValue // VkClearValue clearValue; in beginDynamicRender()
/external/angle/src/libANGLE/renderer/d3d/
DRendererD3D.h407 const gl::ColorF &clearColorValue,
/external/angle/src/libANGLE/renderer/d3d/d3d9/
DRenderer9.cpp3200 const gl::ColorF &clearColorValue, in clearRenderTarget() argument
3205 D3DCOLOR_ARGB(gl::unorm<8>(clearColorValue.alpha), gl::unorm<8>(clearColorValue.red), in clearRenderTarget()
3206 gl::unorm<8>(clearColorValue.green), gl::unorm<8>(clearColorValue.blue)); in clearRenderTarget()
DRenderer9.h410 const gl::ColorF &clearColorValue,
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.h483 const gl::ColorF &clearColorValue,
DRenderer11.cpp4421 const gl::ColorF &clearColorValue, in clearRenderTarget() argument
4450 gl::ColorF safeClearColor = clearColorValue; in clearRenderTarget()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.cpp1285 const VkClearColorValue clearColorValue = makeClearValueColor(m_clearColor).color; in iterateCommandBegin() local
1287 …es.frameBuffer->image->image, VK_IMAGE_LAYOUT_TRANSFER_DST_OPTIMAL, &clearColorValue, 1, &preImage… in iterateCommandBegin()