Home
last modified time | relevance | path

Searched refs:GraphicsShaderProgramAndPipelines (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DUtilsVk.h575 struct GraphicsShaderProgramAndPipelines struct
602 GraphicsShaderProgramAndPipelines *programAndPipelines,
612 GraphicsShaderProgramAndPipelines *programAndPipelines,
724 GraphicsShaderProgramAndPipelines mImageClearVSOnly;
725 GraphicsShaderProgramAndPipelines mImageClear[vk::InternalShader::ImageClear_frag::kArrayLen];
726 GraphicsShaderProgramAndPipelines mImageCopy[vk::InternalShader::ImageCopy_frag::kArrayLen];
727 GraphicsShaderProgramAndPipelines mImageCopyFloat;
728 std::unordered_map<vk::SamplerDesc, GraphicsShaderProgramAndPipelines> mImageCopyWithSampler;
731 GraphicsShaderProgramAndPipelines mBlitResolve[vk::InternalShader::BlitResolve_frag::kArrayLen];
732 GraphicsShaderProgramAndPipelines mBlit3DSrc[vk::InternalShader::Blit3DSrc_frag::kArrayLen];
[all …]
H A DUtilsVk.cpp1377 for (GraphicsShaderProgramAndPipelines &programAndPipelines : mImageClear) in destroy()
1382 for (GraphicsShaderProgramAndPipelines &programAndPipelines : mImageCopy) in destroy()
1391 GraphicsShaderProgramAndPipelines &programAndPipelines = iter.second; in destroy()
1403 for (GraphicsShaderProgramAndPipelines &programAndPipelines : mBlitResolve) in destroy()
1408 for (GraphicsShaderProgramAndPipelines &programAndPipelines : mBlit3DSrc) in destroy()
1443 GraphicsShaderProgramAndPipelines &programAndPipelines = programIter.second; in destroy()
1928 GraphicsShaderProgramAndPipelines *programAndPipelines, in setupGraphicsProgramWithLayout()
1993 GraphicsShaderProgramAndPipelines *programAndPipelines, in setupGraphicsProgram()
2675 GraphicsShaderProgramAndPipelines *imageClearProgramAndPipelines = &mImageClearVSOnly; in clearFramebuffer()