/external/skia/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.mm | 39 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad; 193 fRenderPassDesc.colorAttachments[0].clearColor = MTLClearColorMake(color.fR, color.fG, color.fB, 195 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionClear; 197 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad; 242 renderPassDesc.colorAttachments[0].texture = 244 renderPassDesc.colorAttachments[0].slice = 0; 245 renderPassDesc.colorAttachments[0].level = 0; 247 renderPassDesc.colorAttachments[0].clearColor = 249 renderPassDesc.colorAttachments[0].loadAction = 251 renderPassDesc.colorAttachments[0].storeAction =
|
D | GrMtlCopyManager.mm | 192 renderPassDesc.colorAttachments[0].texture = dstTex; 193 renderPassDesc.colorAttachments[0].slice = 0; 194 renderPassDesc.colorAttachments[0].level = 0; 195 renderPassDesc.colorAttachments[0].loadAction = canDiscardOutsideDstRect ? MTLLoadActionDontCare 197 renderPassDesc.colorAttachments[0].storeAction = MTLStoreActionStore;
|
D | GrMtlCopyPipelineState.mm | 23 pipelineDescriptor.colorAttachments[0].pixelFormat = dstPixelFormat;
|
D | GrMtlPipelineStateBuilder.mm | 361 pipelineDescriptor.colorAttachments[0] = create_color_attachment(this->config(), pipeline); 371 SkASSERT(pipelineDescriptor.colorAttachments[0]); 388 pipelineDescriptor.colorAttachments[0].pixelFormat,
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpuCommandBuffer.mm | 40 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad; 190 fRenderPassDesc.colorAttachments[0].clearColor = MTLClearColorMake(color.fR, color.fG, color.fB, 192 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionClear; 195 fRenderPassDesc.colorAttachments[0].loadAction = MTLLoadActionLoad; 241 renderPassDesc.colorAttachments[0].texture = 243 renderPassDesc.colorAttachments[0].slice = 0; 244 renderPassDesc.colorAttachments[0].level = 0; 246 renderPassDesc.colorAttachments[0].clearColor = 248 renderPassDesc.colorAttachments[0].loadAction = 250 renderPassDesc.colorAttachments[0].storeAction =
|
D | GrMtlCopyManager.mm | 192 renderPassDesc.colorAttachments[0].texture = dstTex; 193 renderPassDesc.colorAttachments[0].slice = 0; 194 renderPassDesc.colorAttachments[0].level = 0; 195 renderPassDesc.colorAttachments[0].loadAction = canDiscardOutsideDstRect ? MTLLoadActionDontCare 197 renderPassDesc.colorAttachments[0].storeAction = MTLStoreActionStore;
|
D | GrMtlCopyPipelineState.mm | 23 pipelineDescriptor.colorAttachments[0].pixelFormat = dstPixelFormat;
|
D | GrMtlPipelineStateBuilder.mm | 346 pipelineDescriptor.colorAttachments[0] = create_color_attachment(this->config(), pipeline); 351 SkASSERT(pipelineDescriptor.colorAttachments[0]); 364 pipelineDescriptor.colorAttachments[0].pixelFormat,
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawBaseClass.cpp | 91 std::vector<vk::VkImageView> colorAttachments(1); in initialize() local 92 colorAttachments[0] = *m_colorTargetView; in initialize() 94 …const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, … in initialize()
|
D | vktDrawDifferingInterpolationTests.cpp | 218 vector<VkImageView> colorAttachments (1); in iterate() local 221 colorAttachments[0] = *colorTargetView; in iterate() 223 …const FramebufferCreateInfo framebufferCreateInfo (*renderPass, colorAttachments, WIDTH, HEIGHT, … in iterate()
|
D | vktDrawInvertedDepthRangesTests.cpp | 172 std::vector<VkImageView> colorAttachments(1); in InvertedDepthRangesTestInstance() local 173 colorAttachments[0] = *m_colorTargetView; in InvertedDepthRangesTestInstance() 175 const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, 256, 256, 1); in InvertedDepthRangesTestInstance()
|
D | vktDrawNegativeViewportHeightTests.cpp | 173 std::vector<VkImageView> colorAttachments(1); in NegativeViewportHeightTestInstance() local 174 colorAttachments[0] = *m_colorTargetView; in NegativeViewportHeightTestInstance() 176 …const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, … in NegativeViewportHeightTestInstance()
|
D | vktDrawInstancedTests.cpp | 370 std::vector<vk::VkImageView> colorAttachments(1); in InstancedDrawInstance() local 371 colorAttachments[0] = *m_colorTargetView; in InstancedDrawInstance() 373 …const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, … in InstancedDrawInstance()
|
D | vktBasicDrawTests.cpp | 377 std::vector<vk::VkImageView> colorAttachments(1); in initialize() local 378 colorAttachments[0] = *m_colorTargetView; in initialize() 380 …const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, … in initialize()
|
D | vktDrawCreateInfoUtil.hpp | 163 const vk::VkAttachmentReference* colorAttachments,
|
/external/deqp/external/vulkancts/modules/vulkan/dynamic_state/ |
D | vktDynamicStateBaseClass.cpp | 159 std::vector<vk::VkImageView> colorAttachments(1); in initFramebuffer() local 160 colorAttachments[0] = *m_colorTargetView; in initFramebuffer() 162 …const FramebufferCreateInfo framebufferCreateInfo(*m_renderPass, colorAttachments, WIDTH, HEIGHT, … in initFramebuffer()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboStateQueryTests.cpp | 654 } colorAttachments[] = in test() local 663 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(colorAttachments); ++ndx) in test() 664 …colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAtta… in test()
|
/external/deqp/external/vulkancts/modules/vulkan/image/ |
D | vktImageTestsUtil.cpp | 338 …std::vector<VkPipelineColorBlendAttachmentState> colorAttachments (colorAttachmentCount, colorB… in makeGraphicsPipeline() local 347 …(deUint32)colorAttachments.size(), // deUint32 attachme… in makeGraphicsPipeline() 348 …colorAttachments.size() != 0 ? &colorAttachments[0] : DE_NULL, // const VkPipelineColorBlendAttach… in makeGraphicsPipeline()
|
/external/deqp/external/vulkancts/modules/vulkan/renderpass/ |
D | vktRenderPassTests.cpp | 546 const vector<AttachmentReference>& colorAttachments, in Subpass() argument 554 , m_colorAttachments (colorAttachments) in Subpass() 843 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in logRenderPassInfo() local 872 if (!colorAttachments.empty()) in logRenderPassInfo() 876 for (size_t colorNdx = 0; colorNdx < colorAttachments.size(); colorNdx++) in logRenderPassInfo() 879 const AttachmentReference& colorAttachment = colorAttachments[colorNdx]; in logRenderPassInfo() 1561 deUint32 getAttachmentNdx (const vector<AttachmentReference>& colorAttachments, size_t ndx) in getAttachmentNdx() argument 1563 …return (colorAttachments[ndx].getAttachment() == VK_ATTACHMENT_UNUSED) ? (deUint32)ndx : colorAtta… in getAttachmentNdx() 3047 const vector<AttachmentReference>& colorAttachments = subpass.getColorAttachments(); in renderReferenceValues() local 3050 for (size_t attachmentNdx = 0; attachmentNdx < colorAttachments.size(); attachmentNdx++) in renderReferenceValues() [all …]
|
D | vktRenderPassTestsUtil.cpp | 405 const std::vector<AttachmentReference>& colorAttachments, in Subpass() argument 414 ,m_colorAttachments (colorAttachments) in Subpass()
|
D | vktRenderPassTestsUtil.hpp | 289 const std::vector<AttachmentReference>& colorAttachments,
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineFramebufferAttachmentTests.cpp | 415 vector<SharedPtrVkImageView> colorAttachments; in test() local 465 …colorAttachments.push_back(makeSharedPtr(makeImageView(vk, device, ! caseDef.multisample ? *colorI… in test() 467 attachmentHandles.push_back(**colorAttachments.back()); in test() 1062 vector<SharedPtrVkImageView> colorAttachments; in testDifferentAttachmentSizes() local 1125 …colorAttachments.push_back(makeSharedPtr(makeImageView(vk, device, ! caseDef.multisample ? *colorI… in testDifferentAttachmentSizes() 1126 attachmentHandles.push_back(**colorAttachments.back()); in testDifferentAttachmentSizes()
|
D | vktPipelineRenderToImageTests.cpp | 995 vector<SharedPtrVkImageView> colorAttachments; in testWithSizeReduction() local 1081 colorAttachments.push_back(makeSharedPtr( in testWithSizeReduction() 1083 attachmentHandles.push_back(**colorAttachments.back()); in testWithSizeReduction() 1300 vector<SharedPtrVkImageView> colorAttachments; in drawToMipLevel() local 1311 colorAttachments.push_back(makeSharedPtr(makeImageView( in drawToMipLevel() 1314 attachmentHandles.push_back(**colorAttachments.back()); in drawToMipLevel()
|
D | vktPipelineMultisampleImageTests.cpp | 774 std::vector<ImageViewSp> colorAttachments; in renderMultisampledImage() local 778 colorAttachments.push_back(makeSharedPtr(makeImageView( in renderMultisampledImage() 780 attachmentHandles.push_back(**colorAttachments.back()); in renderMultisampledImage()
|