Home
last modified time | relevance | path

Searched defs:attachment (Results 1 - 25 of 159) sorted by relevance

1234567

/third_party/mesa3d/src/glx/
H A Ddri2.h42 unsigned int attachment; member
/third_party/skia/src/gpu/mtl/
H A DGrMtlTexture.h34 GrMtlAttachment* attachment() const { return fTexture.get(); } in attachment() function in GrMtlTexture
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DFramebuffer.cpp17 Framebuffer::Framebuffer(vk::Device device, vk::PhysicalDevice physicalDevice, vk::ImageView attachment, vk::Format colorFormat, vk::RenderPass renderPass, vk::Extent2D extent, bool multisample) in Framebuffer() argument
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DAttachmentState.cpp56 TextureViewBase* attachment = in AttachmentStateBlueprint() local
67 TextureViewBase* attachment = descriptor->depthStencilAttachment->view; in AttachmentStateBlueprint() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/
H A DRenderTargetCache.h154 updateCachedRenderTarget( const gl::Context *context, const gl::FramebufferAttachment *attachment, RenderTargetT **cachedRenderTarget) updateCachedRenderTarget() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendIntegerTest.cpp26 void compareValue(const T *value, const char *name, GLenum attachment) in compareValue() argument
H A DFramebufferMultiviewTest.cpp141 GLColor getLayerColor(size_t layer, GLenum attachment, GLint x, GLint y) in getLayerColor() argument
149 GLColor getLayerColor(size_t layer, GLenum attachment) in getLayerColor() argument
[all...]
/third_party/skia/src/gpu/vk/
H A DGrVkRenderTarget.h169 GrVkImage* attachment = global() variable
[all...]
H A DGrVkRenderPass.cpp18 void setup_vk_attachment_description(VkAttachmentDescription* attachment, in setup_vk_attachment_description() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DBlitFramebufferPerf.cpp164 GLenum attachment = BufferTypeAttachment(param.type); in initializeBenchmark() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkFramebuffer.cpp86 const VkAttachmentDescription attachment = renderPass->getAttachment(i); in executeLoadOp() local
137 clearAttachment(const RenderPass *renderPass, uint32_t subpassIndex, const VkClearAttachment &attachment, const VkClearRect &rect) clearAttachment() argument
[all...]
H A DVkRenderPass.cpp431 MarkFirstUse(int attachment, int subpass) MarkFirstUse() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
H A DMultiviewTest.cpp189 GLenum attachment = static_cast<GLenum>(GL_COLOR_ATTACHMENT0 + i); in AttachMultiviewTextures() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
H A DValidationTest.h119 wgpu::Texture attachment; member
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fFboStateQueryTests.cpp58 void checkAttachmentParam(tcu::TestContext& testCtx, glu::CallLogWrapper& gl, GLenum target, GLenum attachment, GLenum pname, GLenum reference) in checkAttachmentParam() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A DClearMultiviewGL.cpp116 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in attachTextures() local
172 const gl::FramebufferAttachment *attachment = state.getColorAttachment(drawBufferId); in detachTextures() local
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_pass.h35 uint32_t attachment; member
/third_party/mesa3d/src/gallium/drivers/zink/
H A Dzink_surface.c148 VkImageUsageFlags attachment = (VK_IMAGE_USAGE_COLOR_ATTACHMENT_BIT | VK_IMAGE_USAGE_DEPTH_STENCIL_ATTACHMENT_BIT | VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT); in create_surface() local
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_pass.c65 const uint32_t attachment = subpass->input_attachments[i]; in pvr_subpass_has_msaa_input_attachment() local
368 struct pvr_render_pass_attachment *attachment = &pass->attachments[i]; in pvr_CreateRenderPass2() local
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp279 VkClearAttachment attachment = in testEarlyDestroy() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp117 comparePixels(glw::GLint width, glw::GLint height, glw::GLint pixelSize, const unsigned char* textureData, const unsigned char* referencePixel, int attachment, int layer) comparePixels() argument
/third_party/skia/tests/
H A DVkDrawableTest.cpp73 VkClearAttachment attachment; variable
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DRenderPipelineVk.cpp235 VkPipelineColorBlendAttachmentState attachment; in ComputeColorDesc() local
[all...]
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
H A DRenderPipelineGL.cpp108 ApplyColorState(const OpenGLFunctions& gl, ColorAttachmentIndex attachment, const ColorTargetState* state) ApplyColorState() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineEarlyDestroyTests.cpp265 VkClearAttachment attachment = in testEarlyDestroy() local

Completed in 17 milliseconds

1234567