HomeSort by relevance Sort by last modified time
    Searched refs:fMemProps (Results 1 - 6 of 6) sorted by null

  /external/skia/src/gpu/vk/
GrVkImage.h 81 VkFlags fMemProps;
92 , fMemProps(VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT) {}
GrVkImage.cpp 84 if (!GrVkMemory::AllocAndBindImageMemory(gpu, image, imageDesc.fMemProps, &alloc)) {
GrVkStencilAttachment.cpp 46 imageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT;
GrVkTextureRenderTarget.cpp 50 msImageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT;
GrVkRenderTarget.cpp 137 msImageDesc.fMemProps = VK_MEMORY_PROPERTY_DEVICE_LOCAL_BIT;
GrVkGpu.cpp 517 imageDesc.fMemProps = memProps;
755 imageDesc.fMemProps = memProps;
    [all...]

Completed in 787 milliseconds