Home
last modified time | relevance | path

Searched defs:viewFormat (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_sampler.c138 enum pipe_format viewFormat = sv->base.format; in svga_validate_pipe_sampler_view() local
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DVkImageView.cpp87 vk::Format viewFormat = GetImageViewFormat(pCreateInfo).getAspectFormat(subresource.aspectMask); in Identifier() local
DVkImage.cpp1048 void Image::clear(const void *pixelData, VkFormat pixelFormat, const vk::Format &viewFormat, const … in clear()
1080 void Image::clear(const VkClearValue &clearValue, const vk::Format &viewFormat, const VkRect2D &ren… in clear()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/image/
DvktImageMutableTests.cpp110 VkFormat viewFormat; member
515 const VkFormat viewFormat, in makeImage()
1985 const VkFormat viewFormat, in makeSwapchain()
2083 const VkFormat* viewFormat = DE_NULL; in testSwapchainMutable() local
/third_party/skia/third_party/externals/swiftshader/src/Device/
DBlitter.cpp58 …:clear(const void *pixel, vk::Format format, vk::Image *dest, const vk::Format &viewFormat, const … in clear()
161 …st void *clearValue, vk::Format clearFormat, vk::Image *dest, const vk::Format &viewFormat, const … in fastClear()
/third_party/vk-gl-cts/modules/internal/
DditTextureFormatTests.cpp1270 void getReferenceValues (TextureFormat storageFormat, TextureFormat viewFormat, vector<Vector<T, 4>… in getReferenceValues()