HomeSort by relevance Sort by last modified time
    Searched refs:colorAttachment (Results 1 - 25 of 47) sorted by null

1 2

  /external/skia/src/gpu/vk/
GrVkFramebuffer.cpp 17 const GrVkImageView* colorAttachment,
19 // At the very least we need a renderPass and a colorAttachment
21 SkASSERT(colorAttachment);
24 attachments[0] = colorAttachment->imageView();
GrVkFramebuffer.h 26 const GrVkImageView* colorAttachment,
GrVkGpuCommandBuffer.cpp 273 attachment.colorAttachment = 0; // this value shouldn't matter
357 attachment.colorAttachment = colorIndex;
GrVkCommandBuffer.cpp 201 SkASSERT(testIndex == attachments[i].colorAttachment);
    [all...]
  /external/mesa3d/src/amd/vulkan/
radv_meta_clear.c 380 const uint32_t subpass_att = clear_att->colorAttachment;
406 assert(clear_att->colorAttachment < subpass->color_count);
435 subpass->color_attachments[clear_att->colorAttachment]
832 const uint32_t subpass_att = clear_att->colorAttachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/geometry/
vktGeometryInstancedRenderingTests.cpp 360 const Unique<VkImageView> colorAttachment (makeImageView (vk, device, *colorImage, VK_IMAGE_VIEW_TYPE_2D, colorFormat, colorSubresourceRange));
371 const Unique<VkFramebuffer> framebuffer (makeFramebuffer (vk, device, *renderPass, *colorAttachment, renderSize.x(), renderSize.y(), 1u));
vktGeometryTestsUtil.cpp 549 const VkImageView colorAttachment,
560 &colorAttachment, // const VkImageView* pAttachments;
vktGeometryTestsUtil.hpp 176 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers);
vktGeometryLayeredRenderingTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationUtil.cpp 418 const VkImageView colorAttachment,
429 &colorAttachment, // const VkImageView* pAttachments;
    [all...]
vktSynchronizationUtil.hpp 233 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers);
  /external/deqp/external/vulkancts/modules/vulkan/tessellation/
vktTessellationUtil.cpp 436 const VkImageView colorAttachment,
447 &colorAttachment, // const VkImageView* pAttachments;
    [all...]
vktTessellationUtil.hpp 211 vk::Move<vk::VkFramebuffer> makeFramebuffer (const vk::DeviceInterface& vk, const vk::VkDevice device, const vk::VkRenderPass renderPass, const vk::VkImageView colorAttachment, const deUint32 width, const deUint32 height, const deUint32 layers);
  /external/deqp/external/vulkancts/modules/vulkan/wsi/
vktWsiSwapchainTests.cpp 777 const VkImageView colorAttachment,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 560 TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx);
587 TestFramebuffer::TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx)
595 , m_colorAttachment (colorAttachment)
    [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fPrimitiveBoundingBoxTests.cpp 669 glu::Texture colorAttachment(m_context.getRenderContext());
671 gl.bindTexture(GL_TEXTURE_2D, *colorAttachment);
677 gl.framebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, *colorAttachment, 0);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fFboInvalidateTests.cpp     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiObjectManagementTests.cpp     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c     [all...]
  /external/deqp/external/vulkancts/framework/vulkan/
vkStructTypes.inl 1096 deUint32 colorAttachment;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/renderpass/
vktRenderPassTests.cpp 843 const AttachmentReference& colorAttachment = colorAttachments[colorNdx];
845 log << TestLog::Message << "Attachment: " << colorAttachment.getAttachment() << TestLog::EndMessage;
846 log << TestLog::Message << "Layout: " << colorAttachment.getImageLayout() << TestLog::EndMessage;
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/build-android/generated/include/
vk_struct_wrappers.h 474 uint32_t get_colorAttachment() { return m_struct.colorAttachment; }
475 void set_colorAttachment(uint32_t inValue) { m_struct.colorAttachment = inValue; }
    [all...]
  /development/ndk/platforms/android-24/include/vulkan/
vulkan.h     [all...]
  /external/mesa3d/include/vulkan/
vulkan.h     [all...]

Completed in 524 milliseconds

1 2