Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/spirv/
Dspirv_to_nir.c4110 #define spv_check_supported(name, cap) do { \ macro
4208 spv_check_supported(min_lod, cap); in vtn_handle_preamble_instruction()
4212 spv_check_supported(atomic_storage, cap); in vtn_handle_preamble_instruction()
4216 spv_check_supported(float64, cap); in vtn_handle_preamble_instruction()
4219 spv_check_supported(int64, cap); in vtn_handle_preamble_instruction()
4222 spv_check_supported(int16, cap); in vtn_handle_preamble_instruction()
4225 spv_check_supported(int8, cap); in vtn_handle_preamble_instruction()
4229 spv_check_supported(transform_feedback, cap); in vtn_handle_preamble_instruction()
4233 spv_check_supported(geometry_streams, cap); in vtn_handle_preamble_instruction()
4237 spv_check_supported(int64_atomics, cap); in vtn_handle_preamble_instruction()
[all …]