Home
last modified time | relevance | path

Searched refs:GEN6_FORMAT_RAW (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/ilo/core/
Dilo_state_surface_format.c283 return (format == GEN6_FORMAT_RAW); in surface_valid_dp_format()
286 assert(format != GEN6_FORMAT_RAW); in surface_valid_dp_format()
Dilo_state_surface.c242 if (info->format == GEN6_FORMAT_RAW && info->struct_size > 1) in surface_validate_gen6_buffer()
262 (info->format == GEN6_FORMAT_RAW)); in surface_validate_gen6_buffer()
300 if (info->format == GEN6_FORMAT_RAW && info->struct_size == 1) { in surface_get_gen6_buffer_struct_count()
378 type = (info->format == GEN6_FORMAT_RAW && info->struct_size > 1) ? in surface_set_gen7_buffer_SURFACE_STATE()
/external/mesa3d/src/gallium/drivers/ilo/
Dilo_render_surface.c491 info.format = GEN6_FORMAT_RAW; in gen6_emit_launch_grid_surface_const()
553 info.format = GEN6_FORMAT_RAW; in gen6_emit_launch_grid_surface_global()
/external/mesa3d/src/gallium/drivers/ilo/genhw/
Dgen_render_surface.xml.h256 GEN6_FORMAT_RAW = 0x1ff, enumerator