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

  /external/mesa3d/src/mesa/state_tracker/
st_context.h 157 enum pipe_format tex_format; member in struct:st_context::__anon20423
st_cb_bitmap.c 153 if (st->bitmap.tex_format == PIPE_FORMAT_L8_UNORM)
303 pt = st_texture_create(st, st->internal_target, st->bitmap.tex_format,
579 st->bitmap.tex_format, 0,
840 st->bitmap.tex_format = PIPE_FORMAT_I8_UNORM;
845 st->bitmap.tex_format = PIPE_FORMAT_A8_UNORM;
850 st->bitmap.tex_format = PIPE_FORMAT_L8_UNORM;
st_glsl_to_tgsi.cpp     [all...]
  /external/vulkan-validation-layers/tests/
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
1103 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
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...]
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,
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 1060 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
1156 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
    [all...]
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
    [all...]

Completed in 120 milliseconds