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

  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv10_state_tex.c 224 BEGIN_NV04(push, NV10_3D(TEX_FORMAT(i)), 1);
225 PUSH_MTHD (push, NV10_3D(TEX_FORMAT(i)), BUFCTX_TEX(i),
nv20_state_tex.c 236 BEGIN_NV04(push, NV20_3D(TEX_FORMAT(i)), 1);
237 PUSH_MTHD (push, NV20_3D(TEX_FORMAT(i)), BUFCTX_TEX(i),
  /external/mesa3d/src/mesa/state_tracker/
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_context.h 157 enum pipe_format tex_format; member in struct:st_context::__anon19819
st_glsl_to_tgsi.cpp     [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 665 res_info->tex_format = GL_NONE;
676 res_info->tex_format = queryTexFormat(props.colorAttachment0_texture);
689 res_info->tex_format = queryTexFormat(props.depthAttachment_texture);
702 res_info->tex_format = queryTexFormat(props.stencilAttachment_texture);
GLClientState.h 84 GLenum tex_format; member in struct:FboFormatInfo
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragtex.c 129 PUSH_MTHDs(push, NV30_3D(TEX_FORMAT(unit)), BUFCTX_FRAGTEX(unit),
  /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/
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...]
cube.c 1060 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
1156 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
    [all...]

Completed in 1054 milliseconds