Lines Matching refs:supported
51 if (ctx->Const.SpirVExtensions->supported[i]) {
85 * Sets the supported flags for known SPIR-V extensions based on the
86 * capabilites supported (spirv capabilities based on the spirv to nir
93 * first the supported capabilities, that are not always related to an
100 memset(ext->supported, 0, sizeof(ext->supported));
104 ext->supported[SPV_KHR_shader_draw_parameters] = cap->draw_parameters;
105 ext->supported[SPV_KHR_multiview] = cap->multiview;
106 ext->supported[SPV_KHR_storage_buffer_storage_class] = true;
107 ext->supported[SPV_KHR_variable_pointers] = cap->variable_pointers;
108 ext->supported[SPV_AMD_gcn_shader] = cap->amd_gcn_shader;
109 ext->supported[SPV_KHR_shader_ballot] = cap->subgroup_ballot;
110 ext->supported[SPV_KHR_subgroup_vote] = cap->subgroup_vote;
113 if (ext->supported[i])