Home
last modified time | relevance | path

Searched refs:PIPE_FORMAT_L8_UNORM (Results 1 – 24 of 24) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_pack_color.h122 case PIPE_FORMAT_L8_UNORM: in util_pack_color_ub()
265 case PIPE_FORMAT_L8_UNORM: in util_unpack_color_ub()
407 case PIPE_FORMAT_L8_UNORM: in util_pack_color()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_composite.c136 if ((dst_pic->srf->tex->format == PIPE_FORMAT_L8_UNORM || in blend_for_op()
299 if (src->tex->format == PIPE_FORMAT_L8_UNORM || in picture_format_fixups()
435 if (ctx->srf->format == PIPE_FORMAT_L8_UNORM || in bind_shaders()
Dxa_tracker.c99 fdesc.format = PIPE_FORMAT_L8_UNORM; in xa_get_pipe_format()
155 fdesc.format = PIPE_FORMAT_L8_UNORM; in xa_get_pipe_format()
Dxa_renderer.c454 if (src_texture->format == PIPE_FORMAT_L8_UNORM || in renderer_copy_prepare()
457 if (dst_surface->format == PIPE_FORMAT_L8_UNORM || in renderer_copy_prepare()
Dxa_context.c308 if (ctx->srf->format == PIPE_FORMAT_L8_UNORM) in xa_solid_prepare()
/third_party/mesa3d/src/gallium/drivers/i915/
Di915_screen.c551 PIPE_FORMAT_B10G10R10A2_UNORM, PIPE_FORMAT_L8_UNORM, PIPE_FORMAT_A8_UNORM, in i915_is_format_supported() enumerator
567 PIPE_FORMAT_L8_UNORM, PIPE_FORMAT_A8_UNORM, in i915_is_format_supported() enumerator
Di915_state_static.c53 case PIPE_FORMAT_L8_UNORM: in translate_format()
Di915_state_sampler.c186 case PIPE_FORMAT_L8_UNORM: in translate_texture_format()
Di915_surface.c361 {PIPE_FORMAT_L8_UNORM, {0, 0, 0, 0}, 0x00030000 /* RRRA */}, in i915_set_color_surface_swizzle()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_pipe.c286 [D3DFMT_L8] = PIPE_FORMAT_L8_UNORM,
347 [PIPE_FORMAT_L8_UNORM] = D3DFMT_L8,
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c164 [PIPE_FORMAT_L8_UNORM] = ISL_FORMAT_L8_UNORM, in crocus_isl_format_for_pipe_format()
316 case PIPE_FORMAT_L8_UNORM: return ISL_FORMAT_R8_UNORM; in get_render_format()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_format.c274 PIPE_FORMAT_L8_UNORM, DEFAULT_RGB_FORMATS }
278 { PIPE_FORMAT_L8_UNORM, PIPE_FORMAT_L8A8_UNORM, DEFAULT_RGB_FORMATS }
564 { PIPE_FORMAT_LATC1_UNORM, PIPE_FORMAT_L8_UNORM, DEFAULT_RGBA_FORMATS }
/third_party/mesa3d/src/gallium/drivers/r300/
Dr300_texture.c470 case PIPE_FORMAT_L8_UNORM: in r300_translate_colorformat()
693 case PIPE_FORMAT_L8_UNORM: in r300_translate_out_fmt()
808 case PIPE_FORMAT_L8_UNORM: in r300_translate_colormask_swizzle()
Dr300_state.c589 case PIPE_FORMAT_L8_UNORM: in r300_set_blend_color()
/third_party/mesa3d/src/util/format/
Du_format.h995 case PIPE_FORMAT_L8_UNORM: in util_format_srgb()
1106 return PIPE_FORMAT_L8_UNORM; in util_format_linear()
1282 case PIPE_FORMAT_L8_UNORM: in util_format_luminance_to_red()
Du_format_tests.c223 {PIPE_FORMAT_L8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0x00), UNPACKED_1x1(0.0, 0.0, 0.0, 1.0)},
224 {PIPE_FORMAT_L8_UNORM, PACKED_1x8(0xff), PACKED_1x8(0xff), UNPACKED_1x1(1.0, 1.0, 1.0, 1.0)},
Du_format.csv109 PIPE_FORMAT_L8_UNORM , plain, 1, 1, 1, un8 , , , , xxx1, rgb
/third_party/mesa3d/src/gallium/include/pipe/
Dp_format.h174 PIPE_FORMAT_L8_UNORM, /**< ubyte luminance */ enumerator
/third_party/mesa3d/src/mesa/main/
Dformats.h392 #define MESA_FORMAT_L_UNORM8 PIPE_FORMAT_L8_UNORM
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dfont.c381 PIPE_FORMAT_L8_UNORM, in util_font_create_fixed_8x13() enumerator
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_format.c65 …[ PIPE_FORMAT_L8_UNORM ] = { SVGA3D_FORMAT_INVALID, SVGA3D_FORMAT_INVALID, …
358 case PIPE_FORMAT_L8_UNORM: in svga_translate_format()
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
Dfd3_format.c349 case PIPE_FORMAT_L8_UNORM: in fd3_fs_output_format()
/third_party/mesa3d/src/gallium/tests/trivial/
Dcompute.c1043 PIPE_FORMAT_L8_UNORM, enumerator
/third_party/mesa3d/src/intel/isl/
Disl_format.c517 [PIPE_FORMAT_L8_UNORM] = ISL_FORMAT_R8_UNORM, in isl_format_for_pipe_format()