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

  /external/mesa3d/src/gallium/state_trackers/nine/
nine_pipe.h 202 depth_stencil_format( D3DFORMAT fmt ) function
381 if (depth_stencil_format(format))
  /external/mesa3d/src/gallium/state_trackers/osmesa/
osmesa.c 102 enum pipe_format depth_stencil_format, accum_format; member in struct:osmesa_context
285 vis->depth_stencil_format = ds_format;
421 format = osbuffer->visual.depth_stencil_format;
497 b->visual.depth_stencil_format == ds_format &&
655 osmesa->depth_stencil_format = PIPE_FORMAT_Z24_UNORM_S8_UINT;
658 osmesa->depth_stencil_format = PIPE_FORMAT_S8_UINT;
661 osmesa->depth_stencil_format = PIPE_FORMAT_Z24X8_UNORM;
664 osmesa->depth_stencil_format = PIPE_FORMAT_Z16_UNORM;
685 osmesa->depth_stencil_format,
768 osmesa->depth_stencil_format,
    [all...]
  /external/mesa3d/src/intel/vulkan/
genX_pipeline.c 685 VkFormat depth_stencil_format = local
687 aspects = vk_format_aspects(depth_stencil_format);
    [all...]
  /external/mesa3d/src/gallium/include/state_tracker/
st_api.h 225 enum pipe_format depth_stencil_format; member in struct:st_visual

Completed in 400 milliseconds