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

  /external/mesa3d/src/mesa/main/
shaderimage.c 371 mesa_format tex_format = _mesa_get_shader_image_format(format); local
372 if (tex_format == MESA_FORMAT_NONE)
375 enum image_format_class class = get_image_format_class(tex_format);
474 mesa_format tex_format; local
493 tex_format = _mesa_get_shader_image_format(t->BufferObjectFormat);
503 tex_format = _mesa_get_shader_image_format(img->InternalFormat);
506 if (!tex_format)
511 if (_mesa_get_format_bytes(tex_format) !=
517 if (get_image_format_class(tex_format) !=
684 GLenum tex_format; local
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_context.h 182 enum pipe_format tex_format; member in struct:st_context::__anon30618
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 93 GLenum tex_format; member in struct:FboFormatInfo
  /external/mesa3d/src/gallium/auxiliary/hud/
font.c 388 enum pipe_format tex_format = PIPE_FORMAT_NONE; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
intel_mipmap_tree.c 618 mesa_format tex_format = format; local
624 etc_format = (format != tex_format) ? tex_format : MESA_FORMAT_NONE;
    [all...]
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 1021 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.cpp 807 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
814 stagingImage.init(16, 16, tex_format, VK_IMAGE_USAGE_TRANSFER_DST_BIT | VK_IMAGE_USAGE_TRANSFER_SRC_BIT, VK_IMAGE_TILING_L (…)
    [all...]
layer_validation_tests.cpp 1723 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
1794 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
2212 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
2287 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
2353 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
4084 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
4362 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
4851 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
5252 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
6066 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
6069 vkGetPhysicalDeviceFormatProperties(gpu(), tex_format, &format_properties); local
7681 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
9993 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
10168 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
10171 vkGetPhysicalDeviceFormatProperties(gpu(), tex_format, &format_properties); local
13335 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
13370 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
13442 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
13491 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
13542 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
15229 const VkFormat tex_format = VK_FORMAT_B8G8R8A8_UNORM; local
    [all...]
  /external/vulkan-validation-layers/demos/
cube.c 1522 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
1611 const VkFormat tex_format = VK_FORMAT_R8G8B8A8_UNORM; local
    [all...]
cube.cpp 2076 vk::Format const tex_format = vk::Format::eR8G8B8A8Unorm; member in class:vk
    [all...]

Completed in 586 milliseconds