Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/iris/
Diris_formats.c204 supported &= isl_format_supports_vertex_fetch(devinfo, format); in iris_is_format_supported()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_formats.c553 supported &= isl_format_supports_vertex_fetch(devinfo, format); in crocus_is_format_supported()
/third_party/mesa3d/docs/isl/
Dformats.rst209 .. doxygenfunction:: isl_format_supports_vertex_fetch
/third_party/mesa3d/src/intel/isl/
Disl.h1806 bool isl_format_supports_vertex_fetch(const struct intel_device_info *devinfo,
Disl_format.c768 isl_format_supports_vertex_fetch(const struct intel_device_info *devinfo, in isl_format_supports_vertex_fetch() function
/third_party/mesa3d/src/intel/vulkan/
Danv_formats.c839 if (isl_format_supports_vertex_fetch(devinfo, isl_format)) in get_buffer_format_features2()