HomeSort by: relevance | last modified time | path
    Searched refs:VK_CHROMA_LOCATION_MIDPOINT (Results 1 - 7 of 7) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
radv_android.c 657 p->suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
658 p->suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
733 p->suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
734 p->suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
  /xsrc/external/mit/MesaLib/dist/src/intel/vulkan/
anv_android.c 250 p->suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
251 p->suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_android.c 176 p->suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
177 p->suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT;
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_image.c 300 if (conversion->chroma_offsets[0] == VK_CHROMA_LOCATION_MIDPOINT)
302 if (conversion->chroma_offsets[1] == VK_CHROMA_LOCATION_MIDPOINT)
  /xsrc/external/mit/MesaLib/dist/src/virtio/vulkan/
vn_android.c 787 .suggestedXChromaOffset = VK_CHROMA_LOCATION_MIDPOINT,
788 .suggestedYChromaOffset = VK_CHROMA_LOCATION_MIDPOINT,
  /xsrc/external/mit/MesaLib.old/dist/include/vulkan/
vulkan_core.h 3907 VK_CHROMA_LOCATION_MIDPOINT = 1,
3909 VK_CHROMA_LOCATION_MIDPOINT_KHR = VK_CHROMA_LOCATION_MIDPOINT,
3911 VK_CHROMA_LOCATION_END_RANGE = VK_CHROMA_LOCATION_MIDPOINT,
3912 VK_CHROMA_LOCATION_RANGE_SIZE = (VK_CHROMA_LOCATION_MIDPOINT - VK_CHROMA_LOCATION_COSITED_EVEN + 1),
  /xsrc/external/mit/MesaLib/dist/include/vulkan/
vulkan_core.h 4467 VK_CHROMA_LOCATION_MIDPOINT = 1,
4469 VK_CHROMA_LOCATION_MIDPOINT_KHR = VK_CHROMA_LOCATION_MIDPOINT,

Completed in 38 milliseconds