Home
last modified time | relevance | path

Searched refs:GetFormatInfo (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dblend_jit.cpp159 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in Clamp()
187 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in ApplyDefaults()
206 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in ApplyUnusedDefaults()
219 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in Quantize()
655 const SWR_FORMAT_INFO& info = GetFormatInfo(state.format); in Create()
Dfetch_jit.cpp397 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitLoadVertices()
692 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in IsOddFormat()
703 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in IsUniformFormat()
723 const SWR_FORMAT_INFO& info = GetFormatInfo(format); in UnpackComponents()
744 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in CreateGatherOddFormats()
826 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in ConvertFormat()
929 const SWR_FORMAT_INFO &info = GetFormatInfo((SWR_FORMAT)ied.Format); in JitGatherVertices()
Dbuilder_misc.cpp1070 const SWR_FORMAT_INFO &info = GetFormatInfo(format); in Gather4()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
DStoreTile.cpp108 const SWR_FORMAT_INFO& info = GetFormatInfo(pDstSurface->format); in SwrStoreHotTileToSurface()
DTilingFunctions.h395 const SWR_FORMAT_INFO &info = GetFormatInfo(pState->format);
534 const SWR_FORMAT_INFO &info = GetFormatInfo(pState->format);
566 const SWR_FORMAT_INFO &info = GetFormatInfo(pState->format);
DLoadTile.cpp147 const SWR_FORMAT_INFO& info = GetFormatInfo(pSrcSurface->format); in SwrLoadHotTile()
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
Dformats.h260 INLINE const SWR_FORMAT_INFO& GetFormatInfo(SWR_FORMAT format) in GetFormatInfo() function
/external/v4l2_codec2/vda/
Dv4l2_video_decode_accelerator.h300 bool GetFormatInfo(struct v4l2_format* format,
Dv4l2_video_decode_accelerator.cc922 if (GetFormatInfo(&format, &visible_size, &again) && !again) { in ServiceDeviceTask()
1635 bool ret = GetFormatInfo(&format, &visible_size, &again); in FinishResolutionChange()
1705 bool V4L2VideoDecodeAccelerator::GetFormatInfo(struct v4l2_format* format, in GetFormatInfo() function in media::V4L2VideoDecodeAccelerator
/external/mesa3d/src/gallium/drivers/swr/
Dswr_state.cpp538 const SWR_FORMAT_INFO &swr_desc = GetFormatInfo( in swr_create_vertex_elements_state()
1678 const SWR_FORMAT_INFO& info = GetFormatInfo(compileState.format); in swr_update_derived()