Searched refs:spv_extension_pos (Results 1 – 1 of 1) sorted by relevance
47 size_t spv_extension_pos = shader_name.find_last_of('.'); in GetShaderID() local48 if (spv_extension_pos == std::string::npos) in GetShaderID()52 shader_name.find_last_of('.', spv_extension_pos - 1UL) + 1UL; in GetShaderID()56 if (shader_id_pos >= spv_extension_pos || shader_name.size() <= shader_id_pos) in GetShaderID()59 return shader_name.substr(shader_id_pos, spv_extension_pos - shader_id_pos); in GetShaderID()