Searched refs:spv_check_supported (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/compiler/spirv/ |
D | spirv_to_nir.c | 3063 #define spv_check_supported(name, cap) do { \ macro 3150 spv_check_supported(float64, cap); in vtn_handle_preamble_instruction() 3153 spv_check_supported(int64, cap); in vtn_handle_preamble_instruction() 3171 spv_check_supported(image_ms_array, cap); in vtn_handle_preamble_instruction() 3176 spv_check_supported(tessellation, cap); in vtn_handle_preamble_instruction() 3180 spv_check_supported(draw_parameters, cap); in vtn_handle_preamble_instruction() 3184 spv_check_supported(image_read_without_format, cap); in vtn_handle_preamble_instruction() 3188 spv_check_supported(image_write_without_format, cap); in vtn_handle_preamble_instruction() 3192 spv_check_supported(multiview, cap); in vtn_handle_preamble_instruction() 3197 spv_check_supported(variable_pointers, cap); in vtn_handle_preamble_instruction() [all …]
|