Searched defs:tex_format (Results 1 - 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
H A Dst_context.h157 enum pipe_format tex_format; member in struct:st_context::__anon14314
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp597 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
605 image_create_info.format = tex_format;
679 // const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM;
687 // .format = tex_format,
751 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
759 image_create_info.format = tex_format;
1031 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
1039 image_create_info.format = tex_format;
1103 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
1111 image_create_info.format = tex_format;
2182 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
3558 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
6115 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
6228 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
6285 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
[all...]
H A Dvkrenderframework.cpp800 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
807 stagingImage.init(16, 16, tex_format, VK_IMAGE_USAGE_TRANSFER_DST_BIT |
823 view.format = tex_format;
835 init(16, 16, tex_format,
/external/vulkan-validation-layers/demos/
H A Dtri.c806 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
819 .format = tex_format,
900 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
908 vkGetPhysicalDeviceFormatProperties(demo->gpu, tex_format, &props);
998 .format = tex_format,
H A Dcube.c1060 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
1079 .format = tex_format,
1156 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
1160 vkGetPhysicalDeviceFormatProperties(demo->gpu, tex_format, &props);
1252 .format = tex_format,

Completed in 107 milliseconds