Home
last modified time | relevance | path

Searched defs:image (Results 876 - 900 of 1898) sorted by relevance

1...<<31323334353637383940>>...76

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp65 Move<VkImage> image; member
88 ImageHandleAllocSp image; member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp224 tcu::PixelBufferAccess getSubregion (tcu::PixelBufferAccess image, const float x, const float y, const float size) in getSubregion() argument
245 void generateReferenceImage(tcu::PixelBufferAccess image, const Vec4& clearColor, const std::vector<Vec4>& perInstancePosition, const int numInvocations) in generateReferenceImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp47 namespace image namespace
[all...]
H A DvktImageAtomicSpirvShaders.cpp32 namespace image namespace
H A DvktImageMismatchedFormatsTests.cpp64 namespace image namespace
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sparse_resources/
H A DvktSparseResourcesShaderIntrinsicsStorage.cpp315 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
339 sparseImageOpString(const std::string& resultVariable, const std::string& resultType, const std::string& image, const std::string& coord, const std::string& mipLevel) const sparseImageOpString() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationGeometryGridRenderTests.cpp532 bool verifyResultLayer (tcu::TestLog& log, const tcu::ConstPixelBufferAccess& image, const int layerNdx) in verifyResultLayer() argument
[all...]
H A DvktTessellationWindingTests.cpp80 verifyResultImage(tcu::TestLog& log, const tcu::ConstPixelBufferAccess image, const TessPrimitiveType primitiveType, const VkTessellationDomainOrigin domainOrigin, const Winding winding, bool yFlip, const Winding frontFaceWinding) verifyResultImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp100 createImageView(const DeviceInterface& vkd, VkDevice device, VkImage image, VkFormat format, VkSamplerYcbcrConversion conversion, deUint32 layerCount) createImageView() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiGetMemoryCommitment.cpp158 Move<VkImage> image = createImage(vkd, device, &imageParams); in iterate() local
H A DvktApiGranularityTests.cpp189 Move<VkImage> image = createImage(vk, device, &imageInfo); in initImages() local
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/descriptor_indexing/
H A DvktDescriptorSetsIndexingTests.hpp65 Move<VkImage> image; member
88 ImageHandleAllocSp image; member
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/
H A DvktGeometryInstancedRenderingTests.cpp224 tcu::PixelBufferAccess getSubregion (tcu::PixelBufferAccess image, const float x, const float y, const float size) in getSubregion() argument
245 void generateReferenceImage(tcu::PixelBufferAccess image, const Vec4& clearColor, const std::vector<Vec4>& perInstancePosition, const int numInvocations) in generateReferenceImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/image/
H A DvktImageAstcDecodeModeTests.cpp47 namespace image namespace
[all...]
H A DvktImageAtomicSpirvShaders.cpp32 namespace image namespace
H A DvktImageMismatchedFormatsTests.cpp64 namespace image namespace
H A DvktImageMultisampleLoadStoreTests.cpp55 namespace image namespace
200 void insertImageViews (const DeviceInterface& vk, const VkDevice device, const CaseDef& caseDef, const VkFormat format, const VkImage image, std::vector<SharedVkImageView>* const pOutImageViews) in insertImageViews() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.cpp95 setData(const gl::Context *context, const gl::ImageIndex &index, ImageD3D *image, const gl::Box *destBox, GLenum type, const gl::PixelUnpackState &unpack, const uint8_t *pixelData) setData() argument
290 TextureStorage9_EGLImage(Renderer9 *renderer, EGLImageD3D *image, RenderTarget9 *renderTarget9, const std::string &label) TextureStorage9_EGLImage() argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/cl/
H A DCLContextCL.cpp130 CLMemoryImpl::Ptr CLContextCL::createImage(const cl::Image &image, in createImage() argument
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureBarrierTests.cpp341 GLuint& texel(GLuint* image, GLuint x, GLuint y) in texel() argument
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayColorDepthAttachments.cpp144 bool verifyImage(glw::GLuint image_width, glw::GLuint image_height, const T* components, const T* image) in verifyImage() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkMemUtil.cpp318 allocateDedicated(const InstanceInterface& vki, const DeviceInterface& vkd, const VkPhysicalDevice& physDevice, const VkDevice device, const VkImage image, MemoryRequirement requirement) allocateDedicated() argument
420 bindImagePlanesMemory(const DeviceInterface& vkd, const VkDevice device, const VkImage image, const deUint32 numPlanes, vector<AllocationSp>& allocations, vk::Allocator& allocator, const vk::MemoryRequirement requirement) bindImagePlanesMemory() argument
462 bindImage(const DeviceInterface& vk, const VkDevice device, Allocator& allocator, const VkImage image, const MemoryRequirement requirement) bindImage() argument
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
H A DTextureNULL.cpp177 setEGLImageTarget(const gl::Context *context, gl::TextureType type, egl::Image *image) setEGLImageTarget() argument
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanExternalImageTest.cpp224 VkImage image = VK_NULL_HANDLE; in RunShouldImportMemoryTest() local
334 VkImage image = VK_NULL_HANDLE; in RunShouldClearTest() local
496 VkImage image = VK_NULL_HANDLE; in RunTextureFormatCompatChromiumTest() local
665 VkImage image in RunShouldClearWithSemaphoresTest() local
903 VkImage image = VK_NULL_HANDLE; runShouldDrawTest() local
1054 VkImage image = VK_NULL_HANDLE; runWaitSemaphoresRetainsContentTest() local
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A DRenderbufferVk.cpp159 setStorageEGLImageTarget(const gl::Context *context, egl::Image *image) setStorageEGLImageTarget() argument

Completed in 32 milliseconds

1...<<31323334353637383940>>...76