Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/iris/
Diris_formats.c204 supported &= isl_format_supports_vertex_fetch(devinfo, format); in iris_is_format_supported()
/external/mesa3d/src/intel/isl/
Disl.h1554 bool isl_format_supports_vertex_fetch(const struct gen_device_info *devinfo,
Disl_format.c776 isl_format_supports_vertex_fetch(const struct gen_device_info *devinfo, in isl_format_supports_vertex_fetch() function
/external/mesa3d/src/intel/vulkan/
Danv_formats.c717 if (isl_format_supports_vertex_fetch(devinfo, isl_format)) in get_buffer_format_features()