Lines Matching refs:strcmp

503                 if (strcmp("OpenCL.std", name) == 0) {
505 } else if (strcmp("OpenCL.DebugInfo.100", name) == 0) {
507 } else if (strcmp("NonSemantic.DebugPrintf", name) == 0) {
509 } else if (strcmp("NonSemantic.Shader.DebugInfo.100", name) == 0) {
511 } else if (strcmp(spv::E_SPV_AMD_shader_ballot, name) == 0 ||
512 strcmp(spv::E_SPV_AMD_shader_trinary_minmax, name) == 0 ||
513 strcmp(spv::E_SPV_AMD_shader_explicit_vertex_parameter, name) == 0 ||
514 strcmp(spv::E_SPV_AMD_gcn_shader, name) == 0) {
516 } else if (strcmp(spv::E_SPV_NV_sample_mask_override_coverage, name) == 0 ||
517 strcmp(spv::E_SPV_NV_geometry_shader_passthrough, name) == 0 ||
518 strcmp(spv::E_SPV_NV_viewport_array2, name) == 0 ||
519 strcmp(spv::E_SPV_NVX_multiview_per_view_attributes, name) == 0 ||
520 strcmp(spv::E_SPV_NV_fragment_shader_barycentric, name) == 0 ||
521 strcmp(spv::E_SPV_NV_mesh_shader, name) == 0) {
667 if (strcmp(name, spv::E_SPV_AMD_shader_ballot) == 0) {
675 } else if (strcmp(name, spv::E_SPV_AMD_shader_trinary_minmax) == 0) {
688 } else if (strcmp(name, spv::E_SPV_AMD_shader_explicit_vertex_parameter) == 0) {
694 else if (strcmp(name, spv::E_SPV_AMD_gcn_shader) == 0) {
709 if (strcmp(name, spv::E_SPV_NV_sample_mask_override_coverage) == 0 ||
710 strcmp(name, spv::E_SPV_NV_geometry_shader_passthrough) == 0 ||
711 strcmp(name, spv::E_ARB_shader_viewport_layer_array) == 0 ||
712 strcmp(name, spv::E_SPV_NV_viewport_array2) == 0 ||
713 strcmp(name, spv::E_SPV_NVX_multiview_per_view_attributes) == 0 ||
714 strcmp(name, spv::E_SPV_NV_fragment_shader_barycentric) == 0 ||
715 strcmp(name, spv::E_SPV_NV_mesh_shader) == 0 ||
716 strcmp(name, spv::E_SPV_NV_shader_image_footprint) == 0) {