HomeSort by relevance Sort by last modified time
    Searched refs:colorAttachment (Results 1 - 25 of 46) 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 301 attachment.colorAttachment = 0; // this value shouldn't matter
381 attachment.colorAttachment = colorIndex;
GrVkCommandBuffer.cpp 201 SkASSERT(testIndex == attachments[i].colorAttachment);
    [all...]
  /external/skqp/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 320 attachment.colorAttachment = 0; // this value shouldn't matter
403 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 219 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 779 const VkImageView colorAttachment,
    [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 552 TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx);
577 TestFramebuffer::TestFramebuffer (Context& context, const deUint32 targetType, const deUint32 colorAttachment, glw::GLuint textureAttachmentHandle, const bool isSRGB, const FboType fboType, const int idx)
585 , m_colorAttachment (colorAttachment)
    [all...]
es31fShaderImageLoadStoreTests.cpp     [all...]
es31fPrimitiveBoundingBoxTests.cpp 705 glu::Texture colorAttachment(m_context.getRenderContext());
707 gl.bindTexture(GL_TEXTURE_2D, *colorAttachment);
713 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/vulkan-validation-layers/layers/
buffer_validation.cpp     [all...]
  /external/mesa3d/src/intel/vulkan/
anv_blorp.c     [all...]

Completed in 2518 milliseconds

1 2