Home
last modified time | relevance | path

Searched defs:image2D (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/angle/src/compiler/translator/tree_ops/
H A DRewritePixelLocalStorage.cpp335 TVariable *image2D = createPLSImageReplacement(plsSymbol); in visitPLSDeclaration() local
414 TVariable *image2D = mImages.find(plsSymbol); in visitPLSLoad() local
426 TVariable *image2D) in unpackImageDataIfNecessary()
471 TVariable *image2D = mImages.find(plsSymbol); in visitPLSStore() local
501 TVariable *image2D) in clampAndPackPLSDataIfNecessary()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/common/vulkan_wrapper/
H A Dvulkan_list_map.cpp288 VulkanImage2D *image2D = new VulkanImage2D( in VulkanImage2DList() local
306 VulkanImage2D *image2D = new VulkanImage2D( in VulkanImage2DList() local
317 VulkanImage2D &image2D = m_wrapperList[i2DIdx]; in ~VulkanImage2DList() local
H A Dopencl_vulkan_wrapper.cpp616 size_t totalSize, const VulkanImage2D &image2D, cl_device_id deviceId) in clExternalMemoryImage()
H A Dvulkan_wrapper.cpp1795 VulkanImage2D::VulkanImage2D(const VulkanImage2D &image2D): VulkanImage(image2D) in VulkanImage2D()
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameType.java182 public static FrameType image2D(int elementType, int accessHint) { in image2D() method in FrameType
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.cpp91 for (const sh::ShaderVariable &image2D : image2DUniforms) in GetDefaultImage2DBindLayoutFromShader() local
1060 for (const auto &image2D : image2Ds) in save() local
/aosp_15_r20/external/vulkan-validation-layers/tests/
H A Dvklayertests_buffer_image_memory_sampler.cpp4974 VkImageObj image2D(m_device); in TEST_F() local
/aosp_15_r20/external/ComputeLibrary/include/CL/
H A Dopencl.hpp4943 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DImageTest.cpp2174 EGLImageKHR image2D; in TEST_P() local
/aosp_15_r20/external/mesa3d/include/CL/
H A Dcl.hpp3990 __CL_EXPLICIT_CONSTRUCTORS Image2D(const cl_mem& image2D) : Image(image2D) { } in Image2D()
H A Dopencl.hpp4983 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D()
/aosp_15_r20/external/OpenCL-CLHPP/include/CL/
H A Dopencl.hpp5169 explicit Image2D(const cl_mem& image2D, bool retainObject = false) : in Image2D()