Home
last modified time | relevance | path

Searched refs:actualFormat (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_sampler_view.c191 enum pipe_format actualFormat, in compute_texture_format_swizzle() argument
198 if (util_format_has_alpha(actualFormat)) in compute_texture_format_swizzle()
203 if (util_format_get_nr_components(actualFormat) > 2) in compute_texture_format_swizzle()
208 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
214 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
220 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
225 if (util_format_get_nr_components(actualFormat) > 2) in compute_texture_format_swizzle()
230 if (util_format_get_nr_components(actualFormat) > 1) in compute_texture_format_swizzle()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c167 int actualFormat; in GetOverlayInfo() local
180 overlayVisualsAtom, &actualType, &actualFormat, in GetOverlayInfo()
185 actualFormat != 32 || sizeData < 4) { in GetOverlayInfo()