Searched defs:tex_format (Results 1 - 5 of 5) sorted by relevance
/external/mesa3d/src/mesa/state_tracker/ |
H A D | st_context.h | 157 enum pipe_format tex_format; member in struct:st_context::__anon14314
|
/external/vulkan-validation-layers/tests/ |
H A D | layer_validation_tests.cpp | 597 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 D | vkrenderframework.cpp | 800 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 D | tri.c | 806 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 D | cube.c | 1060 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