Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp964 const BorrowedImageInfoVk* sourceImage = nullptr; in buildCompositionVk() local
970 sourceImage = getInfoOrAbort(layer.source); in buildCompositionVk()
971 if (!canCompositeFrom(sourceImage->imageCreateInfo)) { in buildCompositionVk()
975 sourceImageWidth = sourceImage->width; in buildCompositionVk()
976 sourceImageHeight = sourceImage->height; in buildCompositionVk()
1069 if (sourceImage == nullptr) { in buildCompositionVk()
1073 descriptorSetContents.binding0.sampledImageId = sourceImage->id; in buildCompositionVk()
1074 descriptorSetContents.binding0.sampledImageView = sourceImage->imageView; in buildCompositionVk()
1075 compositionVk->layersSourceImages.emplace_back(sourceImage); in buildCompositionVk()
1107 for (const BorrowedImageInfoVk* sourceImage : compositionVk.layersSourceImages) { in compose() local
[all …]
/hardware/google/gfxstream/guest/mesa/include/CL/
Dopencl.hpp4926 const Image &sourceImage, in Image2D() argument
4933 sourceImage.getImageInfo<CL_IMAGE_WIDTH>(); in Image2D()
4935 sourceImage.getImageInfo<CL_IMAGE_HEIGHT>(); in Image2D()
4937 sourceImage.getImageInfo<CL_IMAGE_ROW_PITCH>(); in Image2D()
4939 sourceImage.getImageInfo<CL_IMAGE_NUM_MIP_LEVELS>(); in Image2D()
4941 sourceImage.getImageInfo<CL_IMAGE_NUM_SAMPLES>(); in Image2D()
4943 sourceImage.getImageInfo<CL_IMAGE_FORMAT>(); in Image2D()
4956 desc.buffer = sourceImage(); in Image2D()